Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jez Humble committed Jan 8, 2010
1 parent 7fc1a2e commit be47e79
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<project name="javasysmon" basedir="." default="package">

<import file="lib/java/one-jar-ant-task.xml"/>

<path id="test.classpath">
<pathelement path="target/classes"/>
<pathelement path="target/test-classes"/>
Expand Down Expand Up @@ -35,7 +33,7 @@
</target>

<target name="package" depends="init, compile">
<jar destfile="target/javasysmon.jar" manifest="src/main/resources/MANIFEST.MF">
<jar destfile="target/javasysmon.jar">
<fileset dir="target/classes"/>
<fileset dir="lib/native" />
<manifest>
Expand Down
Binary file removed lib/java/one-jar-ant-task-0.96.jar
Binary file not shown.
9 changes: 0 additions & 9 deletions lib/java/one-jar-ant-task.xml

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/resources/MANIFEST.MF

This file was deleted.

0 comments on commit be47e79

Please sign in to comment.