Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2007-08-21 23:14:28 +0000
committertle2007-08-21 23:14:28 +0000
commit81bdc83e4f3dc2f12541325ae417b02c6df5fc64 (patch)
treebf04891df21192c626d084720569efca7f4ede55 /assembly
parent91b3d8130f5e81f6744048e8764f7c97d2cd3588 (diff)
downloadwebtools.dali-81bdc83e4f3dc2f12541325ae417b02c6df5fc64.tar.gz
webtools.dali-81bdc83e4f3dc2f12541325ae417b02c6df5fc64.tar.xz
webtools.dali-81bdc83e4f3dc2f12541325ae417b02c6df5fc64.zip
Reverted version number.
Diffstat (limited to 'assembly')
-rw-r--r--assembly/plugins/org.eclipse.jpt/.cvsignore2
-rw-r--r--assembly/plugins/org.eclipse.jpt/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/assembly/plugins/org.eclipse.jpt/.cvsignore b/assembly/plugins/org.eclipse.jpt/.cvsignore
index 9a150f4dcb..c9401a2c83 100644
--- a/assembly/plugins/org.eclipse.jpt/.cvsignore
+++ b/assembly/plugins/org.eclipse.jpt/.cvsignore
@@ -1,2 +1,2 @@
build.xml
-org.eclipse.jpt_2.0.0.* \ No newline at end of file
+org.eclipse.jpt_1.0.0.* \ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.jpt/META-INF/MANIFEST.MF b/assembly/plugins/org.eclipse.jpt/META-INF/MANIFEST.MF
index 293a9e0e63..5ac613eda7 100644
--- a/assembly/plugins/org.eclipse.jpt/META-INF/MANIFEST.MF
+++ b/assembly/plugins/org.eclipse.jpt/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jpt; singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-Vendor: %providerName

Back to the top