Update of /cvsroot/babeldoc/babeldoc/modules/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21336/modules/web
Modified Files:
build.xml
Added Files:
.cvsignore
Log Message:
.cvsignore to avoid CVS diff
build change to use ant from eclipse
compatibility Java 5.0
--- NEW FILE: .cvsignore ---
build
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/web/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** build.xml 27 Jun 2003 02:09:20 -0000 1.15
--- build.xml 10 Mar 2006 13:07:43 -0000 1.16
***************
*** 26,33 ****
<classpath>
<fileset dir="lib">
! <include name="*"/>
</fileset>
<fileset dir="${base_dir}/build/lib">
! <include name="*"/>
</fileset>
<pathelement location="${base_dir}/support/ant/lib/junit.jar"/>
--- 26,33 ----
<classpath>
<fileset dir="lib">
! <include name="*.jar"/>
</fileset>
<fileset dir="${base_dir}/build/lib">
! <include name="*.jar"/>
</fileset>
<pathelement location="${base_dir}/support/ant/lib/junit.jar"/>
|