Skip to main content
summaryrefslogtreecommitdiffstats
blob: 12eccbca8810ff8322198c82335a02f58eb9955d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 (includes Incubating components)"
   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, ECF's OSGi 4.2 remote services implementation, the Plugin Development Environment (PDE), an XML Editor and a WSDL Editor. The SOA package is maintained by the <a href="http://www.eclipse.org/eclipsesoa">Eclipse SOA Industry Workgroup</a>.  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.10.html"
    project="Eclipse Swordfish" />
  <NewAndNoteworthy
    url="http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/eclipse-news.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.7.0" />

	<!-- name, the name of the product, used in naming the created files. -->
	<product name="eclipse-soa-indigo-M3-incubation" />

</configuration>

Back to the top