Changeset 618
- Timestamp:
- 01/31/10 19:46:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/build.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r616 r618 4 4 <!-- Update if needed. --> 5 5 <property name="jle.version" value="0.1"/> 6 <property name="program.jar" value="${ant.project.name}.jar"/> 6 7 7 8 <!-- Locations --> … … 10 11 <property name="lib" location="lib"/> 11 12 <property name="dist" location="dist"/> 12 <property name="upload" location="${dist}/JLatexEditor"/> 13 <property name="upload" location="${dist}/${ant.project.name}"/> 14 <property name="uploadPrepare" location="${dist}/${ant.project.name}_prepare"/> 13 15 <property name="releases" location="${dist}/releases"/> 14 16 15 17 <property name="buildClasses" location="${build}/classes"/> 16 <property name=" buildJar" location="${upload}/JLatexEditor.jar"/>18 <property name="programJar" location="${uploadPrepare}/${program.jar}"/> 17 19 18 20 <path id="libraries"> … … 61 63 <!-- Builds the upload directory including the jar file. --> 62 64 <target name="jar" depends="compile,updateBuildNumber"> 63 <delete dir="${upload }"/>64 <mkdir dir="${upload }"/>65 <delete dir="${uploadPrepare}"/> 66 <mkdir dir="${uploadPrepare}"/> 65 67 66 68 <!-- Build jar file. --> 67 <jar jarfile="${ buildJar}" basedir="${buildClasses}">69 <jar jarfile="${programJar}" basedir="${buildClasses}"> 68 70 <fileset dir="."> 69 71 <include name="data/**"/> … … 75 77 76 78 <!-- Copy start scripts. --> 77 <copy todir="${upload}" file="scripts/jlatexeditor"/> 78 <copy todir="${upload}" file="scripts/jlatexeditor.bat"/> 79 <chmod file="${upload}/jlatexeditor" perm="ugo+x"/> 79 <copy todir="${uploadPrepare}" file="scripts/jlatexeditor"/> 80 <copy todir="${uploadPrepare}" file="scripts/jlatexeditor.bat"/> 81 <copy todir="${uploadPrepare}" file="scripts/.wstart.bat"/> 82 <chmod file="${uploadPrepare}/jlatexeditor" perm="ugo+x"/> 80 83 </target> 81 84
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)