Skip to content

Commit

Permalink
Build corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Nov 18, 2016
1 parent 144a264 commit c32932d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="jar" name="EspExceptionDecoder">
<project default="jar" name="EspStackTraceDecoder">
<target name="clean">
<delete dir="build"/>
</target>
Expand All @@ -10,9 +10,9 @@
</target>

<target name="jar" depends="compile">
<jar destfile="build/release/EspStrackTraceDecoder.jar" filesetmanifest="mergewithoutmain">
<jar destfile="build/release/EspStackTraceDecoder.jar" filesetmanifest="mergewithoutmain">
<manifest>
<attribute name="Main-Class" value="EspStrackTraceDecoder"/>
<attribute name="Main-Class" value="EspStackTraceDecoder"/>
<attribute name="Class-Path" value="."/>
</manifest>
<fileset dir="build/classes"/>
Expand Down

0 comments on commit c32932d

Please sign in to comment.