Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-11-12 20:10:48 +0000
committerMarkus Knauer2009-11-12 20:10:48 +0000
commite02e8876b6d017b1ab137bd6823345b47ba76393 (patch)
treef7687e4bdde5f5e712dd437854b7934441afb3f3 /packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml
parent0122f0627880ae3c33c0d1161ec70bb0939615bb (diff)
downloadorg.eclipse.epp.packages-e02e8876b6d017b1ab137bd6823345b47ba76393.tar.gz
org.eclipse.epp.packages-e02e8876b6d017b1ab137bd6823345b47ba76393.tar.xz
org.eclipse.epp.packages-e02e8876b6d017b1ab137bd6823345b47ba76393.zip
* updating from Galileo to Helios (M3)
* updating from Eclipse 3.5.x to 3.6.0
Diffstat (limited to 'packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml')
-rw-r--r--packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml b/packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml
new file mode 100644
index 00000000..b03a44d7
--- /dev/null
+++ b/packages/org.eclipse.epp.package.soa.feature/eclipse_soa_helios.xml
@@ -0,0 +1,43 @@
+<?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 SOA Platform for Java and SOA Developers"
+ maintainer="Eclipse SOA Industry Workgroup"
+ iconurl="http://www.eclipse.org/downloads/images/soa.jpg"
+ bugzillaComponentId="soa-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[Eclipse SOA Platform is a runtimes and tools integration platform for SOA developers. It makes easy to get the environment you need for developing and executing SOA. It includes a Java IDE, Swordfish Tooling, the Plugin Development Environment (PDE), an XML Editor and a WSDL Editor. Note that the SOA 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> Zsolt Beothy-Elo</tester>
+ </packageTesters>
+ </packageMetaData>
+ <MoreInfo>
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/swordfish/downloads//whats-new-0.9.1.html"
+ project="Eclipse Swordfish" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-news-all.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="3.6.0" />
+
+ <!-- name, the name of the product, used in naming the created files. -->
+ <product name="eclipse-soa-helios-M3-incubation" />
+
+</configuration> \ No newline at end of file

Back to the top