henning     2003/01/11 06:14:19

  Modified:    .        maven.xml
  Log:
  Have a default target: java:jar
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-turbine-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 9 Jan 2003 22:29:57 -0000       1.1
  +++ maven.xml 11 Jan 2003 14:14:19 -0000      1.2
  @@ -1,7 +1,8 @@
   <project 
     xmlns:j="jelly:core"
     xmlns:m="maven"
  -  xmlns:u="jelly:util">
  +  xmlns:u="jelly:util"
  +  default="java:jar">
   
     <!-- Define a post goal for compile to copy intake.dtd into the appropriate
          location for packaging in the jar file.  -->
  
  
  

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

Reply via email to