Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Lippert2013-03-18 11:19:06 +0000
committerMartin Lippert2013-03-18 11:19:06 +0000
commitdf6ca888743e9b5369c27778bf90a5f7f28ad046 (patch)
treeff469212bdf840b72e25f61cba3e15a1d3c4e2a4
parent25f0ecd4b1472cb4462c54a22754e943d695811b (diff)
downloadrt.equinox.bundles-df6ca888743e9b5369c27778bf90a5f7f28ad046.tar.gz
rt.equinox.bundles-df6ca888743e9b5369c27778bf90a5f7f28ad046.tar.xz
rt.equinox.bundles-df6ca888743e9b5369c27778bf90a5f7f28ad046.zip
fixed old debug options config
-rw-r--r--bundles/org.eclipse.equinox.weaving.hook/.options12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.hook/.options b/bundles/org.eclipse.equinox.weaving.hook/.options
index b588b6c4e..04751aac6 100644
--- a/bundles/org.eclipse.equinox.weaving.hook/.options
+++ b/bundles/org.eclipse.equinox.weaving.hook/.options
@@ -1,6 +1,6 @@
-org.aspectj.osgi/debug=false
-org.aspectj.osgi/debug/bundle=false
-org.aspectj.osgi/debug/weave=true
-org.aspectj.osgi/debug/cache=false
-org.aspectj.osgi/debug/supplements=false
-org.aspectj.osgi/debug/bundleName=false
+org.eclipse.equinox.weaving.hook/debug=false
+org.eclipse.equinox.weaving.hook/debug/bundle=false
+org.eclipse.equinox.weaving.hook/debug/weave=true
+org.eclipse.equinox.weaving.hook/debug/cache=false
+org.eclipse.equinox.weaving.hook/debug/supplements=false
+org.eclipse.equinox.weaving.hook/debug/bundleName=false

Back to the top