summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:33:40 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:33:40 +0200
commitb42c33a92af14875d969424e1239e7d2fd4a6900 (patch)
tree2abf6d41fb9ad6c321df90db0096fdd04eae4b8d /build.xml
parentfb697bd5fd643359347462d1150f24d3f8657f04 (diff)
ant: slightly more compact file
A test commit for the commit notification email.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index e5d08ee..a49675b 100644
--- a/build.xml
+++ b/build.xml
@@ -42,9 +42,7 @@
<java classname="Server/ChatServer"
fork="true"
failonerror="true"
- classpath="build"
- >
- </java>
+ classpath="build" />
</target>
<target name="clean"