mcconnell    02/02/22 10:17:57

  Modified:    apps/enterprise/orb build.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.10      +4 -2      jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 22 Feb 2002 17:50:59 -0000      1.9
  +++ build.xml 22 Feb 2002 18:17:57 -0000      1.10
  @@ -54,6 +54,8 @@
     <property name="avalon.href"  
value="http://jakarta.apache.org/avalon/api/"; />
     <property name="jdk.href"  value="http://java.sun.com/j2se/1.4/docs/api/"; 
/>
   
  +  <property name="overview.html"  value="${etc}/overview.html" />
  +
     <path id="project.classpath">
         <fileset dir="${lib}">
           <include name="*.jar" />
  @@ -205,7 +207,7 @@
     <target name="javadoc" depends="prepare" >
       <mkdir dir="${javadoc.root.path}" />
       <copy todir="${javadoc.root.path}/">
  -       <fileset dir="${enterprise}/etc">
  +       <fileset dir="${etc)">
            <include name="LICENSE.HTML"/>
            <include name="license.css"/>
            <include name="EXOLAB.TXT"/>
  @@ -215,7 +217,7 @@
        doctitle="&lt;h1&gt;Object Request Broker (ORB)&lt;/h1&gt;" 
         noindex="false" author="false" 
         use="true"
  -      overview="${etc}/${overview.html}"
  +      overview="${overview.html}"
        windowtitle="Apache ORB 2.4" 
         bottom="&lt;a href='[EMAIL PROTECTED]/LICENSE.HTML'/&gt;License, 
Disclaimer and due credits.&lt;/a&gt;"
         additionalparam="-breakiterator -J-Xmx128m"
  
  
  

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

Reply via email to