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:40:37 UTC

svn commit: r368654 - in /incubator/servicemix/trunk/servicemix-jms: maven.xml project.xml

Author: foconer
Date: Fri Jan 13 01:40:24 2006
New Revision: 368654

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

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

Modified: incubator/servicemix/trunk/servicemix-jms/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/maven.xml?rev=368654&r1=368653&r2=368654&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/maven.xml Fri Jan 13 01:40:24 2006
@@ -20,12 +20,8 @@
 
 <project default="default" xmlns:ant="jelly:ant">
 
-  <!-- redefined "build" goal from parent pom -->
-  <goal name="build" prereqs="clean, jar:install, jbi:install"/>
-    
-  <goal name="default">
-    <attainGoal name="build"/>
-  </goal>  
+  <!-- redefined "default" goal from parent pom -->
+  <goal name="default" prereqs="jar:install, jbi:install"/>
   
   <goal name="nightly" prereqs="clean, jbi:install, jbi:deploy"/>
 

Modified: incubator/servicemix/trunk/servicemix-jms/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/project.xml?rev=368654&r1=368653&r2=368654&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/project.xml Fri Jan 13 01:40:24 2006
@@ -20,7 +20,7 @@
 <!DOCTYPE project>
 <project>
     <pomVersion>3</pomVersion>
-    <extend>../project.xml</extend>
+    <extend>${basedir}/../etc/project.xml</extend>
 
     <name>ServiceMix :: JMS</name>
     <id>servicemix-jms</id>