Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-06-17 18:31:00 +0000
committerMarkus Knauer2011-06-17 18:31:00 +0000
commitd63f516d9d1f8002fefeb7ba709f20b1cc09c0cd (patch)
treeaef6eebfaaece319724a4a6ded6c421160f0ab18
parent1eb7d8f025c7793e969d63fb3cb1a995d149bfaa (diff)
downloadorg.eclipse.epp.packages-d63f516d9d1f8002fefeb7ba709f20b1cc09c0cd.tar.gz
org.eclipse.epp.packages-d63f516d9d1f8002fefeb7ba709f20b1cc09c0cd.tar.xz
org.eclipse.epp.packages-d63f516d9d1f8002fefeb7ba709f20b1cc09c0cd.zip
* sdk: my personal guess about the final location ;-)
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml24
1 files changed, 6 insertions, 18 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
index 7c0a4924..ee7e2f03 100644
--- a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
+++ b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
@@ -13,7 +13,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 3.7.0 RC5"
+ packageName="Eclipse Classic 3.7.0"
maintainer="Eclipse Platform Team"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId=""
@@ -26,32 +26,20 @@
</packageTesters>
<FakePackage>True</FakePackage>
<FakePackageLocation>
- /eclipse/downloads/drops/S-3.7RC4-201106030909/
+ /eclipse/downloads/drops/R-3.7-201106131736/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
<NewAndNoteworthy
- url="http://download.eclipse.org/eclipse/downloads/drops/S-3.7M7-201104280848/eclipse-news-M7.html"
- project="Eclipse Platform M7" />
- <NewAndNoteworthy
- url="http://download.eclipse.org/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-news-M6.html"
- project="Eclipse Platform M6" />
- <NewAndNoteworthy
- url="http://download.eclipse.org/eclipse/downloads/drops/S-3.7M5-201101272034/eclipse-news-M5.html"
- project="Eclipse Platform M5" />
- <NewAndNoteworthy
- url="http://download.eclipse.org/eclipse/downloads/drops/S-3.7M4-201012081300/eclipse-news-M4.html"
- project="Eclipse Platform M4" />
- <NewAndNoteworthy
- url="http://download.eclipse.org/eclipse/downloads/drops/S-3.7M3-201010281441/eclipse-news-M3.html"
- project="Eclipse Platform M3" />
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.7-201106131736/eclipse-news.html"
+ project="Eclipse Platform" />
</MoreInfo>
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="3.7RC5" />
+ <rcp version="3.7" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.7RC5" />
+ <product name="eclipse-SDK-3.7" />
</configuration>

Back to the top