Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2013-08-17 12:58:14 +0000
committerMarkus Knauer2013-08-17 12:58:14 +0000
commitd29f793a5b349e43c905436c9cb022fcbe2b0dba (patch)
treed5187f7f2eee2eabaa29e283a401f9dbc2b31035 /releng
parent13ae139a0c7f9f29b16dae225464c28782ee2e15 (diff)
downloadorg.eclipse.epp.packages-d29f793a5b349e43c905436c9cb022fcbe2b0dba.tar.gz
org.eclipse.epp.packages-d29f793a5b349e43c905436c9cb022fcbe2b0dba.tar.xz
org.eclipse.epp.packages-d29f793a5b349e43c905436c9cb022fcbe2b0dba.zip
Clean up after release: Remove outdated mobile package
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/rtp_basic.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/releng/org.eclipse.epp.config/rtp_basic.xml b/releng/org.eclipse.epp.config/rtp_basic.xml
deleted file mode 100644
index f54bbce3..00000000
--- a/releng/org.eclipse.epp.config/rtp_basic.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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="EclipseRT Basic Package"
- maintainer="Eclipse Runtime Packaging Project (includes Incubating components)"
- iconurl="http://eclipse.org/rtp/images/rt-icon.png"
- bugzillaComponentId=""
- testPlan="" >
- <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[This package contains the minimal configuration to get started with <a href="/rt/">EclipseRT</a> and a configuration UI. The package includes Eclipse Equinox, RAP and p2 only. <a class="download-continue" href="/rtp/getting-started/">Read more...</a>]]></description>
- <!-- packageTesters is a list of the people that are testing the package -->
- <packageTesters>
- <tester>Holger Staudacher</tester>
- </packageTesters>
- <FakePackage>True</FakePackage>
- <FakePackageLocation>
- /rtp/updates/3.8milestones/1.0.0.v20120321-1233
- </FakePackageLocation>
- </packageMetaData>
- <MoreInfo>
- <NewAndNoteworthy
- url="http://eclipse.org/rtp/noteworthy/"
- project="RTP 1.0.0" />
- </MoreInfo>
-
- <!-- version, the RCP version to build. This is used to determine the file name of the root file archives -->
- <rcp version="1.0.0" />
-
- <!-- name, the name of the product, used in naming the created files. -->
- <product name="rt-incubation-1.0.0.v20120321-1233-S.zip" />
-
-</configuration>

Back to the top