Update of /cvsroot/jsmooth/jsmooth
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27231
Modified Files:
build.xml
Log Message:
changed fop version to 0.93
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** build.xml 18 May 2007 21:52:51 -0000 1.41
--- build.xml 19 May 2007 15:27:37 -0000 1.42
***************
*** 25,29 ****
<!-- What's below is optional (needed only if you build a dist) -->
! <property name="FOP" value="c:/Programs/fop-0.20.5\fop.bat"/>
<property name="DOCBOOKBASE" value="c:\programs\docbook-xsl-1.72.0"/>
--- 25,29 ----
<!-- What's below is optional (needed only if you build a dist) -->
! <property name="FOP" value="c:/Programs/fop-0.93\fop.bat"/>
<property name="DOCBOOKBASE" value="c:\programs\docbook-xsl-1.72.0"/>
***************
*** 54,58 ****
<pathelement path="lib/jox116.jar"/>
<pathelement path="lib/dtdparser113.jar"/>
- <pathelement path="skeletons/jnismooth/jnismooth.jar"/>
</path>
--- 54,57 ----
***************
*** 69,72 ****
--- 68,74 ----
<include name="**/*.jar"/>
</fileset>
+ <fileset dir="skeletons/jnismooth">
+ <include name="*.jar"/>
+ </fileset>
</path>
***************
*** 80,84 ****
<target depends="init" name="compile">
<!-- Compile the java code from ${src} into ${classes} -->
- <ant antfile="build.xml" dir="skeletons/jnismooth/" target="dist"/>
<echo>Compiling the application from ${src}</echo>
<javac target="1.4" source="1.4" deprecation="yes" destdir="${classes}" srcdir="${src}" debug="true">
--- 82,85 ----
***************
*** 99,102 ****
--- 100,104 ----
<param name="section.label.includes.component.label" expression="1"/>
<param name="chunk.section.depth" expression="2"/>
+ <param name="html.stylesheet" expression="jsmooth.css"/>
</xslt>
***************
*** 198,201 ****
--- 200,205 ----
</replace>
+ <ant antfile="build.xml" dir="skeletons/jnismooth/" target="dist"/>
+
<antcall target="jar">
<param name="src" value="${tmp}/src"/>
***************
*** 247,250 ****
--- 251,257 ----
<include name="**/*.html"/>
</fileset>
+ <fileset dir="${tmp}/docs">
+ <include name="**/*.css"/>
+ </fileset>
</copy>
<copy todir="${dist}/docs/images">
|