ovidiu      02/03/21 15:07:48

  Modified:    src/scratchpad/schecoon build.xml
  Log:
  Copy .js files to the build directory. Moved cocoon.xconf in the
  WEB-INF/ directory.
  
  Revision  Changes    Path
  1.12      +2 -1      xml-cocoon2/src/scratchpad/schecoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 17 Mar 2002 21:49:53 -0000      1.11
  +++ build.xml 21 Mar 2002 23:07:48 -0000      1.12
  @@ -136,6 +136,7 @@
       <copy todir="${build.dest}">
         <fileset dir="${src.dir}">
           <include name="**/*.xsl"/>
  +        <include name="**/*.js"/>
           <include name="**/*.xml"/>
         </fileset>
       </copy>
  @@ -180,7 +181,7 @@
       <!-- Invoke the XConfTool to add optional entries -->
       <xconf-tool directory="${src.dir}"
                extension="xconf"
  -             configuration="${build.war}/cocoon.xconf"/>
  +             configuration="${build.war}/WEB-INF/cocoon.xconf"/>
     </target>
   
     <!-- =================================================================== -->
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to