leif        2002/12/07 06:06:54

  Modified:    simpleserver build.xml
  Log:
  Tabs to Spaces conversion.  No other changes.
  
  Revision  Changes    Path
  1.19      +47 -47    jakarta-avalon-apps/simpleserver/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/simpleserver/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 1 Nov 2002 23:23:59 -0000       1.18
  +++ build.xml 7 Dec 2002 14:06:54 -0000       1.19
  @@ -3,17 +3,17 @@
   <project name="SimpleServer" default="main" basedir=".">
   
   <!-- 
==========================================================================================
  -     PROPERTY SETUP
  +    PROPERTY SETUP
        
==========================================================================================
 -->
   
  -     <!-- set up properties -->
  -     <property file="${user.home}/build.properties"/>
  -     <property file="${user.home}/.ant.properties"/>
  -     <property file="${basedir}/ant.properties"/>
  -     <property file="${basedir}/../ant.properties"/>
  -     <property file="${basedir}/default.properties"/>
  -     <property file="${basedir}/../default.properties"/>
  -     <property file="${basedir}/../cocoon.properties"/>
  +    <!-- set up properties -->
  +    <property file="${user.home}/build.properties"/>
  +    <property file="${user.home}/.ant.properties"/>
  +    <property file="${basedir}/ant.properties"/>
  +    <property file="${basedir}/../ant.properties"/>
  +    <property file="${basedir}/default.properties"/>
  +    <property file="${basedir}/../default.properties"/>
  +    <property file="${basedir}/../cocoon.properties"/>
   
   
     <!-- Set the installation variables for Cornerstone/Phoenix -->
  @@ -372,45 +372,45 @@
     </target>
   
   <!-- 
==========================================================================================
  -     DOCUMENTATION GENERATION
  +    DOCUMENTATION GENERATION
   
==========================================================================================
 -->
   
  -     <!-- Creates all docs -->
  -     <target name="docs" depends="html-docs, javadocs" description="generates all 
the documentation"/>
  +    <!-- Creates all docs -->
  +    <target name="docs" depends="html-docs, javadocs" description="generates all 
the documentation"/>
   
  -     <!-- copy docs to site dir -->
  -     <target name="site" depends="docs" description=" Places docs ready for hosting 
on website">
  -             <mkdir dir="../site/build/docs/apps/${dir-name}"/>
  -             <copy todir="../site/build/docs/apps/${dir-name}">
  -             <fileset dir="${build.docs}">
  -                     <include name="**"/>
  -             </fileset>
  -             </copy>
  -     </target>
  -
  -     <!-- Creates javadocs -->
  -     <target name="javadocs" depends="compile" description="Generates the javadocs" 
unless="skip.javadocs">
  -             <mkdir dir="${build.javadocs}"/>
  -             <javadoc packagenames="org.apache.*"
  -             sourcepath="${java.dir}"
  -             destdir="${build.javadocs}">
  -             <classpath refid="project.class.path" />
  -             <doclet name="com.sun.tools.doclets.standard.Standard">
  -                     <param name="-author"/>
  -                     <param name="-version"/>
  -                     <param name="-doctitle" value="${Name}"/>
  -                     <param name="-windowtitle" value="${Name} API"/>
  -                     <param name="-link" 
value="http://java.sun.com/j2se/1.4/docs/api/"/>
  -                     <param name="-link" 
value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
  -                     <param name="-link" 
value="http://jakarta.apache.org/avalon/api/"/>
  -                     <param name="-bottom"
  -                     value="&quot;Copyright &#169; ${year} Apache Jakarta Project. 
All Rights Reserved.&quot;"/>
  -             </doclet>
  -             </javadoc>
  -     </target>
  -
  -     <target name="html-docs" description="generates the xdocs-based documentation">
  -             <!-- we call the build.xml target common to all of avalon-apps. This 
builds our html site -->
  -             <ant antfile="${basedir}/../cocoonbuild.xml"/>
  -     </target>
  +    <!-- copy docs to site dir -->
  +    <target name="site" depends="docs" description=" Places docs ready for hosting 
on website">
  +        <mkdir dir="../site/build/docs/apps/${dir-name}"/>
  +        <copy todir="../site/build/docs/apps/${dir-name}">
  +        <fileset dir="${build.docs}">
  +            <include name="**"/>
  +        </fileset>
  +        </copy>
  +    </target>
  +
  +    <!-- Creates javadocs -->
  +    <target name="javadocs" depends="compile" description="Generates the javadocs" 
unless="skip.javadocs">
  +        <mkdir dir="${build.javadocs}"/>
  +        <javadoc packagenames="org.apache.*"
  +        sourcepath="${java.dir}"
  +        destdir="${build.javadocs}">
  +        <classpath refid="project.class.path" />
  +        <doclet name="com.sun.tools.doclets.standard.Standard">
  +            <param name="-author"/>
  +            <param name="-version"/>
  +            <param name="-doctitle" value="${Name}"/>
  +            <param name="-windowtitle" value="${Name} API"/>
  +            <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api/"/>
  +            <param name="-link" 
value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
  +            <param name="-link" value="http://jakarta.apache.org/avalon/api/"/>
  +            <param name="-bottom"
  +            value="&quot;Copyright &#169; ${year} Apache Jakarta Project. All 
Rights Reserved.&quot;"/>
  +        </doclet>
  +        </javadoc>
  +    </target>
  +
  +    <target name="html-docs" description="generates the xdocs-based documentation">
  +        <!-- we call the build.xml target common to all of avalon-apps. This builds 
our html site -->
  +        <ant antfile="${basedir}/../cocoonbuild.xml"/>
  +    </target>
   </project>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to