Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2013-03-22 15:50:47 +0000
committerMarkus Knauer2013-03-22 15:50:47 +0000
commit16861af53d784d8e60e76bb4f9706bb5c2863027 (patch)
tree6f6867b321869b333b483f2b0e8dcd5d812e13f5 /packages/org.eclipse.epp.package.classic.feature/epp.website.xml
parent4f408b123aad85376bddf603244becf6865befdf (diff)
downloadorg.eclipse.epp.packages-16861af53d784d8e60e76bb4f9706bb5c2863027.tar.gz
org.eclipse.epp.packages-16861af53d784d8e60e76bb4f9706bb5c2863027.tar.xz
org.eclipse.epp.packages-16861af53d784d8e60e76bb4f9706bb5c2863027.zip
Update the Classic website xml file with new Bugzilla component
Diffstat (limited to 'packages/org.eclipse.epp.package.classic.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.classic.feature/epp.website.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/packages/org.eclipse.epp.package.classic.feature/epp.website.xml b/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
index 14e50b18..0debd3ab 100644
--- a/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
- <!-- IMPORTANT: This is a fake package definition to show the Eclipse Classic,
- i.e. the Eclipse SDK download on the packages website. This package definition
- is not used to build the Eclipse SDK download! -->
-
<!-- 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
@@ -14,9 +10,9 @@
-->
<packageMetaData
packageName="Eclipse Classic 4.3 M6"
- maintainer="Eclipse Platform Team"
+ maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
- bugzillaComponentId=""
+ bugzillaComponentId="classic-package"
testPlan="" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
<description><![CDATA[
@@ -34,7 +30,7 @@ to file a bug against the new packaging / branding, or
]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
- <tester>Eclipse Project</tester>
+ <tester>Martin Oberhuber</tester>
</packageTesters>
</packageMetaData>
<MoreInfo>

Back to the top