summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/tracing-aspectj/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 00:21:57 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-09-13 00:21:57 +0000
commit6d363b499e5f96377b3db0dbdf0f31aaa93692d3 (patch)
tree79b3b0ba2ca594e4ff107f270c71533d05769393 /branches/sca-equinox/modules/tracing-aspectj/pom.xml
parente5dbe5bb4ab274cfedf026d156ab48c8100810b5 (diff)
Merge changes from trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/tracing-aspectj/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/tracing-aspectj/pom.xml b/branches/sca-equinox/modules/tracing-aspectj/pom.xml
index 6172b2a445..00790ed621 100644
--- a/branches/sca-equinox/modules/tracing-aspectj/pom.xml
+++ b/branches/sca-equinox/modules/tracing-aspectj/pom.xml
@@ -93,6 +93,18 @@
<argLine>-ea -Xmx128m -javaagent:target/dependency/aspectjweaver-1.6.1.jar</argLine>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Bundle-Version>1.4</Bundle-Version>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.tracing.aspect</Bundle-SymbolicName>
+ <Bundle-Description>${pom.description}</Bundle-Description>
+ <Export-Package></Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project> \ No newline at end of file