svnno****@sourc*****
svnno****@sourc*****
2009年 5月 16日 (土) 02:41:11 JST
Revision: 3401 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3401 Author: daisuke_m Date: 2009-05-16 02:41:11 +0900 (Sat, 16 May 2009) Log Message: ----------- ビルド順調整。 Modified Paths: -------------- hestia/trunk/jiemamy-hestia/pull.bat hestia/trunk/jiemamy-hestia/pull.sh hestia/trunk/jiemamy-hestia/pull_offline.bat -------------- next part -------------- Modified: hestia/trunk/jiemamy-hestia/pull.bat =================================================================== --- hestia/trunk/jiemamy-hestia/pull.bat 2009-05-12 15:26:34 UTC (rev 3400) +++ hestia/trunk/jiemamy-hestia/pull.bat 2009-05-15 17:41:11 UTC (rev 3401) @@ -33,10 +33,10 @@ cd ..\jiemamy-zeus\ call mvn clean install -Dmaven.test.skip=true -cd ..\jiemamy-test-helper\ +cd ..\jiemamy-artemis\ call mvn clean install -Dmaven.test.skip=true -cd ..\jiemamy-artemis\ +cd ..\jiemamy-test-helper\ call mvn clean install -Dmaven.test.skip=true cd ..\jiemamy-entity-io\ Modified: hestia/trunk/jiemamy-hestia/pull.sh =================================================================== --- hestia/trunk/jiemamy-hestia/pull.sh 2009-05-12 15:26:34 UTC (rev 3400) +++ hestia/trunk/jiemamy-hestia/pull.sh 2009-05-15 17:41:11 UTC (rev 3401) @@ -10,11 +10,11 @@ mvn install -Dmaven.test.skip=true -cd ../jiemamy-test-helper +cd ../jiemamy-artemis mvn install -Dmaven.test.skip=true -cd ../jiemamy-artemis +cd ../jiemamy-test-helper mvn install -Dmaven.test.skip=true Modified: hestia/trunk/jiemamy-hestia/pull_offline.bat =================================================================== --- hestia/trunk/jiemamy-hestia/pull_offline.bat 2009-05-12 15:26:34 UTC (rev 3400) +++ hestia/trunk/jiemamy-hestia/pull_offline.bat 2009-05-15 17:41:11 UTC (rev 3401) @@ -36,10 +36,10 @@ cd ..\jiemamy-zeus\ call mvn -o install -Dmaven.test.skip=true -cd ..\jiemamy-test-helper\ +cd ..\jiemamy-artemis\ call mvn -o install -Dmaven.test.skip=true -cd ..\jiemamy-artemis\ +cd ..\jiemamy-test-helper\ call mvn -o install -Dmaven.test.skip=true cd ..\jiemamy-html-exporter\