зеркало из https://github.com/mozilla/pjs.git
updating ant build script to copy PNG resources.
This commit is contained in:
Родитель
e241472efe
Коммит
79f0aee793
|
@ -48,6 +48,7 @@
|
|||
<copy todir="dist">
|
||||
<fileset dir="sources/grendel">
|
||||
<include name="**/*.gif"/>
|
||||
<include name="**/*.png"/>
|
||||
<include name="**/*.jpg"/>
|
||||
<include name="**/*.tmpl"/>
|
||||
<include name="**/*.xml"/>
|
||||
|
@ -66,9 +67,10 @@
|
|||
</target>
|
||||
|
||||
<target name="unzipResources">
|
||||
<copy todir="dist/resources">
|
||||
<copy todir="dist">
|
||||
<fileset dir="sources/grendel">
|
||||
<include name="**/*.gif"/>
|
||||
<include name="**/*.png"/>
|
||||
<include name="**/*.jpg"/>
|
||||
<include name="**/*.tmpl"/>
|
||||
<include name="**/*.xml"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче