Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2008-01-09 22:56:11 +0000
committerJeff Johnston2008-01-09 22:56:11 +0000
commitdd11420803cc722f70d33a6906a3e0a75611f7a0 (patch)
tree6969f7f24997e7680d6079b722825c1229887a73 /changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
parent4e5db312a6961b65f1138137f9fff030f23ca379 (diff)
downloadorg.eclipse.linuxtools-dd11420803cc722f70d33a6906a3e0a75611f7a0.tar.gz
org.eclipse.linuxtools-dd11420803cc722f70d33a6906a3e0a75611f7a0.tar.xz
org.eclipse.linuxtools-dd11420803cc722f70d33a6906a3e0a75611f7a0.zip
2008-01-09 Jeff Johnston <jjohnstn@redhat.com>
* feature.xml: C Parser and Java Parser are now fragments.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog-feature/feature.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/feature.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
index 80ff865da8..61a5252dc8 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.changelog"
label="ChangeLog management tools (Incubation)"
- version="2.6.0"
+ version="2.6.1"
provider-name="Eclipse.org">
<description url="http://www.redhat.com">
@@ -137,4 +137,20 @@ This Agreement is governed by the laws of the State of New York and the intellec
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.linuxtools.changelog.cparser"
+ 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"/>
+
</feature>

Back to the top