# HG changeset patch # User Markus Bröker # Date 1242216524 -7200 # Node ID 506c7ab82d3906bbbdf60e8dc26745d93fa79f2f # Parent 34a247829246063677c5eef8ee45f6e06347cca8 ant build file improved this will be the default build file for all my java projects diff --git a/Schach.manifest b/Schach.manifest new file mode 100644 --- /dev/null +++ b/Schach.manifest @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 +Main-Class: org.homelinux.largo.schach.Schach diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -6,12 +6,13 @@ + - + @@ -36,8 +37,8 @@ version="true" use="true" windowtitle="${ant.project.name}" - sourcepathref="Schach.classpath" - packagenames="org.*" + sourcepathref="classpath" + packagenames="org.*" verbose="false"> ${ant.project.name}]]> @@ -58,7 +59,7 @@ - + @@ -66,7 +67,7 @@ + manifest="${manifest}" /> @@ -75,17 +76,17 @@ - - + - - + diff --git a/schach.manifest b/schach.manifest deleted file mode 100644 --- a/schach.manifest +++ /dev/null @@ -1,2 +0,0 @@ -Manifest-Version: 1.0 -Main-Class: org.homelinux.largo.schach.Schach