From: Chad B. <cwb...@us...> - 2007-06-12 17:30:16
|
User: cwbrandon Date: 07/06/12 10:30:15 Modified: andromda-seam pom.xml Log: fix andromda3.root location to be the one on the team server Revision Changes Path 1.3 +1 -1 cartridges/andromda-seam/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-seam/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 12 Jun 2007 16:23:27 -0000 1.2 +++ pom.xml 12 Jun 2007 17:30:14 -0000 1.3 @@ -297,7 +297,7 @@ </plugins> </reporting> <properties> - <andromda3.root>D:/java/development/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> |