... fix build.xml too

This commit is contained in:
Stepan Koltsov
2012-03-07 04:26:14 +04:00
parent b62c21e446
commit 15e2741f06
+1 -1
View File
@@ -11,7 +11,7 @@
<path id="classpath">
<fileset dir="${idea.sdk}" includes="core/*.jar"/>
<fileset dir="${basedir}/lib" includes="*.jar"/>
<fileset dir="${basedir}/lib" includes="**/*.jar"/>
<pathelement path="${output}/classes/runtime"/>
</path>