Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2010-01-22 16:59:36 +0000
committerKevin Barnes2010-01-22 16:59:36 +0000
commit016b8deb6127df73a1c19d559bd692eba2b2dbfa (patch)
tree7b0aacb3c2528f9004d2047549f1df515cf619df
parente9271807619ce73252719378256fd28184bc1a09 (diff)
downloadeclipse.platform.swt-016b8deb6127df73a1c19d559bd692eba2b2dbfa.tar.gz
eclipse.platform.swt-016b8deb6127df73a1c19d559bd692eba2b2dbfa.tar.xz
eclipse.platform.swt-016b8deb6127df73a1c19d559bd692eba2b2dbfa.zip
fixed version number of feature.
-rw-r--r--bundles/org.eclipse.swt.tools/feature/category.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/feature/category.xml b/bundles/org.eclipse.swt.tools/feature/category.xml
index 58ccaa94ed..bcee76d189 100644
--- a/bundles/org.eclipse.swt.tools/feature/category.xml
+++ b/bundles/org.eclipse.swt.tools/feature/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.swt.tools.feature_1.0.0.qualifier.jar" id="org.eclipse.swt.tools.feature" version="1.0.0.qualifier">
+ <feature url="features/org.eclipse.swt.tools.feature_1.0.1.qualifier.jar" id="org.eclipse.swt.tools.feature" version="1.0.1.qualifier">
<category name="org.eclipse.swt.tools.category"/>
</feature>
<category-def name="org.eclipse.swt.tools.category" label="SWT Tools"/>

Back to the top