git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5b463
)
appletgui should ve excluded from normal application build
author
jprocter
<Jim Procter>
Tue, 14 Sep 2010 15:59:06 +0000
(15:59 +0000)
committer
jprocter
<Jim Procter>
Tue, 14 Sep 2010 15:59:06 +0000
(15:59 +0000)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
9141683
..
a3c7ee9
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-202,6
+202,7
@@
debug="${javac.debug}"
classpathref="build.classpath">
<exclude name="jalview/*applet*"/>
+ <exclude name="jalview/appletgui/**"/>
<exclude name="com/stevesoft/**"/>
</javac>
</target>