You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ms...@apache.org on 2001/07/24 03:25:19 UTC

cvs commit: jakarta-slide/src/contrib/webdavgui build.xml

msmith      01/07/23 18:25:19

  Modified:    src/contrib/webdavgui build.xml
  Log:
  Copy properties file(s) in build to the build directory so that they're
  present in the jar file where they're required.
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-slide/src/contrib/webdavgui/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/contrib/webdavgui/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/05/15 06:04:36	1.1
  +++ build.xml	2001/07/24 01:25:19	1.2
  @@ -227,6 +227,12 @@
         </fileset>
       </copy>
   
  +    <copy todir="${webdavclient.build}/classes">
  +        <fileset dir="src/java"
  +            includes="**/*.properties"/>
  +    </copy>
  +
  +
     </target>