ehatcher    2004/01/23 09:38:35

  Modified:    contributions common.xml
  Log:
  copy non-java files so they get bundled into the JAR
  
  Revision  Changes    Path
  1.5       +3 -0      jakarta-lucene-sandbox/contributions/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/common.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- common.xml        6 Jan 2004 00:08:23 -0000       1.4
  +++ common.xml        23 Jan 2004 17:38:35 -0000      1.5
  @@ -76,6 +76,9 @@
              srcdir="${src.dir}"
              classpathref="compile.classpath"
       />
  +    <copy todir="${build.classes.dir}">
  +      <fileset dir="${src.dir}" excludes="**/*.java"/>
  +    </copy>
     </target>
   
     <target name="test-compile" depends="compile" if="has.tests">
  
  
  

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

Reply via email to