Move bootstrap.xml into etc.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1136 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2011-04-03 16:37:09 +00:00
parent 2b0c556f3e
commit 095fb41ae8
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="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"/>
<target name="-prepare" depends="-init-ooo">
View File