Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Garms2006-02-03 00:21:49 +0000
committerJesse Garms2006-02-03 00:21:49 +0000
commit14709b7432079a77371ede39c1d4b7e62802877d (patch)
tree5813308360f302efadbd766c71a13a19348b0543
parente56baa657e640faad9b9771d41862b477d78052d (diff)
downloadeclipse.jdt.core-14709b7432079a77371ede39c1d4b7e62802877d.tar.gz
eclipse.jdt.core-14709b7432079a77371ede39c1d4b7e62802877d.tar.xz
eclipse.jdt.core-14709b7432079a77371ede39c1d4b7e62802877d.zip
Update apt 3.1 plugin for update site.
-rw-r--r--org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.core/scripts/build-sdk-prime.cmd2
-rw-r--r--org.eclipse.jdt.apt.core/scripts/exportplugin.xml2
-rw-r--r--org.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.ui/scripts/exportplugin.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
index 7baaccfbc9..fdff34beb8 100644
--- a/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JDT APT Core
Bundle-SymbolicName: org.eclipse.jdt.apt.core; singleton:=true
-Bundle-Version: 3.1.1.apt03
+Bundle-Version: 3.1.1.apt04
Bundle-ClassPath: aptcore.jar,
mirrorapi.jar
Bundle-Localization: plugin
diff --git a/org.eclipse.jdt.apt.core/scripts/build-sdk-prime.cmd b/org.eclipse.jdt.apt.core/scripts/build-sdk-prime.cmd
index ded674b2ca..0f6af83460 100644
--- a/org.eclipse.jdt.apt.core/scripts/build-sdk-prime.cmd
+++ b/org.eclipse.jdt.apt.core/scripts/build-sdk-prime.cmd
@@ -43,7 +43,7 @@ if NOT EXIST "%2" (
@set ROOT=%1
@set FULL_SDK_ZIP=%2
-@set APT_VERSION=3.1.1.apt03
+@set APT_VERSION=3.1.1.apt04
@set JDT_VERSION=3.1.1
@set TEMPDIR=\temp\eclipse_sdk_mod
diff --git a/org.eclipse.jdt.apt.core/scripts/exportplugin.xml b/org.eclipse.jdt.apt.core/scripts/exportplugin.xml
index fb1b2e8c38..7c64a5dfc6 100644
--- a/org.eclipse.jdt.apt.core/scripts/exportplugin.xml
+++ b/org.eclipse.jdt.apt.core/scripts/exportplugin.xml
@@ -22,7 +22,7 @@
<target name="export plug-in [_1.0.0]">
<antcall target="zz_internal_export">
- <param name="plugin_version" value="3.1.1.apt03"/>
+ <param name="plugin_version" value="3.1.1.apt04"/>
</antcall>
</target>
diff --git a/org.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
index 970f812226..07cb88ff3b 100644
--- a/org.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JDT APT UI
Bundle-SymbolicName: org.eclipse.jdt.apt.ui; singleton:=true
-Bundle-Version: 3.1.1.apt03
+Bundle-Version: 3.1.1.apt04
Bundle-Activator: org.eclipse.jdt.apt.ui.AptUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.jdt.apt.core,
diff --git a/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml b/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml
index 7ed0bfe024..c3fd95fb52 100644
--- a/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml
+++ b/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml
@@ -22,7 +22,7 @@
<target name="export plug-in [_1.0.0]">
<antcall target="zz_internal_export">
- <param name="plugin_version" value="3.1.1.apt03"/>
+ <param name="plugin_version" value="3.1.1.apt04"/>
</antcall>
</target>

Back to the top