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 12:07:39 UTC

svn commit: r368678 - in /incubator/servicemix/trunk/servicemix-http: maven.xml project.xml

Author: foconer
Date: Fri Jan 13 03:07:29 2006
New Revision: 368678

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

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

Modified: incubator/servicemix/trunk/servicemix-http/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/maven.xml?rev=368678&r1=368677&r2=368678&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/maven.xml Fri Jan 13 03:07:29 2006
@@ -22,12 +22,8 @@
     xmlns:ant="jelly:ant">
 
   <!-- redefined "build" goal from parent pom -->
-  <goal name="build" prereqs="clean, jbi:install"/>
-          
-  <goal name="default">
-    <attainGoal name="build"/>
-  </goal> 
-
+  <goal name="default" prereqs="clean, jbi:install"/>
+  
   <goal name="nightly" prereqs="clean, jbi:install, jbi:deploy"/>
 
   <postGoal name="java:compile">

Modified: incubator/servicemix/trunk/servicemix-http/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.xml?rev=368678&r1=368677&r2=368678&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/project.xml Fri Jan 13 03:07:29 2006
@@ -21,7 +21,7 @@
 <!DOCTYPE project>
 <project>
     <pomVersion>3</pomVersion>
-    <extend>../project.xml</extend>
+    <extend>${basedir}/../etc/project.xml</extend>
 
     <name>ServiceMix :: Http</name>
     <id>servicemix-http</id>