projects
/
Macaco
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2689bb1
)
Fixed a bug in build.xml which tried to include the non-existent src/resources/ direc...
author
Marco Zanon
<info@marcozanon.com>
Sun, 9 Sep 2012 09:56:17 +0000
(09:56 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Sun, 9 Sep 2012 09:56:17 +0000
(09:56 +0000)
3.x/build.xml
patch
|
blob
|
history
diff --git
a/3.x/build.xml
b/3.x/build.xml
index 1aaf1483daaa34b284e34380ce7862ac7fb27d6a..8ee99f431ac077e466b4f5ebde3d87f7a77638cf 100644
(file)
--- a/
3.x/build.xml
+++ b/
3.x/build.xml
@@
-20,7
+20,6
@@
<target name="jar" depends="compile" description="Creates a Jar file">
<jar destfile="target/${ant.project.name}.jar">
<fileset dir="target/classes/" includes="**/*.class" />
- <fileset dir="src/resources/" includes="**/*.*" />
</jar>
</target>