Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 426a7f84a1c8a775663246997d3516618bd53361 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?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
       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 Classic 3.5.0 RC2"
   maintainer="Eclipse Platform Team"
   iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
   bugzillaComponentId=""
   testPlan="" >
    <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
     <description><![CDATA[The classic Eclipse download: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation. Note: There might be a newer release candidate available. Please look at the <a href="http://download.eclipse.org/eclipse/downloads/">Eclipse Project download page</a>.]]></description>
    <!-- packageTesters is a list of the people that are testing the package -->
     <packageTesters>
      <tester>Eclipse Project</tester>
    </packageTesters>
    <FakePackage>True</FakePackage>
    <FakePackageLocation>
      /eclipse/downloads/drops/S-3.5RC2-200905221710/
    </FakePackageLocation>
  </packageMetaData>
  <MoreInfo>
  <NewAndNoteworthy
    url="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-news-M7.html"
    project="Eclipse Platform M7" />
  <NewAndNoteworthy
    url="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M6-200903130100/eclipse-news-M6.html"
    project="Eclipse Platform M6" />
  </MoreInfo>


  <!-- version, the RCP version to build. This is used to determine the file 
    name of the root file archives -->
  <rcp version="3.5RC2" />

  <!-- name, the name of the product, used in naming the created files. -->
  <product
    name="eclipse-SDK-3.5RC2" 
    eclipseProductId="org.eclipse.sdk.ide"
    initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />

  <!-- url, pointing to an update site. -->
  <updateSites>
    <!-- local mirrors -->
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4.x/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.4milestones/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/staging/" />
    <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/1.0milestones/" />

    <!-- eclipse.org update sites -->
    <!-- 
    <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/testUpdates/" />
      <updateSite url="http://download.eclipse.org/eclipse/updates/3.4/" />
      <updateSite url="http://download.eclipse.org/eclipse/updates/3.4milestones/" />
      <updateSite url="http://download.eclipse.org/releases/ganymede/" />
      <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
    -->
  </updateSites>


  <!-- id, a feature id. -->
  <!-- version, the feature version. -->
  <requiredFeatures>

  </requiredFeatures>

  <!-- folder, pointing to a folder containing the zipped root files for each of 
    the target platforms. -->
  <rootFileFolder folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/M20090211-1700" />

  <!-- relativeFolder, names the subfolder of the base folder where the update site will be created. 
    This is configurable so that working areas, especially root files, are reusable. -->
  <extensionSite
    relativeFolder="extension_site">
  </extensionSite>

  <!-- Create archives for win32, linux, macosx platforms, antZip is default format -->
  <targetPlatforms>
    <platform
      os="win32"
      ws="win32"
      arch="x86">
      <archiveFormat format="antZip"></archiveFormat>
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m</eclipseIniFileContent>
    </platform>
    <platform
      os="linux"
      ws="gtk"
      arch="x86">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m</eclipseIniFileContent>
    </platform>
    <platform
      os="linux"
      ws="gtk"
      arch="x86_64">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/">-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m</eclipseIniFileContent>
    </platform>
    <platform
      os="macosx"
      ws="carbon"
      arch="ppc">
      <archiveFormat format="tar" />
      <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
org.eclipse.platform
-startup
../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Dosgi.requiredJavaVersion=1.5
-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
    </platform>
  </targetPlatforms>
</configuration>

Back to the top