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 2008/10/13 00:44:14 UTC

svn commit: r703893 - /tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml

Author: jsdelfino
Date: Sun Oct 12 15:44:13 2008
New Revision: 703893

URL: http://svn.apache.org/viewvc?rev=703893&view=rev
Log:
Adjusted POM to changes to bundle plugin. Added invocation of new bundle plugin goal to fix the PDE .classpath entries.

Modified:
    tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml

Modified: tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml?rev=703893&r1=703892&r2=703893&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml Sun Oct 12 15:44:13 2008
@@ -57,16 +57,25 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-bundle-plugin</artifactId>
-                <configuration>
-                    <copyJars>true</copyJars>
-                </configuration>
                 <executions>
                     <execution>
-                        <id>build-manifest</id>
+                        <id>assemble-thirdparty-bundle</id>
                         <goals>
-                            <goal>build</goal>
+                            <goal>assemble-thirdparty-bundle</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-bundle-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>fixup-pde-classpath</id>
+                        <goals>
+                            <goal>fixup-pde-classpath</goal>
                         </goals>
-                        <phase>process-classes</phase>
                     </execution>
                 </executions>
             </plugin>