Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-01-20 14:40:43 +0000
committerThomas Watson2016-01-20 14:49:11 +0000
commita164762f16f7f5f8d02c5cec5b5eb73dfcf27873 (patch)
tree83002d5b310fc4842b1561a4d5f011fe450c0b22 /pom.xml
parent652bb5b7845d77af8ef390d99d4c974f1ec8db3e (diff)
downloadrt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.tar.gz
rt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.tar.xz
rt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.zip
Bug 470000 - Remove (or reduce) dependency on aspectj bundles
Change-Id: Ibe5343cacf9cfb126ec8bab22cc9a414d6b28514 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c40c5525e..1fcd54a02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,6 @@
<module>features/org.eclipse.equinox.server.simple</module>
<module>features/org.eclipse.equinox.serverside.sdk</module>
- <module>features/org.eclipse.equinox.weaving.sdk</module>
<module>bundles/org.eclipse.equinox.bidi.tests</module>
<module>bundles/org.eclipse.equinox.cm.test</module>
<module>bundles/org.eclipse.equinox.compendium.tests</module>
@@ -78,7 +77,9 @@
-->
<module>bundles/org.eclipse.equinox.ds.tests</module>
+<!-- removed until the dependency on aspectj is removed. see bug 470000
<module>bundles/org.eclipse.equinox.region.tests</module>
+-->
<module>bundles/org.eclipse.equinox.security.tests</module>
<module>bundles/org.eclipse.equinox.app</module>
<module>bundles/org.eclipse.equinox.preferences</module>
@@ -130,7 +131,6 @@
<module>bundles/org.eclipse.equinox.transforms.xslt</module>
<module>bundles/org.eclipse.equinox.useradmin</module>
<module>bundles/org.eclipse.equinox.util</module>
- <module>bundles/org.eclipse.equinox.weaving.aspectj</module>
<module>bundles/org.eclipse.equinox.weaving.caching</module>
<module>bundles/org.eclipse.equinox.weaving.caching.j9</module>
<module>bundles/org.eclipse.equinox.weaving.hook</module>

Back to the top