Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-12-09 23:10:31 +0000
committerJeff Johnston2011-12-09 23:11:52 +0000
commitecd5593bf56acfe4d1d9b95912253c62e790e5de (patch)
treea519f8e917c7462b7412a61a13c50036250ee977 /pom.xml
parent151d39bc7691c26cdbdc4947e8a7de58752882f1 (diff)
downloadorg.eclipse.linuxtools-ecd5593bf56acfe4d1d9b95912253c62e790e5de.tar.gz
org.eclipse.linuxtools-ecd5593bf56acfe4d1d9b95912253c62e790e5de.tar.xz
org.eclipse.linuxtools-ecd5593bf56acfe4d1d9b95912253c62e790e5de.zip
Fix platform-juno profile to fetch from Juno.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4ef435f5cf..5dbbd86a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,8 +115,8 @@
</property>
</activation>
<properties>
- <eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
- <platform-version>[3.7,3.8)</platform-version>
+ <eclipse-site>http://download.eclipse.org/releases/juno</eclipse-site>
+ <platform-version>[4.2,)</platform-version>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/juno/nightly/</cdt-site>
<cdt-test-site>http://download.eclipse.org/tools/cdt/updates/indigo/</cdt-test-site>
</properties>

Back to the top