diff options
author | Gunnar Wagenknecht | 2014-09-04 06:51:54 +0000 |
---|---|---|
committer | Markus Knauer | 2014-09-05 15:23:57 +0000 |
commit | a32bf31aa7df1ed38e9da8201b18b6729a871ce6 (patch) | |
tree | e9eeee0370bc2c5259e447a559baa6c3ea7ff9aa /packages/org.eclipse.epp.package.committers.feature/epp.website.xml | |
parent | dc48fc5b201e52e1499c0593c4a182e7e2cd312f (diff) | |
download | org.eclipse.epp.packages-a32bf31aa7df1ed38e9da8201b18b6729a871ce6.tar.gz org.eclipse.epp.packages-a32bf31aa7df1ed38e9da8201b18b6729a871ce6.tar.xz org.eclipse.epp.packages-a32bf31aa7df1ed38e9da8201b18b6729a871ce6.zip |
Bug 441957: Rename Standard to Eclipse IDE for Eclipse Committers
Change-Id: Ibbbf5283a085dbc3804b324661b4d0adf3aa1b25
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441957
Diffstat (limited to 'packages/org.eclipse.epp.package.committers.feature/epp.website.xml')
-rw-r--r-- | packages/org.eclipse.epp.package.committers.feature/epp.website.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.committers.feature/epp.website.xml b/packages/org.eclipse.epp.package.committers.feature/epp.website.xml new file mode 100644 index 00000000..37c1ad3d --- /dev/null +++ b/packages/org.eclipse.epp.package.committers.feature/epp.website.xml @@ -0,0 +1,46 @@ +<?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 Eclipse Committers 4.5.0 M1" + maintainer="Eclipse Packaging Project" + iconurl="http://www.eclipse.org/downloads/images/classic2.jpg" + bugzillaComponentId="committers-package" + testPlan="" > + <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary --> + <description><![CDATA[ +Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.<br/> +<br/> +Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a> to file a bug against Eclipse Platform.<br/> +Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a> to file a bug against Eclipse Git team provider. +]]></description> + <!-- packageTesters is a list of the people that are testing the package --> + <packageTesters> + <tester>Gunnar Wagenknecht</tester> + <tester>Martin Oberhuber</tester> + </packageTesters> + </packageMetaData> + <MoreInfo> + <NewAndNoteworthy + url="http://download.eclipse.org/eclipse/downloads/drops4/R-4.4-201406061215/news/" + project="Eclipse Platform" /> + <NewAndNoteworthy + url="http://wiki.eclipse.org/EGit/New_and_Noteworthy/3.4" + project="Eclipse EGit" /> + </MoreInfo> + + <!-- version, the RCP version to build. This is used to determine the file + name of the root file archives --> + <rcp version="4.5.0" /> + + <!-- name, the name of the product, used in naming the created files. --> + <product name="eclipse-committers-mars-M1" /> + +</configuration> |