Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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