cziegeler    2003/01/08 01:28:02

  Modified:    .        build.xml
  Log:
  Fixing mock include for scratchpad build
  
  Revision  Changes    Path
  1.304     +2 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.303
  retrieving revision 1.304
  diff -u -r1.303 -r1.304
  --- build.xml 8 Jan 2003 08:48:35 -0000       1.303
  +++ build.xml 8 Jan 2003 09:28:01 -0000       1.304
  @@ -1133,7 +1133,7 @@
                <include name="META-INF/**"/>
              </fileset>
            </copy>
  -     
  +
            <javac srcdir="${build.scratchpad.src}"
                   destdir="${build.scratchpad.dest}"
                   debug="${debug}"
  @@ -1143,7 +1143,7 @@
              <!--classpath refid="scratchpad.classpath"/-->
              <classpath>
                <path refid="scratchpad.classpath"/>
  -             <path location="{build.mocks}"/>
  +             <path location="${build.mocks}"/>
              </classpath>
            </javac>
         </then>
  
  
  

----------------------------------------------------------------------
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