Author: tfmorris
Date: 2008-04-27 11:03:57-0700
New Revision: 14490

Modified:
   trunk/src/argouml-app/build.xml

Log:
Fix available test type

Modified: trunk/src/argouml-app/build.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&rev=14490&p1=trunk/src/argouml-app/build.xml&p2=trunk/src/argouml-app/build.xml&r1=14489&r2=14490
==============================================================================
--- trunk/src/argouml-app/build.xml     (original)
+++ trunk/src/argouml-app/build.xml     2008-04-27 11:03:57-0700
@@ -42,9 +42,9 @@
     are loaded so user can override, but before defaults -->
     <property name="tool.test.file" value="checkstyle/java.header"/>
     <available file="${argo.root.dir}/argouml-core-tools/${tool.test.file}" 
-       type="dir" property="argo.tools.dir" 
value="${argo.root.dir}/argouml-core-tools"/>
+       type="file" property="argo.tools.dir" 
value="${argo.root.dir}/argouml-core-tools"/>
     <available file="../../tools/${tool.test.file}" 
-       type="dir" property="argo.tools.dir" value="../../tools"/>
+       type="file" property="argo.tools.dir" value="../../tools"/>
 
     <property file="default.properties"/>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to