mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 18:03:41 +00:00
Forgot to add build.xml.
Reviewed by me.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<property name = "Build.Intermediate" location = "${Build}/steam.build/${Configuration}" />
|
||||
<property name = "Build.steam" location = "${Build}/${Configuration}/steam" />
|
||||
<property name = "Build.steam.bin" location = "${Build.steam}/bin" />
|
||||
<property name = "Build.steam.lib" location = "${Build.steam}/lib" />
|
||||
<property name = "Build.steam.lib" location = "${Build.steam}/lib/steam" />
|
||||
|
||||
<target name = "clean">
|
||||
<delete dir = "${Build.steam}" verbose = "true" />
|
||||
@@ -25,6 +25,10 @@
|
||||
|
||||
<copy file = "${basedir}/htaccess" tofile = "${Build.steam.lib}/htaccess" />
|
||||
|
||||
<copy todir = "${Build.steam.lib}/Templates" >
|
||||
<fileset dir = "${basedir}/Templates" />
|
||||
</copy>
|
||||
|
||||
<preprocess file = "${basedir}/main.js" output = "${Build.Intermediate}/steam-preprocessed.js" />
|
||||
|
||||
<concat destfile = "${Build.Intermediate}/steam-flattened.js">
|
||||
|
||||
Reference in New Issue
Block a user