Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-05-19 02:52:43 +0000
committerThanh Ha2012-05-19 02:52:43 +0000
commit61798ad8a7ef4f7085836eb9105f1768b94162fe (patch)
treebe34f89a1fb25f41efdde7c4437d4cc37bd4385f
parent6179a419ab8ce370def9fd22309c18a444444532 (diff)
downloadeclipse.platform.releng.aggregator-61798ad8a7ef4f7085836eb9105f1768b94162fe.tar.gz
eclipse.platform.releng.aggregator-61798ad8a7ef4f7085836eb9105f1768b94162fe.tar.xz
eclipse.platform.releng.aggregator-61798ad8a7ef4f7085836eb9105f1768b94162fe.zip
Enable wce_ppc.arm
m---------eclipse.platform.releng0
-rw-r--r--eclipse.platform.repository/pom.xml7
2 files changed, 7 insertions, 0 deletions
diff --git a/eclipse.platform.releng b/eclipse.platform.releng
-Subproject 7ca47811f64ccfeb2b6416300968fdb776d87fa
+Subproject f03fd405f97e0c721939c5df454281819c8dc70
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