Skip to content

Commit

Permalink
Fix project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnonthgol committed Jan 31, 2014
1 parent b183580 commit 167eb51
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
build/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions josm-todo/build.xml → build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<property name="plugin.src.dir" value="src"/>
<!-- this is the directory where the plugin jar is copied to -->
<property name="plugin.dist.dir" value="../../dist"/>
<property name="ant.build.javac.target" value="1.5"/>
<property name="ant.build.javac.target" value="1.7"/>
<property name="plugin.dist.dir" value="../../dist"/>
<property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
<!--
Expand All @@ -56,7 +56,7 @@
-->
<target name="compile" depends="init">
<echo message="compiling sources for ${plugin.jar} ... "/>
<javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
<javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
<compilerarg value="-Xlint:deprecation"/>
<compilerarg value="-Xlint:unchecked"/>
</javac>
Expand Down
Empty file added data/.gitkeep
Empty file.
Binary file removed dist/todo.jar
Binary file not shown.
File renamed without changes
File renamed without changes
Empty file added resources/.gitkeep
Empty file.

0 comments on commit 167eb51

Please sign in to comment.