Skip to content

Commit

Permalink
libtiled-java: Added ant build files to IntelliJ project
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Dec 27, 2010
1 parent da4b2ae commit 773d057
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions util/java/java-utils.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
<project version="4">
<component name="AntConfiguration">
<defaultAnt bundledAnt="true" />
<buildFile url="file://$PROJECT_DIR$/libtiled-java/build.xml">
<additionalClassPath />
<antReference projectDefault="true" />
<customJdkName value="" />
<maximumHeapSize value="128" />
<maximumStackSize value="2" />
<properties />
</buildFile>
<buildFile url="file://$PROJECT_DIR$/tmxviewer-java/build.xml">
<additionalClassPath />
<antReference projectDefault="true" />
<customJdkName value="" />
<maximumHeapSize value="128" />
<maximumStackSize value="2" />
<properties />
</buildFile>
</component>
<component name="CodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
Expand Down

0 comments on commit 773d057

Please sign in to comment.