Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-04-29 16:06:39 +0000
committerMarkus Knauer2009-04-29 16:06:39 +0000
commitbc27639892779d89cb5986e023b9b27f3f2e1e1b (patch)
tree5aade141dfee9ce937ed263b92d64688378e7623
parentd44209ca1a9c9691e2fe8465d6f11d121838fa7f (diff)
downloadorg.eclipse.epp.packages-bc27639892779d89cb5986e023b9b27f3f2e1e1b.tar.gz
org.eclipse.epp.packages-bc27639892779d89cb5986e023b9b27f3f2e1e1b.tar.xz
org.eclipse.epp.packages-bc27639892779d89cb5986e023b9b27f3f2e1e1b.zip
initial package check-in
-rw-r--r--packages/org.eclipse.epp.package.cpp/eclipse_cpp_350.xml133
-rw-r--r--packages/org.eclipse.epp.package.java/eclipse_java_350.xml131
-rw-r--r--packages/org.eclipse.epp.package.jee/eclipse_jee_350.xml143
-rw-r--r--packages/org.eclipse.epp.package.modeling/eclipse_modeling_350.xml141
-rw-r--r--packages/org.eclipse.epp.package.pulsar/eclipse_pulsar_350.xml131
-rw-r--r--packages/org.eclipse.epp.package.rcp/eclipse_rcp_350.xml145
-rw-r--r--packages/org.eclipse.epp.package.reporting/eclipse_reporting_350.xml143
7 files changed, 967 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/eclipse_cpp_350.xml b/packages/org.eclipse.epp.package.cpp/eclipse_cpp_350.xml
new file mode 100644
index 00000000..2b8d4e9b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.cpp/eclipse_cpp_350.xml
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse IDE for C/C++ Developers"
+ maintainer="Eclipse Packaging Project"
+ iconurl="http://www.eclipse.org/downloads/images/c.jpg"
+ bugzillaComponentId="cpp-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[An IDE for C/C++ developers with Mylyn integration.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Doug Schaefer</tester>
+ <tester>Markus Knauer</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/CDT/User/NewIn60"
+ project="Eclipse CDT" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M6-200903130100/eclipse-news-M6.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-cpp-galileo-M6"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.cdt.ui.CPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="file:///home/mknauer/mirror/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite
+ relativeFolder="extension_site">
+ </extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform os="win32" ws="win32" arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="macosx" ws="carbon" arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.java/eclipse_java_350.xml b/packages/org.eclipse.epp.package.java/eclipse_java_350.xml
new file mode 100644
index 00000000..a85efe15
--- /dev/null
+++ b/packages/org.eclipse.epp.package.java/eclipse_java_350.xml
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse IDE for Java Developers"
+ maintainer="Eclipse Mylyn Project"
+ iconurl="http://www.eclipse.org/downloads/images/java.jpg"
+ bugzillaComponentId="java-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[The essential tools for any Java developer, including a Java IDE, a CVS client, XML Editor and Mylyn.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Mik Kersten</tester>
+ <tester>Steffen Pingel</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part1.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part2.html"
+ project="Eclipse JDT" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-java-galileo-M6"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="file:///home/mknauer/mirror/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform os="win32" ws="win32" arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="macosx" ws="carbon" arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.jee/eclipse_jee_350.xml b/packages/org.eclipse.epp.package.jee/eclipse_jee_350.xml
new file mode 100644
index 00000000..bb85f284
--- /dev/null
+++ b/packages/org.eclipse.epp.package.jee/eclipse_jee_350.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse IDE for Java EE Developers"
+ maintainer="WTP and the Eclipse Packaging Project"
+ iconurl="http://www.eclipse.org/downloads/images/jee.jpg"
+ bugzillaComponentId="jee-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[Tools for Java developers creating JEE and Web applications, including a Java IDE, tools for JEE and JSF, Mylyn and others.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>David Williams</tester>
+ <tester>Markus Knauer</tester>
+ <tester>Mik Kersten</tester>
+ <tester>Martin Oberhuber</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/webtools/development/news/main.php"
+ project="Eclipse Webtools Project" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-jee-galileo-M6"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.jst.j2ee.J2EEPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform
+ os="win32"
+ ws="win32"
+ arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="macosx"
+ ws="carbon"
+ arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.modeling/eclipse_modeling_350.xml b/packages/org.eclipse.epp.package.modeling/eclipse_modeling_350.xml
new file mode 100644
index 00000000..04c255ed
--- /dev/null
+++ b/packages/org.eclipse.epp.package.modeling/eclipse_modeling_350.xml
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse Modeling Tools (includes Incubating components)"
+ maintainer="Modeling Amalgamation Project"
+ iconurl="http://www.eclipse.org/modeling/images/modeling_about.png"
+ bugzillaComponentId="modeling-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[This modeling package contains a collection of Eclipse Modeling Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, M2T, and EMFT elements. It includes a complete SDK, developer tools and source code. Note that the Modeling package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Richard Gronback</tester>
+ <tester>Markus Knauer</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EMF#New_.26_Noteworthy"
+ project="Eclipse Modeling Framework" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/GMF_New_and_Noteworthy"
+ project="Graphical Modeling Framework" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/MDT_1.1_New_and_Noteworthy"
+ project="Model Development Tools" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/ATL_2.0.0_New_and_Noteworthy"
+ project="M2M ATL" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EcoreTools_New_Noteworthy"
+ project="Ecore Tools" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EMF_Compare_0.8.0_New_And_Noteworthy"
+ project="EMF Compare" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-modeling-galileo-M6-incubation"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform os="win32" ws="win32" arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="macosx" ws="carbon" arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.pulsar/eclipse_pulsar_350.xml b/packages/org.eclipse.epp.package.pulsar/eclipse_pulsar_350.xml
new file mode 100644
index 00000000..a85efe15
--- /dev/null
+++ b/packages/org.eclipse.epp.package.pulsar/eclipse_pulsar_350.xml
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse IDE for Java Developers"
+ maintainer="Eclipse Mylyn Project"
+ iconurl="http://www.eclipse.org/downloads/images/java.jpg"
+ bugzillaComponentId="java-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[The essential tools for any Java developer, including a Java IDE, a CVS client, XML Editor and Mylyn.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Mik Kersten</tester>
+ <tester>Steffen Pingel</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part1.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part2.html"
+ project="Eclipse JDT" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-java-galileo-M6"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="file:///home/mknauer/mirror/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform os="win32" ws="win32" arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform os="macosx" ws="carbon" arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.rcp/eclipse_rcp_350.xml b/packages/org.eclipse.epp.package.rcp/eclipse_rcp_350.xml
new file mode 100644
index 00000000..98ee8d86
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/eclipse_rcp_350.xml
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse for RCP/Plug-in Developers"
+ maintainer="Eclipse Packaging Project"
+ iconurl="http://www.eclipse.org/downloads/images/rcp.jpg"
+ bugzillaComponentId="rcp-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[A complete set of tools for developers who want to create Eclipse plug-ins or Rich Client Applications. It includes a complete SDK, developer tools and source code, plus Mylyn, an XML editor and the Eclipse Communication Framework.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Markus Knauer</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/ecf/NewAndNoteworthy.html"
+ project="Eclipse Communication Framework" />
+ </MoreInfo>
+
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-rcp-galileo-M6"
+ eclipseProductId="org.eclipse.sdk.ide"
+ initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/testUpdates/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite
+ relativeFolder="extension_site">
+ </extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform
+ os="win32"
+ ws="win32"
+ arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="macosx"
+ ws="carbon"
+ arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>
diff --git a/packages/org.eclipse.epp.package.reporting/eclipse_reporting_350.xml b/packages/org.eclipse.epp.package.reporting/eclipse_reporting_350.xml
new file mode 100644
index 00000000..183f8f36
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/eclipse_reporting_350.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!-- Package Description information to be picked up by www.eclipse.org/packages -->
+ <!-- PackageName is the title of your package
+ maintainer is the project or persons that are maintaining the package
+ iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
+ testPlan is the fully qualified URL to the test plan for this package
+ -->
+ <packageMetaData
+ packageName="Eclipse IDE for Java and Report Developers"
+ maintainer="Eclipse BIRT Project and the Eclipse Packaging Project"
+ iconurl="http://www.eclipse.org/birt/images/jee-birt.jpg"
+ bugzillaComponentId="reporting-package"
+ testPlan="http://www.eclipse.org/epp/testplan.php" >
+ <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
+ <description><![CDATA[JEE tools and BIRT reporting tool for Java developers to create JEE and Web applications that also have reporting needs.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Xiaoying Gu</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/birt/phoenix/whatsnew.php"
+ project="Eclipse BIRT Project" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/webtools/development/news/main.php"
+ project="Eclipse Webtools Project" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news.html"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ </MoreInfo>
+
+ <!-- version, the RCP version to build. This is used to determine the file
+ name of the root file archives -->
+ <rcp version="M20090211-1700" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product
+ name="eclipse-reporting-galileo-M6"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.jst.j2ee.J2EEPerspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ </requiredFeatures>
+
+ <!-- folder, pointing to a folder containing the zipped root files for each of
+ the target platforms. -->
+ <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />
+
+ <!-- relativeFolder, names the subfolder of the base folder where the update site will be created.
+ This is configurable so that working areas, especially root files, are reusable. -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
+ <targetPlatforms>
+ <platform
+ os="win32"
+ ws="win32"
+ arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="linux"
+ ws="gtk"
+ arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m</eclipseIniFileContent>
+ </platform>
+ <platform
+ os="macosx"
+ ws="carbon"
+ arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-startup
+../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
+--launcher.library
+../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+</configuration>

Back to the top