You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by ha...@apache.org on 2004/07/09 19:35:58 UTC

svn commit: rev 22756 - in excalibur/trunk: components/xmlutil containerkit/logger

Author: hammett
Date: Fri Jul  9 10:35:57 2004
New Revision: 22756

Modified:
   excalibur/trunk/components/xmlutil/project.properties
   excalibur/trunk/components/xmlutil/project.xml
   excalibur/trunk/containerkit/logger/project.xml
Log:
Fixed a few build failures.

Modified: excalibur/trunk/components/xmlutil/project.properties
==============================================================================
--- excalibur/trunk/components/xmlutil/project.properties	(original)
+++ excalibur/trunk/components/xmlutil/project.properties	Fri Jul  9 10:35:57 2004
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-avalon.buildsystem=${basedir}/../buildsystem
+avalon.buildsystem=${basedir}/../../buildsystem
 
 # gump integration
 project.name = excalibur-xmlutil

Modified: excalibur/trunk/components/xmlutil/project.xml
==============================================================================
--- excalibur/trunk/components/xmlutil/project.xml	(original)
+++ excalibur/trunk/components/xmlutil/project.xml	Fri Jul  9 10:35:57 2004
@@ -17,7 +17,7 @@
 -->
 
 <project>
-    <extend>${basedir}/../project-common.xml</extend>
+    <extend>${basedir}/../../buildsystem/project-common.xml</extend>
 
     <name>Excalibur XMLUtil</name>
     <id>excalibur-xmlutil</id>

Modified: excalibur/trunk/containerkit/logger/project.xml
==============================================================================
--- excalibur/trunk/containerkit/logger/project.xml	(original)
+++ excalibur/trunk/containerkit/logger/project.xml	Fri Jul  9 10:35:57 2004
@@ -16,7 +16,7 @@
  limitations under the License.
 -->
 <project>
-    <extend>${basedir}/../project-common.xml</extend>
+    <extend>${basedir}/../../buildsystem/project-common.xml</extend>
 
     <name>Excalibur Logger</name>
     <id>excalibur-logger</id>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org