Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6317ccbc..9f2942fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -9,6 +9,7 @@
Contributors:
Igor Fedorenko - initial implementation
EclipseSource - ongoing development
+ Mickael Istria (Red Hat Inc.) - Creation of front-end package
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -58,6 +59,15 @@
</modules>
</profile>
<profile>
+ <id>epp.package.javascript</id>
+ <modules>
+ <module>packages/org.eclipse.epp.package.javascript</module>
+ <module>packages/org.eclipse.epp.package.javascript.feature</module>
+ <module>packages/org.eclipse.epp.package.javascript.product</module>
+ <!-- module>packages/org.eclipse.epp.package.frontend.tests</module-->
+ </modules>
+ </profile>
+ <profile>
<id>epp.package.java</id>
<modules>
<module>packages/org.eclipse.epp.package.java</module>

Back to the top