Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-12-17 09:32:44 +0000
committerMarkus Knauer2010-12-17 09:32:44 +0000
commit972d4737f903d10e2e0202eb4cd9bae732528141 (patch)
treee3d6af0ccfc7ea344f4b70bb343d17c9b426ffab
parent0fac3d2fa3b49f18b904b17b982b97ac820b0f97 (diff)
downloadorg.eclipse.epp.packages-972d4737f903d10e2e0202eb4cd9bae732528141.tar.gz
org.eclipse.epp.packages-972d4737f903d10e2e0202eb4cd9bae732528141.tar.xz
org.eclipse.epp.packages-972d4737f903d10e2e0202eb4cd9bae732528141.zip
* SDK: M4 updates
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
index 4648f1cc..d6168b58 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 M3"
+ packageName="Eclipse Classic 3.7.0 M4"
maintainer="Eclipse Platform Team"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId=""
@@ -26,20 +26,23 @@
</packageTesters>
<FakePackage>True</FakePackage>
<FakePackageLocation>
- /eclipse/downloads/drops/S-3.7M3-201010281441/
+ /eclipse/downloads/drops/S-3.7M4-201012081300/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
<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" />
+ project="Eclipse Platform M3" />
</MoreInfo>
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="3.7M3" />
+ <rcp version="3.7M4" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.7M3" />
+ <product name="eclipse-SDK-3.7M4" />
</configuration>

Back to the top