|
104 | 104 | </copy> |
105 | 105 |
|
106 | 106 | <!-- copy shared library folder --> |
107 | | - <copy todir="${target.path}/libraries"> |
108 | | - <fileset dir="shared/libraries" /> |
| 107 | + <copy todir="${target.path}/modes/java/libraries"> |
| 108 | + <fileset dir="shared/modes/java/libraries" /> |
109 | 109 | </copy> |
110 | 110 |
|
111 | 111 | <!-- copy libraries for dxf, pdf, etc. --> |
112 | | - <copy todir="${target.path}/libraries/dxf"> |
| 112 | + <copy todir="${target.path}/modes/java/libraries/dxf"> |
113 | 113 | <fileset dir="../dxf" includes="library/**,src/**" /> |
114 | 114 | </copy> |
115 | | - <copy todir="${target.path}/libraries/net"> |
| 115 | + <copy todir="${target.path}/modes/java/libraries/net"> |
116 | 116 | <fileset dir="../net" includes="library/**,src/**" /> |
117 | 117 | </copy> |
118 | | - <copy todir="${target.path}/libraries/opengl"> |
| 118 | + <copy todir="${target.path}/modes/java/libraries/opengl"> |
119 | 119 | <fileset dir="../opengl" includes="library/**,src/**" /> |
120 | 120 | </copy> |
121 | | - <copy todir="${target.path}/libraries/pdf"> |
| 121 | + <copy todir="${target.path}/modes/java/libraries/pdf"> |
122 | 122 | <fileset dir="../pdf" includes="library/**,src/**" /> |
123 | 123 | </copy> |
124 | | - <copy todir="${target.path}/libraries/serial"> |
| 124 | + <copy todir="${target.path}/modes/java/libraries/serial"> |
125 | 125 | <fileset dir="../serial" includes="library/**,src/**" /> |
126 | 126 | </copy> |
127 | | - <copy todir="${target.path}/libraries/video"> |
| 127 | + <copy todir="${target.path}/modes/java/libraries/video"> |
128 | 128 | <fileset dir="../video" includes="library/**,src/**" /> |
129 | 129 | </copy> |
130 | 130 |
|
131 | 131 | <!-- Unzip documentation + examples --> |
132 | | - <unzip dest="${target.path}" src="shared/examples.zip" overwrite="false"> |
| 132 | + <unzip dest="${target.path}/modes/java" |
| 133 | + src="shared/modes/java/examples.zip" |
| 134 | + overwrite="false"> |
133 | 135 | <patternset> |
134 | 136 | <exclude name="__MACOSX/**" /> |
135 | 137 | <exclude name="**/._*" /> |
136 | 138 | </patternset> |
137 | 139 | </unzip> |
138 | | - <unzip dest="${target.path}" src="shared/reference.zip" overwrite="false"> |
| 140 | + <unzip dest="${target.path}/modes/java" |
| 141 | + src="shared/modes/java/reference.zip" |
| 142 | + overwrite="false"> |
139 | 143 | <patternset> |
140 | 144 | <exclude name="__MACOSX/**" /> |
141 | 145 | <exclude name="**/._*" /> |
|
248 | 252 |
|
249 | 253 | <copy todir="macosx/work/Processing.app/Contents/Resources/Java"> |
250 | 254 | <fileset dir="shared" includes="lib/**" /> |
| 255 | + <fileset dir="shared" includes="modes/**" /> |
251 | 256 | <fileset file="shared/revisions.txt" /> |
252 | 257 | </copy> |
253 | 258 |
|
|
337 | 342 |
|
338 | 343 | <copy todir="linux/work"> |
339 | 344 | <fileset dir="shared" includes="lib/**" /> |
| 345 | + <fileset dir="shared" includes="modes/**" /> |
340 | 346 | <fileset file="shared/revisions.txt" /> |
341 | 347 | </copy> |
342 | 348 |
|
@@ -448,6 +454,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html |
448 | 454 |
|
449 | 455 | <copy todir="windows/work"> |
450 | 456 | <fileset dir="shared" includes="lib/**" /> |
| 457 | + <fileset dir="shared" includes="modes/**" /> |
451 | 458 | <fileset file="shared/revisions.txt" /> |
452 | 459 | </copy> |
453 | 460 |
|
|
0 commit comments