Put bootstrap.xml in etc.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1068 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2011-04-03 16:38:01 +00:00
parent 318f7a6cf1
commit 7751fe7631
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<property name="tclasses.dir" value="${deploy.dir}/test-classes"/> <property name="tclasses.dir" value="${deploy.dir}/test-classes"/>
<property name="ooo-build.vers" value="2.1"/> <property name="ooo-build.vers" value="2.1"/>
<ant antfile="bootstrap.xml"/> <ant antfile="etc/bootstrap.xml"/>
<import file="${user.home}/.m2/ooo-build/${ooo-build.vers}/ooo-build.xml"/> <import file="${user.home}/.m2/ooo-build/${ooo-build.vers}/ooo-build.xml"/>
<target name="-prepare" depends="-init-ooo"> <target name="-prepare" depends="-init-ooo">
View File