Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-03-23 23:22:15 +0000
committerRoberto E. Escobar2012-03-23 23:22:15 +0000
commitf31f9068373ad6b47ba9dc13e63da30d17f70cfd (patch)
tree6681def5f76293a85add871eb696eb3cbc12c0db /plugins/org.eclipse.osee.client.all.parent
parent67174bbd45c3f82488d2f76f3468391784db8bd8 (diff)
downloadorg.eclipse.osee-f31f9068373ad6b47ba9dc13e63da30d17f70cfd.tar.gz
org.eclipse.osee-f31f9068373ad6b47ba9dc13e63da30d17f70cfd.tar.xz
org.eclipse.osee-f31f9068373ad6b47ba9dc13e63da30d17f70cfd.zip
feature[ats_0ZVNB]: Add OSEE IDE (all-in-one) product
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.parent')
-rw-r--r--plugins/org.eclipse.osee.client.all.parent/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.client.all.parent/pom.xml b/plugins/org.eclipse.osee.client.all.parent/pom.xml
index aa4345e85e4..3382c09f1d7 100644
--- a/plugins/org.eclipse.osee.client.all.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.parent/pom.xml
@@ -12,7 +12,9 @@
<modules>
<module>../../features/org.eclipse.osee.client.all.feature</module>
<module>../../features/org.eclipse.osee.client.all.feature.source</module>
+
<module>../../plugins/org.eclipse.osee.client.all.p2</module>
+ <module>../../plugins/org.eclipse.osee.client.all.product</module>
</modules>
<properties>
@@ -141,6 +143,11 @@
<environment>
<os>win32</os>
<ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
@@ -169,6 +176,11 @@
<environment>
<os>win32</os>
<ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>

Back to the top