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:54:16 UTC

svn commit: r368659 - /incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml

Author: foconer
Date: Fri Jan 13 01:54:05 2006
New Revision: 368659

URL: http://svn.apache.org/viewcvs?rev=368659&view=rev
Log:
extends from /etc/.

Modified:
    incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml

Modified: incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml?rev=368659&r1=368658&r2=368659&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml (original)
+++ incubator/servicemix/trunk/tooling/maven-jbi-plugin/project.xml Fri Jan 13 01:54:05 2006
@@ -19,7 +19,7 @@
 
 <project>
     <pomVersion>3</pomVersion>
-    <extend>../../project.xml</extend>
+    <extend>${basedir}/../../etc/project.xml</extend>
 
 	<name>ServiceMix :: Maven JBI Plugin</name>
 	<id>maven-jbi-plugin</id>