donaldp     01/11/25 02:45:57

  Modified:    apps/hsql build.xml
  Log:
  Need to call jars target in parent project as that is the one that generates 
the jars...
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-avalon-cornerstone/apps/hsql/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/hsql/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/11/24 13:31:02     1.7
  +++ build.xml 2001/11/25 10:45:57     1.8
  @@ -80,7 +80,7 @@
     <!-- Compiles project -->
     <target name="compile">
     
  -    <ant antfile="build.xml" dir="../.." target="compile" 
inheritall="false"/>
  +    <ant antfile="build.xml" dir="../.." target="jars" inheritall="false"/>
   
       <available classname="org.hsqldb.HypersonicServerFactory" 
           classpathref="project.class.path" 
  
  
  

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

Reply via email to