You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/05/23 22:56:23 UTC

cvs commit: jakarta-jetspeed/torque-om maven.xml

taylor      2005/05/23 13:56:23

  Modified:    torque-om maven.xml
  Log:
  post process the generated files removing overriden
  
  Revision  Changes    Path
  1.3       +30 -1     jakarta-jetspeed/torque-om/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/torque-om/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	18 Apr 2005 05:15:37 -0000	1.2
  +++ maven.xml	23 May 2005 20:56:23 -0000	1.3
  @@ -17,7 +17,36 @@
            xmlns:j="jelly:core"
            xmlns:define="jelly:define"
            >
  -<preGoal name='jar:jar'>
  +<preGoal name='java:compile'>
       <attainGoal name='torque:om'/>
   </preGoal>         
  +
  +<postGoal name='java:compile'>
  +    <attainGoal name='cleanup'/>    
  +</postGoal>
  +
  +<goal name='cleanup'>
  +    <delete file='src/java/org/apache/jetspeed/om/apps/email/EmailInbox.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/dbpsml/JetspeedGroupProfilePeer.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/dbpsml/JetspeedRoleProfilePeer.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/dbpsml/JetspeedUserProfilePeer.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/dbregistry/PortletDbEntryPeer.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/dbregistry/SecurityDbEntryPeer.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/security/turbine/TurbineGroup.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/security/turbine/TurbinePermission.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/security/turbine/TurbineRole.java'/>
  +    <delete file='src/java/org/apache/jetspeed/om/security/turbine/TurbineUserPeer.java'/>
  +    
  +    <delete file='target/classes/org/apache/jetspeed/om/apps/email/EmailInbox.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/dbpsml/JetspeedGroupProfilePeer.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/dbpsml/JetspeedRoleProfilePeer.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/dbpsml/JetspeedUserProfilePeer.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/dbregistry/PortletDbEntryPeer.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/dbregistry/SecurityDbEntryPeer.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/security/turbine/TurbineGroup.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/security/turbine/TurbinePermission.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/security/turbine/TurbineRole.class'/>
  +    <delete file='target/classes/org/apache/jetspeed/om/security/turbine/TurbineUserPeer.class'/>    
  +    
  +</goal>
   </project>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org