Changeset 28996

Show
Ignore:
Timestamp:
01/13/08 20:15:48 (11 months ago)
Author:
sfermigier
Message:

Rename jboss-patch (same as on trunk).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nuxeo-ep/branches/5.1/build.xml

    r28571 r28996  
    1313  <property name="nuxeo.ear.build" value="org.nuxeo.ecm.platform/nuxeo-platform-ear/target/nuxeo.ear" /> 
    1414  <!--the default pom file to use  --> 
    15   <property name="pom.file" value="jboss-4.0.4.GA.patch/pom.xml"/> 
     15  <property name="pom.file" value="jboss-patch/pom.xml"/> 
    1616 
    1717 
     
    8383  </target> 
    8484 
    85  
    8685  <target name="patch405"> 
    8786    <antcall target="patch"> 
    88       <param name="pom.file" value="jboss-4.0.4.GA.patch/pom-4.0.5.xml"/> 
     87      <param name="pom.file" value="jboss-patch/pom-4.0.5.xml"/> 
    8988    </antcall> 
    9089  </target> 
     
    9291  <target name="patch404"> 
    9392    <antcall target="patch"> 
    94       <param name="pom.file" value="jboss-4.0.4.GA.patch/pom.xml"/> 
     93      <param name="pom.file" value="jboss-patch/pom.xml"/> 
    9594    </antcall> 
    9695  </target> 
     
    136135 
    137136  <target name="copy-lib"> 
    138        <delete> 
    139            <fileset dir="${jboss.lib}"> 
    140           <include name="nuxeo-runtime-jboss-extensions-*.jar" /> 
    141           <include name="nuxeo-common-*.jar" /> 
    142            </fileset> 
    143        </delete> 
     137    <delete> 
     138      <fileset dir="${jboss.lib}"> 
     139        <include name="nuxeo-runtime-jboss-extensions-*.jar" /> 
     140        <include name="nuxeo-common-*.jar" /> 
     141      </fileset> 
     142    </delete> 
    144143    <copy todir="${jboss.lib}"> 
    145144      <fileset dir="org.nuxeo.runtime/nuxeo-runtime-jboss-extensions/target">