mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add ThemeEngine to build, only include "tools" subfolders on dist
This commit is contained in:
+8
-1
@@ -289,6 +289,7 @@
|
||||
<subant buildpath="../java/libraries/serial" target="clean"/>
|
||||
<subant buildpath="../java/libraries/svg" target="clean"/>
|
||||
<subant buildpath="shared/tools/MovieMaker" target="clean"/>
|
||||
<subant buildpath="shared/tools/ThemeEngine" target="clean"/>
|
||||
<subant buildpath="../java" target="clean"/>
|
||||
|
||||
<!-- make sure this isn't around from an old build 140730 -->
|
||||
@@ -311,6 +312,7 @@
|
||||
<subant buildpath="../java/libraries/serial" target="build"/>
|
||||
<subant buildpath="../java/libraries/svg" target="build"/>
|
||||
<subant buildpath="shared/tools/MovieMaker" target="build"/>
|
||||
<subant buildpath="shared/tools/ThemeEngine" target="build"/>
|
||||
<subant buildpath="../java" target="build"/>
|
||||
</target>
|
||||
|
||||
@@ -332,7 +334,12 @@
|
||||
|
||||
<!-- copy shared tools folder -->
|
||||
<copy todir="${target.path}/tools" preservelastmodified="true">
|
||||
<fileset dir="shared/tools" />
|
||||
<fileset dir="shared/tools">
|
||||
<patternset>
|
||||
<!-- <include name="MovieMaker/tool/**" /> -->
|
||||
<include name="**/tool/**" />
|
||||
</patternset>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!-- make sure ffmpeg/ffmpeg.exe have exec permission -->
|
||||
|
||||
Reference in New Issue
Block a user