Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Lippert2013-03-18 13:45:13 +0000
committerMartin Lippert2013-03-18 13:45:13 +0000
commitfac6218518c98999a0ef98b493d7633e8e4df2c4 (patch)
tree2f145957f0fa391b2b6e6b7601a121f63c97dfb9 /bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
parentcfd4cb434f5a61478b84993e76194ae37a965221 (diff)
downloadrt.equinox.bundles-fac6218518c98999a0ef98b493d7633e8e4df2c4.tar.gz
rt.equinox.bundles-fac6218518c98999a0ef98b493d7633e8e4df2c4.tar.xz
rt.equinox.bundles-fac6218518c98999a0ef98b493d7633e8e4df2c4.zip
Bug 227029 - initialize mechanics were not thread safe, introduced lock object to fix this
Diffstat (limited to 'bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
index f3ca54fd0..6def945e1 100644
--- a/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WeavingService Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Activator: org.eclipse.equinox.weaving.aspectj.AspectJWeavingActivator
Import-Package: org.aspectj.weaver;version="1.6.3";resolution:=optional,
org.aspectj.weaver.loadtime;version="1.6.3";resolution:=optional,

Back to the top