stephenh    2002/08/14 17:56:03

  Modified:    .        maven.xml project.xml
  Log:
  Okay, the previous checkin wasn't what I added...the src/templates dir was included 
in the templates' paths in the jar, so fall back on the old way that worked.
  
  Revision  Changes    Path
  1.9       +5 -0      jakarta-turbine-torque/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml 15 Aug 2002 00:38:01 -0000      1.8
  +++ maven.xml 15 Aug 2002 00:56:03 -0000      1.9
  @@ -30,6 +30,11 @@
         todir="${maven.build.dest}/org/apache/torque"
       />
   
  +    <!-- copy templates to the right place -->
  +    <copy todir="${maven.build.dest}">
  +      <fileset dir="${maven.src.dir}/templates" />
  +    </copy>
  +
     </postGoal>
   
     <!-- ================================================================== -->
  
  
  
  1.46      +1 -5      jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml       15 Aug 2002 00:38:01 -0000      1.45
  +++ project.xml       15 Aug 2002 00:56:03 -0000      1.46
  @@ -264,11 +264,7 @@
         </excludes>
       </unitTest>
   
  -    <resources>
  -      <includes>
  -        <include>src/templates/**/*</include>
  -      </includes>
  -    </resources>
  +    <resources></resources>
       <jars></jars>
     </build>
   </project>
  
  
  

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

Reply via email to