Skip to content

Commit

Permalink
Now using Apple's AppleJavaExtensions jar rather than a stripped-down…
Browse files Browse the repository at this point in the history
… version of their ui.jar. It's smaller and cleaner.
  • Loading branch information
Pierre-Luc Paour committed Sep 23, 2003
1 parent ad40b15 commit 0135549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -29,7 +29,7 @@
listfiles="on" debug="on" source="1.3">
<classpath>
<pathelement path="lib/JSX1.0.7.4.jar"/>
<pathelement path="lib/ui.jar"/>
<pathelement path="lib/AppleJavaExtensions.jar"/>
</classpath>
</javac>

Expand Down
Binary file added lib/AppleJavaExtensions.jar
Binary file not shown.

0 comments on commit 0135549

Please sign in to comment.