Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-05-19 02:52:43 +0000
committerThanh Ha2012-08-15 14:51:14 +0000
commitcc565f9dee3d8114f73fcd0c0656af942b63dc3a (patch)
tree64b22c4f509a2b6d90e5ea7b2ada84ab0740e258
parent9936ccbf125bda7000b210140396a53400fcf435 (diff)
downloadeclipse.platform.releng.aggregator-cc565f9dee3d8114f73fcd0c0656af942b63dc3a.tar.gz
eclipse.platform.releng.aggregator-cc565f9dee3d8114f73fcd0c0656af942b63dc3a.tar.xz
eclipse.platform.releng.aggregator-cc565f9dee3d8114f73fcd0c0656af942b63dc3a.zip
Enable wce_ppc.arm
-rw-r--r--eclipse.platform.repository/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse.platform.repository/pom.xml b/eclipse.platform.repository/pom.xml
index 1c416ddef..f552dda8e 100644
--- a/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.repository/pom.xml
@@ -33,6 +33,13 @@
<artifactId>target-platform-configuration</artifactId>
<configuration>
<executionEnvironment>J2SE-1.5</executionEnvironment>
+ <environments>
+ <environment>
+ <os>wce_ppc</os>
+ <ws>win32</ws>
+ <arch>arm</arch>
+ </environment>
+ </environments>
</configuration>
</plugin>
</plugins>

Back to the top