You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jt...@apache.org on 2002/05/01 17:33:49 UTC

cvs commit: jakarta-turbine-3 project.xml build-gump.xml

jtaylor     02/05/01 08:33:49

  Modified:    .        project.xml build-gump.xml
  Log:
  Added nagEmailAddress.
  
  Revision  Changes    Path
  1.23      +3 -0      jakarta-turbine-3/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml	16 Apr 2002 22:24:01 -0000	1.22
  +++ project.xml	1 May 2002 15:33:49 -0000	1.23
  @@ -270,6 +270,9 @@
     </dependencies>
     
     <build>
  +
  +    <nagEmailAddress>turbine-dev@jakarta.apache.org</nagEmailAddress>
  +
       <sourceDirectories>
         <sourceDirectory>src/java</sourceDirectory>
         <sourceDirectory>src/tool</sourceDirectory>
  
  
  
  1.2       +11 -0     jakarta-turbine-3/build-gump.xml
  
  Index: build-gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build-gump.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-gump.xml	2 Apr 2002 06:47:12 -0000	1.1
  +++ build-gump.xml	1 May 2002 15:33:49 -0000	1.2
  @@ -1,3 +1,9 @@
  +<!--
  +
  +  WARNING: This file is generated! Do not edit by hand!
  +  
  +-->
  +
   <project name="maven" default="jar" basedir=".">
   
     <target
  @@ -16,6 +22,7 @@
         optimize="false">
         <src>
            <pathelement location="src/java"/>
  +         <pathelement location="src/tool"/>
         </src>
       </javac>
   
  @@ -26,5 +33,9 @@
       />
   
     </target>
  +
  +  
  +  <nag from="turbine-dev@jakarta.apache.org" to="turbine-dev@jakarta.apache.org"/>
  +
     
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>