|
611 | 611 | <copy todir="macosx/work/Processing.app/Contents/Java"> |
612 | 612 | <fileset dir=".." includes="core/library/**" /> <!-- why this? --> |
613 | 613 | <!--<fileset dir="shared" includes="launch4j/**" />--> |
614 | | - <fileset dir="shared" includes="lib/**" excludes="lib/fonts/**" /> |
| 614 | + <fileset dir="shared" includes="lib/**" /> |
615 | 615 | <fileset file="shared/revisions.txt" /> |
616 | 616 | </copy> |
617 | 617 |
|
618 | | - <!-- |
619 | | - Processing.app/Contents/PlugIns/jdk1.7.0_40.jdk/Contents/Home/jre/lib/fonts |
620 | | - --> |
621 | | - <copy todir="macosx/work/Processing.app/Contents/PlugIns/jdk${jdk.esoteric}.jdk/Contents/Home/jre/lib/fonts"> |
622 | | - <fileset dir="shared/lib/fonts" includes="*" /> |
623 | | - </copy> |
624 | | - |
625 | 618 | <antcall target="assemble"> |
626 | 619 | <param name="target.path" |
627 | 620 | value="macosx/work/Processing.app/Contents/Java" /> |
|
756 | 749 | <copy todir="linux/work"> |
757 | 750 | <fileset dir=".." includes="core/library/**" /> |
758 | 751 | <fileset dir="shared" includes="launch4j/**" /> |
759 | | - <!-- this used to excludes="lib/fonts/**", but instead, ship a second --> |
760 | | - <!-- copy of the font files on Linux, so that users can experiment with --> |
761 | | - <!-- drop-in or globally installed JVM versions --> |
762 | 752 | <fileset dir="shared" includes="lib/**" /> |
763 | 753 | <fileset dir="shared" includes="modes/**" /> |
764 | 754 | <fileset file="shared/revisions.txt" /> |
|
860 | 850 | --> |
861 | 851 | <fileset refid="jre-optional-linux" /> |
862 | 852 | </delete> |
863 | | - |
864 | | - <copy todir="linux/work/java/lib/fonts"> |
865 | | - <fileset dir="shared/lib/fonts" includes="*" /> |
866 | | - </copy> |
867 | | - |
868 | 853 | </target> |
869 | 854 |
|
870 | 855 | <target name="linux-run" depends="linux-build" |
|
1056 | 1041 | <copy todir="windows/work"> |
1057 | 1042 | <fileset dir=".." includes="core/library/**" /> |
1058 | 1043 | <fileset dir="shared" includes="launch4j/**" /> |
1059 | | - <fileset dir="shared" includes="lib/**" excludes="lib/fonts/**" /> |
| 1044 | + <fileset dir="shared" includes="lib/**" /> |
1060 | 1045 | <fileset dir="shared" includes="modes/**" /> |
1061 | 1046 | <fileset file="shared/revisions.txt" /> |
1062 | 1047 | </copy> |
|
1122 | 1107 | --> |
1123 | 1108 | <fileset refid="jre-optional-windows" /> |
1124 | 1109 | </delete> |
1125 | | - |
1126 | | - <copy todir="windows/work/java/lib/fonts"> |
1127 | | - <fileset dir="shared/lib/fonts" includes="*" /> |
1128 | | - </copy> |
1129 | 1110 | </target> |
1130 | 1111 |
|
1131 | 1112 | <target name="windows-run" depends="windows-build" |
|
0 commit comments