Move supporting build xml files into etc/ to avoid clutter.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2099 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-05-03 20:26:23 +00:00
parent b2ffa3dc33
commit 29e45ddf96
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
</path>
<!-- import some targets to enumerate and check dependency availability -->
<import file="libs-incl.xml"/>
<import file="depends-incl.xml"/>
<import file="etc/libs-incl.xml"/>
<import file="etc/depends-incl.xml"/>
<!-- prepares the application directories -->
<target name="prepare">
View File