File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
sources/net.sf.j2s.lib/build Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
josson smith
8
8
====================================================================== -->
9
- <project name =" j2s.core.build" default =" j2s.pack.lib" >
9
+ <project name =" j2s.core.build" default =" j2s.pack.lib"
10
+ xmlns : if =" ant:if"
11
+ xmlns : unless =" ant:unless" >
10
12
<description >
11
13
Building j2s-core-*.z.js
12
14
</description >
36
38
37
39
<property name =" j2s.core.src" value =" ${ j2s.core.project } /src" />
38
40
41
+ <property name =" j2s.lib.include.junit" value =" false" />
42
+
39
43
<!-- - - - - - - - - - - - - - - - - -
40
44
target: j2s.pack.core
41
45
- - - - - - - - - - - - - - - - - -->
737
741
<exclude name =" **/*.swp" />
738
742
<exclude name =" **/*.swo" />
739
743
</fileset >
740
- <!--
741
- <fileset dir="${j2s.junit.bin}">
744
+ <fileset dir =" ${ j2s.junit.bin } " if : true =" ${ j2s.lib.include.junit } " >
742
745
<exclude name =" **/*.clazz" />
743
746
<exclude name =" **/*.class" />
744
747
<exclude name =" **/*.swp" />
745
748
<exclude name =" **/*.swo" />
746
749
</fileset >
750
+ <!--
747
751
<fileset dir="${j2s.jface.project}/bin">
748
752
<exclude name="**/*.clazz"/>
749
753
<exclude name="**/*.class"/>
You can’t perform that action at this time.
0 commit comments