Skip to main content
summaryrefslogtreecommitdiffstats
blob: b60152938684c8bf2864e410bf60316fed0b9254 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.scout.feature"
      label="EPP Scout Feature"
      version="2.0.1.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.scout">

   <description>
      Developing Scout applications is supported by the Eclipse Scout Package, a plug-in set built on top of Eclipse PDE and Eclipse JDT. The Eclipse Scout Package works directly on the bare Java resources and assists the development task by providing an augmented view on the underlying Java code. Additionally, it comes with a rich set of wizards and operations for modifying the Scout application project just by editing the underlying Java code.
   </description>

   <license url="license.html">
      %license
   </license>

   <url>
      <discovery label="Kepler" url="http://download.eclipse.org/releases/kepler/"/>
      <discovery label="Eclipse Platform 4.3" url="http://download.eclipse.org/eclipse/updates/4.3"/>
   </url>

   <includes
         id="org.eclipse.platform"
         version="0.0.0"
         search-location="both"/>

   <requires>
      <import feature="org.eclipse.scout"/>
      <import feature="org.eclipse.scout.rt.rap.target"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.help.source"/>
      <import feature="org.eclipse.jdt"/>
      <import feature="org.eclipse.jdt.source"/>
      <import feature="org.eclipse.pde"/>
      <import feature="org.eclipse.pde.source"/>
      <import feature="org.eclipse.platform"/>
      <import feature="org.eclipse.platform.source"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.rcp.source"/>
      <import feature="org.eclipse.jst.web_ui.feature"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.java_feature"/>
      <import feature="org.eclipse.mylyn.pde_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.egit"/>
      <import feature="org.eclipse.egit.import"/>
      <import feature="org.eclipse.egit.mylyn"/>
      <import feature="org.eclipse.jgit"/>
   </requires>

   <plugin
         id="org.eclipse.epp.package.scout"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top