Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyu Lee2007-05-15 15:46:57 +0000
committerKyu Lee2007-05-15 15:46:57 +0000
commit4defcd2ee5212d342450a7634d5bb4eb871619ff (patch)
treeec68cf882258d9c6ac07f9ed869f513113b6b476 /changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
parentc227c9a6fc6e9ca3ecd4cbfd375fb202874f06a5 (diff)
downloadorg.eclipse.linuxtools-4defcd2ee5212d342450a7634d5bb4eb871619ff.tar.gz
org.eclipse.linuxtools-4defcd2ee5212d342450a7634d5bb4eb871619ff.tar.xz
org.eclipse.linuxtools-4defcd2ee5212d342450a7634d5bb4eb871619ff.zip
2007-05-15 Kyu Lee <klee@redhat.com>
* feature.xml: Added new parser features.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog-feature/feature.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/feature.xml59
1 files changed, 26 insertions, 33 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
index 7b491fbed9..7447a34167 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
@@ -108,6 +108,30 @@ This Agreement is governed by the laws of the State of New York and the intellec
<discovery label="ChangeLog Plugin Site" url="http://sourceware.org/eclipse/changelog" type="web"/>
</url>
+ <includes
+ id="org.eclipse.linuxtools.changelog.compareEditorParser"
+ version="0.0.0"
+ optional="true"
+ search-location="self"/>
+
+ <includes
+ id="org.eclipse.linuxtools.changelog.cParser"
+ version="0.0.0"
+ optional="true"
+ search-location="self"/>
+
+ <includes
+ id="org.eclipse.linuxtools.changelog.javaParser"
+ version="0.0.0"
+ optional="true"
+ search-location="self"/>
+
+ <includes
+ id="org.eclipse.linuxtools.changelog.pythonParser"
+ version="0.0.0"
+ optional="true"
+ search-location="self"/>
+
<requires>
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.ui.ide"/>
@@ -128,44 +152,13 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.eclipse.linuxtools.changelog.core"
download-size="0"
install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.linuxtools.changelog.doc"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.linuxtools.changelog.javaparser"
- download-size="0"
- install-size="0"
version="0.0.0"
- fragment="true"
unpack="false"/>
<plugin
- id="org.eclipse.linuxtools.changelog.parsers.compareEditor"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.linuxtools.changelog.parsers.java"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.linuxtools.changelog.parsers.python"
+ id="org.eclipse.linuxtools.changelog.doc"
download-size="0"
install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
+ version="0.0.0"/>
</feature>

Back to the top