asmuts      2003/11/06 09:53:42

  Modified:    .        maven.xml
  Log:
  couldn't run rmic as postgoal for jar since the base did not exist.
  
  I had to make it separate for now.  Call "maven rmic" to run rmic.  These will not 
be in the jar right now unless you run jar again.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-turbine-jcs/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 6 Nov 2003 06:00:21 -0000       1.4
  +++ maven.xml 6 Nov 2003 17:53:42 -0000       1.5
  @@ -12,7 +12,7 @@
     </preGoal>
   
   
  -  <postgoal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
  +  <goal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
   
       <property
         name="mavenDependencyClasspath"
  @@ -53,6 +53,6 @@
         </classpath>
       </rmic> 
   
  -  </postgoal>
  +  </goal>
   
   </project>
  
  
  

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

Reply via email to