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 66
77 josson smith
88 ====================================================================== -->
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" >
1012 <description >
1113 Building j2s-core-*.z.js
1214 </description >
3638
3739 <property name =" j2s.core.src" value =" ${ j2s.core.project } /src" />
3840
41+ <property name =" j2s.lib.include.junit" value =" false" />
42+
3943 <!-- - - - - - - - - - - - - - - - - -
4044 target: j2s.pack.core
4145 - - - - - - - - - - - - - - - - - -->
737741 <exclude name =" **/*.swp" />
738742 <exclude name =" **/*.swo" />
739743 </fileset >
740- <!--
741- <fileset dir="${j2s.junit.bin}">
744+ <fileset dir =" ${ j2s.junit.bin } " if : true =" ${ j2s.lib.include.junit } " >
742745 <exclude name =" **/*.clazz" />
743746 <exclude name =" **/*.class" />
744747 <exclude name =" **/*.swp" />
745748 <exclude name =" **/*.swo" />
746749 </fileset >
750+ <!--
747751 <fileset dir="${j2s.jface.project}/bin">
748752 <exclude name="**/*.clazz"/>
749753 <exclude name="**/*.class"/>
You can’t perform that action at this time.
0 commit comments