You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/09/13 01:16:29 UTC

svn commit: r694840 - /tuscany/java/sca/modules/tracing-aspectj/pom.xml

Author: rfeng
Date: Fri Sep 12 16:16:29 2008
New Revision: 694840

URL: http://svn.apache.org/viewvc?rev=694840&view=rev
Log:
Add the OSGi headers

Modified:
    tuscany/java/sca/modules/tracing-aspectj/pom.xml

Modified: tuscany/java/sca/modules/tracing-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/tracing-aspectj/pom.xml?rev=694840&r1=694839&r2=694840&view=diff
==============================================================================
--- tuscany/java/sca/modules/tracing-aspectj/pom.xml (original)
+++ tuscany/java/sca/modules/tracing-aspectj/pom.xml Fri Sep 12 16:16:29 2008
@@ -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