You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/08/11 01:45:00 UTC

svn commit: r430594 - in /incubator/tuscany/java/sca: core/pom.xml pom.xml spi/pom.xml

Author: jboynes
Date: Thu Aug 10 16:45:00 2006
New Revision: 430594

URL: http://svn.apache.org/viewvc?rev=430594&view=rev
Log:
OSGi-ify spi and core modules

Modified:
    incubator/tuscany/java/sca/core/pom.xml
    incubator/tuscany/java/sca/pom.xml
    incubator/tuscany/java/sca/spi/pom.xml

Modified: incubator/tuscany/java/sca/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core/pom.xml?rev=430594&r1=430593&r2=430594&view=diff
==============================================================================
--- incubator/tuscany/java/sca/core/pom.xml (original)
+++ incubator/tuscany/java/sca/core/pom.xml Thu Aug 10 16:45:00 2006
@@ -22,24 +22,9 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>core</artifactId>
+    <packaging>osgi-bundle</packaging>
     <name>Apache Tuscany SCA Core</name>
     <description>Core Tuscany runtime.</description>
-
-    <!--
-        add in Apache M1 repository to allow download of commonj snapshot
-        remove this when we update to a release version which can be fetched from ibiblio
-    -->
-    <repositories>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>apache-legacy</id>
-            <name>Apache Snapshot Maven 1.x Repository</name>
-            <url>http://people.apache.org/repository</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
 
     <dependencies>
         <dependency>

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?rev=430594&r1=430593&r2=430594&view=diff
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Thu Aug 10 16:45:00 2006
@@ -237,21 +237,24 @@
                     </configuration>
                 </plugin>
 
-                <plugin>
-                    <groupId>org.apache.felix.plugins</groupId>
-                    <artifactId>maven-osgi-plugin</artifactId>
-                    <extensions>true</extensions>
-                    <configuration>
-                        <osgiManifest>
-                            <bundleName>${pom.name}</bundleName>
-                            <bundleDescription>${pom.description}</bundleDescription>
-                            <bundleVendor>${pom.organization.name}</bundleVendor>
-                            <bundleLocalization>plugin</bundleLocalization>
-                        </osgiManifest>
-                    </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix.plugins</groupId>
+                <artifactId>maven-osgi-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <osgiManifest>
+                        <bundleName>${pom.name}</bundleName>
+                        <bundleDescription>${pom.description}</bundleDescription>
+                        <bundleVendor>${pom.organization.name}</bundleVendor>
+                        <bundleLocalization>plugin</bundleLocalization>
+                    </osgiManifest>
+                </configuration>
+            </plugin>
+        </plugins>
 
         <resources>
             <resource>

Modified: incubator/tuscany/java/sca/spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/spi/pom.xml?rev=430594&r1=430593&r2=430594&view=diff
==============================================================================
--- incubator/tuscany/java/sca/spi/pom.xml (original)
+++ incubator/tuscany/java/sca/spi/pom.xml Thu Aug 10 16:45:00 2006
@@ -58,13 +58,4 @@
             <artifactId>easymock</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix.plugins</groupId>
-                <artifactId>maven-osgi-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 </project>



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