Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'update/org.eclipse.update.tests.core/data/perf/eclipse/features/org.eclipse.jdt.source-feature/feature.xml')
-rw-r--r--update/org.eclipse.update.tests.core/data/perf/eclipse/features/org.eclipse.jdt.source-feature/feature.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/update/org.eclipse.update.tests.core/data/perf/eclipse/features/org.eclipse.jdt.source-feature/feature.xml b/update/org.eclipse.update.tests.core/data/perf/eclipse/features/org.eclipse.jdt.source-feature/feature.xml
new file mode 100644
index 000000000..336ac868b
--- /dev/null
+++ b/update/org.eclipse.update.tests.core/data/perf/eclipse/features/org.eclipse.jdt.source-feature/feature.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature primary="false" provider-name="%providerName" label="%featureName" image="eclipse_update_120.jpg" id="org.eclipse.jdt.source" version="3.1.0">
+ <description >
+ %description
+ </description>
+ <license url="%licenseURL">
+ %license
+ </license>
+ <url>
+ <update label="%updateSiteName" url="http://update.eclipse.org/updates/3.0"/>
+ <discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.0"/>
+ </url>
+ <plugin fragment="false" download-size="0" install-size="0" id="org.eclipse.jdt.doc.isv" version="3.1.0"/>
+ <plugin fragment="false" download-size="0" install-size="0" id="org.eclipse.jdt.source" version="3.1.0"/>
+ <plugin ws="carbon" os="macosx" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.jdt.source.macosx.carbon.ppc" version="3.1.0"/>
+</feature>

Back to the top