-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuilder.xml
More file actions
24 lines (20 loc) · 904 Bytes
/
builder.xml
File metadata and controls
24 lines (20 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!-- ======================================================================
25.02.2013 19:30:45
project
description
Gemil
====================================================================== -->
<project name="QuickSignReloaded.makejar" default="makejar">
<description>
Automatic Jar Builder File
</description>
<!-- =================================
target: default
================================= -->
<target name="makejar" description="Make a Jar File">
<jar destfile="C:/Users/Gerrit Paepcke/Dropbox/Öffentlich/bukkit/QuickSignReloaded.jar">
<fileset dir="bin" />
</jar>
</target>
</project>