Browse Source

Added filelist concat command so CLI works

David Benson 9 years ago
parent
commit
8817c752f1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      etc/build/build.xml

+ 3 - 1
etc/build/build.xml

@@ -55,7 +55,9 @@
 		<delete file="${basedir}/Graph-Stylesheet.js"/>
 		<echo file="${basedir}/Graph-Stylesheet.js">Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName] = mxUtils.parseXml('</echo>
 		<concat destfile="${basedir}/Graph-Stylesheet.js" fixlastline="no" append="true">
-			<file name="${basedir}/.tmp1.xml" />
+			<filelist dir="${basedir}">
+				<file name=".tmp1.xml" />
+			</filelist>
     	</concat>
 		<echo file="${basedir}/Graph-Stylesheet.js" append="true">').documentElement;</echo>