Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-05-25 08:57:02 +0000
committerMarkus Knauer2017-05-25 08:57:02 +0000
commit6a90d9671bde2b73d1b183356aa6353dbacdd174 (patch)
treec5ba98d8f439402695cf2d5dd25bef8ccd2b6e27 /pom.xml
parentdd030e71ae1c783b420187c6bca199e005b30d11 (diff)
downloadorg.eclipse.epp.packages-6a90d9671bde2b73d1b183356aa6353dbacdd174.tar.gz
org.eclipse.epp.packages-6a90d9671bde2b73d1b183356aa6353dbacdd174.tar.xz
org.eclipse.epp.packages-6a90d9671bde2b73d1b183356aa6353dbacdd174.zip
Remove Android package from parent module reference
Change-Id: Ic30988673cad31463e954b487426cb94bc04be65 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index d7c93f76..5cb11204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,14 +34,6 @@
<profiles>
<profile>
- <id>epp.package.android</id>
- <modules>
- <module>packages/org.eclipse.epp.package.android</module>
- <module>packages/org.eclipse.epp.package.android.feature</module>
- <module>packages/org.eclipse.epp.package.android.product</module>
- </modules>
- </profile>
- <profile>
<id>epp.package.cpp</id>
<modules>
<module>packages/org.eclipse.epp.package.cpp</module>

Back to the top