Repository: servicemix-bundles Updated Branches: refs/heads/master 069cf2c75 -> a256068ca
[SM-2744] aspectj bundles exports aj* package Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/a256068c Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a256068c Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a256068c Branch: refs/heads/master Commit: a256068cae727d8c6b4b6dd89f19ea39e6da01bf Parents: 069cf2c Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Nov 26 14:34:29 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Nov 26 14:34:29 2015 +0100 ---------------------------------------------------------------------- aspectj-1.8.5/pom.xml | 16 ++++++++++++---- aspectj-1.8.6/pom.xml | 7 ++++--- aspectj-1.8.7/pom.xml | 7 ++++--- pom.xml | 3 +++ 4 files changed, 23 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a256068c/aspectj-1.8.5/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.5/pom.xml b/aspectj-1.8.5/pom.xml index 65a8c74..7a101da 100644 --- a/aspectj-1.8.5/pom.xml +++ b/aspectj-1.8.5/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -34,14 +34,22 @@ <version>1.8.5_2-SNAPSHOT</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + <tag>HEAD</tag> + </scm> <properties> <pkgGroupId>org.aspectj</pkgGroupId> <pkgArtifactId>aspectj</pkgArtifactId> <pkgVersion>1.8.5</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> + <servicemix.osgi.export> + org.aspectj*;version=1.8.5, + aj*;version=1.8.5 + </servicemix.osgi.export> <servicemix.osgi.import.pkg> javax.xml*, org.xml.sax*, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a256068c/aspectj-1.8.6/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.6/pom.xml b/aspectj-1.8.6/pom.xml index 53054a6..0e3f9b2 100644 --- a/aspectj-1.8.6/pom.xml +++ b/aspectj-1.8.6/pom.xml @@ -46,9 +46,10 @@ <pkgGroupId>org.aspectj</pkgGroupId> <pkgArtifactId>aspectj</pkgArtifactId> <pkgVersion>1.8.6</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> + <servicemix.osgi.export> + org.aspectj*;version=1.8.6, + aj*;version=1.8.6 + </servicemix.osgi.export> <servicemix.osgi.import.pkg> javax.xml*, org.xml.sax*, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a256068c/aspectj-1.8.7/pom.xml ---------------------------------------------------------------------- diff --git a/aspectj-1.8.7/pom.xml b/aspectj-1.8.7/pom.xml index 38e524c..50fea60 100644 --- a/aspectj-1.8.7/pom.xml +++ b/aspectj-1.8.7/pom.xml @@ -46,9 +46,10 @@ <pkgGroupId>org.aspectj</pkgGroupId> <pkgArtifactId>aspectj</pkgArtifactId> <pkgVersion>1.8.7</pkgVersion> - <servicemix.osgi.export.pkg> - org.aspectj - </servicemix.osgi.export.pkg> + <servicemix.osgi.export> + org.aspectj*;version=1.8.7, + aj*;version=1.8.7 + </servicemix.osgi.export> <servicemix.osgi.import.pkg> javax.xml*, org.xml.sax*, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a256068c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af5fc6a..276a2d5 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,9 @@ <module>spring-webmvc-4.2.3.RELEASE</module> <module>spring-webmvc-portlet-4.2.3.RELEASE</module> <module>spring-websocket-4.2.3.RELEASE</module> + <module>aspectj-1.8.7</module> + <module>aspectj-1.8.6</module> + <module>aspectj-1.8.5</module> </modules> </project>
