|
5 | 5 | <!-- path to the main processing repo --> |
6 | 6 | <property name="processing.dir" value="../processing" /> |
7 | 7 |
|
8 | | - <property name="core.jar.path" value="android-core.zip" /> |
| 8 | + <property name="core.jar.path" value="processing-core.zip" /> |
9 | 9 | <property name="mode.jar.path" value="mode/AndroidMode.jar" /> |
10 | 10 | <property name="mode.dist.path" value="release/AndroidMode.zip" /> |
11 | 11 | <property name="tools.jar.path" value="mode/tools.jar" /> |
|
58 | 58 | <!-- |
59 | 59 | <target name="android-dist-check"> |
60 | 60 | --> |
61 | | - <!-- ensure that the android-core.zip file has been built --> |
| 61 | + <!-- ensure that the processing-core.zip file has been built --> |
62 | 62 | <!-- |
63 | 63 | <available file="${core.jar.path}" |
64 | 64 | property="android-core-present" /> |
65 | 65 | --> |
66 | | - <!--<echo message="${target.path}/modes/android/android-core.zip" />--> |
| 66 | + <!--<echo message="${target.path}/modes/android/processing-core.zip" />--> |
67 | 67 | <!-- |
68 | 68 | <fail unless="android-core-present" |
69 | | - message="android-core.zip was not built, but is required for dist. Install the Android tools, set ANDROID_SDK, and try again." /> |
| 69 | + message="processing-core.zip was not built, but is required for dist. Install the Android tools, set ANDROID_SDK, and try again." /> |
70 | 70 | </target> |
71 | 71 | --> |
72 | 72 |
|
|
85 | 85 |
|
86 | 86 | <zip destfile="${mode.dist.path}"> |
87 | 87 | <zipfileset dir="." prefix="AndroidMode"> |
88 | | - <include name="android-core.zip" /> |
| 88 | + <include name="processing-core.zip" /> |
89 | 89 | <include name="mode.properties" /> |
90 | 90 | <include name="mode/**" /> |
91 | 91 | <include name="templates/**" /> |
|
0 commit comments