projects
/
securityfilter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075bc1b
)
added .output exclude for release build
author
maxcooper
<maxcooper>
Fri, 9 Aug 2002 10:34:49 +0000
(10:34 +0000)
committer
maxcooper
<maxcooper>
Fri, 9 Aug 2002 10:34:49 +0000
(10:34 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
7d95a89
..
aa07c81
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-299,10
+299,11
@@
<copy todir="${stage.src.dir}/${upload.file.base}-src">
<fileset dir=".">
<exclude name="build.properties"/>
- <exclude name="*.ipr"/>
<exclude name="target/**"/>
<exclude name="dist/**"/>
<exclude name="release/**"/>
+ <exclude name="*.ipr"/>
+ <exclude name=".output/**"/>
</fileset>
</copy>
<mkdir dir="${upload.dir}"/>