Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63246 | Differences between
and this patch

Collapse All | Expand All

(-)resin-3.0.15.vanilla/build.xml (-6 / +6 lines)
Lines 7-13 Link Here
7
7
8
  <property name="modules" location="${basedir}/modules"/>
8
  <property name="modules" location="${basedir}/modules"/>
9
  <property name="src" location="${basedir}/src"/>
9
  <property name="src" location="${basedir}/src"/>
10
  <property name="ext" location="${basedir}/modules/ext"/>
10
  <!-- <property name="ext" location="${basedir}/modules/ext"/> -->
11
  <property name="doc" location="${basedir}/doc"/>
11
  <property name="doc" location="${basedir}/doc"/>
12
12
13
  <property name="build" location="${install}/build"/>
13
  <property name="build" location="${install}/build"/>
Lines 66-72 Link Here
66
  </target>
66
  </target>
67
67
68
  <target name="compile" 
68
  <target name="compile" 
69
          depends="init, ejb, ejb30, j2eedeploy, jaxrpc, jca, jms, jmx, jsdk, jstl, jta, portlet, script, resin-jdk15, resin, webutil, deploy, conf, ext">
69
          depends="init, ejb, ejb30, j2eedeploy, jaxrpc, jca, jms, jmx, jsdk, jstl, jta, portlet, script, resin-jdk15, resin, webutil, deploy, conf">
70
  </target>
70
  </target>
71
71
72
  <target name="ejb" depends="init, jta">
72
  <target name="ejb" depends="init, jta">
Lines 258-266 Link Here
258
        <dirset dir="${modules}">
258
        <dirset dir="${modules}">
259
          <include name="*/classes"/>
259
          <include name="*/classes"/>
260
       </dirset>
260
       </dirset>
261
        <fileset dir="${ext}">
261
	   <!-- <fileset dir="${ext}">
262
          <include name="**/*.jar"/>
262
          <include name="**/*.jar"/>
263
        </fileset>
263
	  </fileset> -->
264
      </classpath>
264
      </classpath>
265
    </javac>
265
    </javac>
266
266
Lines 323-335 Link Here
323
    </copy>
323
    </copy>
324
  </target>
324
  </target>
325
325
326
  <target name="ext" depends="init, resin">
326
  <!-- <target name="ext" depends="init, resin">
327
    <copy todir="${install}/lib" preservelastmodified="true">
327
    <copy todir="${install}/lib" preservelastmodified="true">
328
      <fileset dir="${ext}">
328
      <fileset dir="${ext}">
329
        <exclude name="README"/>
329
        <exclude name="README"/>
330
      </fileset>
330
      </fileset>
331
    </copy>
331
    </copy>
332
  </target>
332
  </target> -->
333
333
334
  <target name="webapps" depends="init, doc, quercus">
334
  <target name="webapps" depends="init, doc, quercus">
335
  </target>
335
  </target>

Return to bug 63246