| <?xml version="1.0" encoding="UTF-8"?> |
| <configuration> |
| <!-- version, the RCP version to build. This is used to determine the file |
| name of the root file archives --> |
| <rcp version="3.3.1" /> |
| |
| <!-- configIni, the config.ini file to use. --> |
| <!-- name, the name of the product, used in naming the created files. --> |
| <product |
| configIni="/home/mknauer/packaging/org.eclipse.epp/releng/org.eclipse.epp.config/Eclipse_IDE_for_Java_Developers/config.ini" |
| name="epp-java-europa-fall" /> |
| |
| <!-- url, pointing to an update site. --> |
| <updateSites> |
| <!-- local mirrors --> |
| <updateSite url="file:///home/mknauer/mirror/3.3milestones/" /> |
| <updateSite url="file:///home/mknauer/mirror/testUpdates-M/" /> |
| <updateSite url="file:///home/mknauer/mirror/releases/europa/staging/" /> |
| <!-- |
| <updateSite url="file:///home/mknauer/mirror/releases/europa/" /> |
| --> |
| |
| <!-- eclipse.org update sites --> |
| <!-- |
| <updateSite url="http://download.eclipse.org/releases/europa/" /> |
| <updateSite url="http://download.eclipse.org/releases/europa/staging/" /> |
| <updateSite url="http://download.eclipse.org/technology/mylar/update-site/e3.3/" /> |
| <updateSite url="http://download.eclipse.org/tools/cdt/releases/europa/" /> |
| <updateSite url="http://download.eclipse.org/webtools/updates/" /> |
| <updateSite url="http://download.eclipse.org/webtools/milestones/" /> |
| <updateSite url="http://download.eclipse.org/modeling/emf/updates/" /> |
| <updateSite url="http://download.eclipse.org/modeling/gmf/update-site/europa/" /> |
| <updateSite url="http://download.eclipse.org/modeling/gmf/update-site/milestone/" /> |
| <updateSite url="http://download.eclipse.org/eclipse/updates/3.3milestones/" /> |
| --> |
| |
| <!-- old and/or test update sites --> |
| <!-- |
| <updateSite url="http://download.eclipse.org/callisto/releases/" /> |
| <updateSite url="http://download.eclipse.org/eclipse/testUpdates/" /> |
| --> |
| </updateSites> |
| |
| <!-- id, a feature id. --> |
| <!-- version, the feature version. --> |
| <requiredFeatures> |
| <feature |
| id="org.eclipse.platform" |
| version="3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y"> |
| </feature> |
| |
| <feature |
| id="org.eclipse.cvs" |
| version="1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D"> |
| </feature> |
| <feature |
| id="org.eclipse.jdt" |
| version="3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL"> |
| </feature> |
| |
| <feature |
| id="org.eclipse.mylyn_feature" |
| version="2.0.0.v20070627-1400"> |
| </feature> |
| <feature |
| id="org.eclipse.mylyn.context_feature" |
| version="2.0.0.v20070627-1400"> |
| </feature> |
| <feature |
| id="org.eclipse.mylyn.ide_feature" |
| version="2.0.0.v20070627-1400"> |
| </feature> |
| <feature |
| id="org.eclipse.mylyn.java_feature" |
| version="2.0.0.v20070628-1000"> |
| </feature> |
| <feature |
| id="org.eclipse.mylyn.bugzilla_feature" |
| version="2.0.0.v20070627-1400"> |
| </feature> |
| |
| |
| <feature |
| id="org.eclipse.emf.common" |
| version="2.3.0.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.emf.common.ui" |
| version="2.3.1.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.emf.ecore" |
| version="2.3.1.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.emf.edit" |
| version="2.3.1.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.emf.ecore.edit" |
| version="2.3.0.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.emf.edit.ui" |
| version="2.3.1.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.xsd" |
| version="2.3.1.v200709182140"> |
| </feature> |
| <feature |
| id="org.eclipse.xsd.edit" |
| version="2.3.0.v200709182140"> |
| </feature> |
| |
| <feature |
| id="org.eclipse.gef" |
| version="3.3.0.v20070620"> |
| </feature> |
| <feature |
| id="org.eclipse.wst.common_ui.feature" |
| version="2.0.1.v200709110622-7C5EH2E9RvTVnijrspVz0bgOmfz-"> |
| </feature> |
| |
| <feature |
| id="org.eclipse.wst.xml_ui.feature" |
| version="2.0.1.v200709110650-7A1ECGCnbckz0bnr5wCp8KNAjipR"> |
| </feature> |
| |
| </requiredFeatures> |
| |
| <!-- folder, pointing to the packager configuration. |
| This folder must contain |
| 'packager.properties', |
| 'packaging.properties' and |
| 'customTargetsStub.xml', all of which can be left unmodified. --> |
| <packagerConfigurationFolder |
| folder="/home/mknauer/packaging/config" /> |
| |
| <installerConfigurationFolder |
| folder="/home/mknauer/packaging/config" /> |
| |
| <!-- folder, pointing to a folder containing the zipped root files for each of |
| the target platforms. --> |
| <rootFileFolder folder="/home/mknauer/packaging/roots" /> |
| |
| <!-- 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> |
| </platform> |
| <platform os="linux" ws="gtk" arch="x86"> |
| <archiveFormat format="tar" /> |
| </platform> |
| <platform os="macosx" ws="carbon" arch="x86"> |
| <archiveFormat format="tar" /> |
| </platform> |
| </targetPlatforms> |
| </configuration> |