Changeset 531 for trunk/build.xml


Ignore:
Timestamp:
11/26/13 10:44:59 (10 years ago)
Author:
jts21
Message:

Update build script to reference files in jars/ext. Some outdated files might need to be removed from jars/ext. Portable build target might also need to be updated as it doesn't reference anything in jars/ext (however it seems to work fine for some reason)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r528 r531  
    4141                <fileset dir="${lib.dir.exp}">
    4242                        <include name="*.jar" />
     43                        <include name="ext/*.jar" />
    4344                </fileset>
    4445        </path>
     
    105106                <copy file="${dist.dir.exp}/${dist.filename.exp}" tofile="${inst.dir.exp}/${dist.filename.exp}" />
    106107                <copy todir="${inst.dir.exp}/jars">
    107                         <fileset dir="${lib.dir.exp}">
    108                                 <include name="*.jar" />
    109                         </fileset>
     108                        <path refid="classpath.exp" />
    110109                </copy>
    111110        </target>
     
    172171                <copy file="${dist.dir.exp}/${dist.filename.6.exp}" tofile="${inst.dir.exp}/${dist.filename.exp}" />
    173172                <copy todir="${inst.dir.exp}/jars">
    174                         <fileset dir="${lib.dir.exp}">
    175                                 <include name="*.jar" />
    176                         </fileset>
     173                        <path refid="classpath.exp" />
    177174                </copy>
    178175        </target>
Note: See TracChangeset for help on using the changeset viewer.