From: Chad B. <cwb...@us...> - 2008-04-07 14:50:31
|
User: cwbrandon Date: 08/04/07 07:41:37 Modified: andromda-seam pom.xml Log: Fix andromda3.root (was pointing to some folder on Walter's computer), should be pointing to the directory on the build server Revision Changes Path 1.6 +1 -1 cartridges/andromda-seam/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-seam/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- pom.xml 2 Mar 2008 20:59:19 -0000 1.5 +++ pom.xml 7 Apr 2008 14:41:36 -0000 1.6 @@ -299,7 +299,7 @@ </plugins> </reporting> <properties> - <andromda3.root>/home/walter/workspace/andromda-all</andromda3.root> + <andromda3.root>/var/andromda/builds/v3/andromda-all</andromda3.root> <maven.test.skip>true</maven.test.skip> <model.uri>jar:file:${pom.basedir}/src/main/uml/SeamMetafacadeModel.xml.zip!/SeamMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/SeamCartridgeTestModel.xml.zip!/SeamCartridgeTestModel.xml</test.model.uri> |