- Timestamp:
- 07/18/08 15:40:41 (4 months ago)
- Location:
- lang/java/utiljs/trunk
- Files:
-
- 1 added
- 1 modified
-
build/build.xml (modified) (2 diffs)
-
src/utiljs.tasks (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/utiljs/trunk/build/build.xml
r15985 r15987 2 2 <project name="utiljs" default="default" basedir="../"> 3 3 4 <property name="version" value="0.0. 2" />4 <property name="version" value="0.0.3" /> 5 5 6 6 <property name="dir.bin" value="bin" /> … … 13 13 <target name="default"> 14 14 <mkdir dir="${dir.bin}" /> 15 <copy file="${dir.src}/utiljs.tasks" tofile="${dir.bin}/utiljs.tasks" /> 15 16 <javac srcDir="${dir.src}" destDir="${dir.bin}" source="1.5" encoding="UTF-8"> 16 17 <classpath><fileset dir="${dir.lib}"><include name="*.jar"/></fileset></classpath>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)