Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-04-23 17:30:37 +0000
committerMickael Istria2018-05-02 07:18:50 +0000
commit3fbc5c5b38cdfd978dccc787c58b9d39e53d8885 (patch)
treedc9b1f61bc948030e102cd80f1b2481ce749bc96 /packages/org.eclipse.epp.package.rust.feature/epp.website.xml
parentc4b6593495bb181da7d7b3dbb1945a28f423e608 (diff)
downloadorg.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.tar.gz
org.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.tar.xz
org.eclipse.epp.packages-3fbc5c5b38cdfd978dccc787c58b9d39e53d8885.zip
Bug 532728 - Corrosion - Eclipse's Rust IDE
With EPL-2.0 Change-Id: Ib235bbf5c5a7a73c7cd353745b054fa465e561ec Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rust.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.rust.feature/epp.website.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.rust.feature/epp.website.xml b/packages/org.eclipse.epp.package.rust.feature/epp.website.xml
new file mode 100644
index 00000000..a4b3fd98
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rust.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 Rust Developers"
+ maintainer="Eclipse Packaging Project"
+ iconurl="https://bugs.eclipse.org/bugs/attachment.cgi?id=272561"
+ bugzillaComponentId="rust-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 Rust developer, including Rust language support, Git client, command-line integration, Mylyn and editors.]]></description>
+ <!-- packageTesters is a list of the people that are testing the package -->
+ <packageTesters>
+ <tester>Lucas Bullen</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="https://projects.eclipse.org/projects/tools.corrosion/releases/"
+ project="Eclipse Corrosion" />
+ <NewAndNoteworthy
+ url="https://www.eclipse.org/eclipse/news/4.8/"
+ project="Eclipse Platform" />
+ <NewAndNoteworthy
+ url="https://www.eclipse.org/mylyn/new/"
+ project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.8"
+ 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.8.0" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product name="eclipse-rust-photon-M6" />
+
+</configuration>

Back to the top