You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/13 10:42:35 UTC

svn commit: r368657 - in /incubator/servicemix/trunk/servicemix-wsn2005: maven.xml project.xml

Author: foconer
Date: Fri Jan 13 01:42:21 2006
New Revision: 368657

URL: http://svn.apache.org/viewcvs?rev=368657&view=rev
Log:
will now extend from /etc/.

Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/maven.xml
    incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Modified: incubator/servicemix/trunk/servicemix-wsn2005/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/maven.xml?rev=368657&r1=368656&r2=368657&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/maven.xml Fri Jan 13 01:42:21 2006
@@ -23,13 +23,9 @@
          xmlns:maven="jelly:maven">
 
          <!-- redefined "build" goal from parent pom -->
-	 <goal name="build" prereqs="clean, jar:install, jbi:install"/>
+	 <goal name="default" prereqs="clean, jar:install, jbi:install"/>
 	             
-	 <goal name="default">
-	   <attainGoal name="build"/>
-         </goal> 
-         
-         <preGoal name="java:compile">
+	 <preGoal name="java:compile">
            <attainGoal name="jaxws:compile"/>
          </preGoal>
 

Modified: incubator/servicemix/trunk/servicemix-wsn2005/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/project.xml?rev=368657&r1=368656&r2=368657&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/project.xml Fri Jan 13 01:42:21 2006
@@ -20,7 +20,7 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <extend>../project.xml</extend>
+  <extend>${basedir}/../etc/project.xml</extend>
 
   <name>ServiceMix :: WS-Notification 2005</name>
   <id>servicemix-wsn2005</id>