You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/04/16 10:06:48 UTC

svn commit: r529157 - /incubator/tuscany/java/sca/modules/commonj-api/pom.xml

Author: jsdelfino
Date: Mon Apr 16 01:06:46 2007
New Revision: 529157

URL: http://svn.apache.org/viewvc?view=rev&rev=529157
Log:
Removed dependency on the felix plugin.

Modified:
    incubator/tuscany/java/sca/modules/commonj-api/pom.xml

Modified: incubator/tuscany/java/sca/modules/commonj-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/commonj-api/pom.xml?view=diff&rev=529157&r1=529156&r2=529157
==============================================================================
--- incubator/tuscany/java/sca/modules/commonj-api/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/commonj-api/pom.xml Mon Apr 16 01:06:46 2007
@@ -74,22 +74,6 @@
                     <target>1.4</target>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.felix.plugins</groupId>
-                <artifactId>maven-osgi-plugin</artifactId>
-                <version>0.8.0-SNAPSHOT</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <osgiManifest>
-                        <bundleName>${pom.name}</bundleName>
-                        <bundleDescription>${pom.description}</bundleDescription>
-                        <bundleVendor>${pom.organization.name}</bundleVendor>
-                        <bundleLocalization>plugin</bundleLocalization>
-                        <bundleSymbolicName>commonj.twm</bundleSymbolicName>
-                        <exportPackage>commonj.timers;version="${specVersion}", commonj.work;version="${specVersion}</exportPackage>
-                    </osgiManifest>
-                </configuration>
-            </plugin>
         </plugins>
         <defaultGoal>install</defaultGoal>
     </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org