Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 15, 2015
1 parent 5605c89 commit 6258e88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project ptbridge">
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<target name="create_run_jar">
<jar destfile="/home/andreas/workspace/ptbridge/ptbridge.jar" filesetmanifest="mergewithoutmain">
<manifest>
<attribute name="Main-Class" value="at.stefl.ptbridge.main.Main"/>
<attribute name="Class-Path" value="."/>
</manifest>
<fileset dir="/home/andreas/workspace/ptbridge/bin"/>
<zipfileset excludes="META-INF/*.SF" src="/home/andreas/workspace/ptbridge/lib/packetsocket.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/andreas/workspace/ptbridge/lib/commons.jar"/>
</jar>
</target>
</project>
Binary file added ptbridge.jar
Binary file not shown.

0 comments on commit 6258e88

Please sign in to comment.