bayard      2004/02/16 12:58:53

  Modified:    project-template project.xml
  Log:
  removed the build section, as it should inherit it all from the super-pom
  
  Revision  Changes    Path
  1.9       +0 -23     jakarta-commons-sandbox/project-template/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/project-template/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       16 Feb 2004 20:52:48 -0000      1.8
  +++ project.xml       16 Feb 2004 20:58:53 -0000      1.9
  @@ -45,29 +45,6 @@
           </dependency>
       </dependencies>
   
  -    <build>
  -        <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  -        <sourceDirectory>src/java</sourceDirectory>
  -        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -
  -        <!-- Unit test classes -->
  -        <unitTest>
  -            <includes>
  -                <include>**/*Test*</include>
  -            </includes>
  -        </unitTest>
  -
  -        <!-- J A R  R E S O U R C E S -->
  -        <!-- Resources that are packaged up inside the JAR file -->
  -        <resources>
  -            <resource>
  -                <includes>
  -                    <include>**/*.properties</include>
  -                </includes>
  -            </resource>
  -        </resources>
  -    </build>
  -
     <reports>
        <report>maven-changelog-plugin</report>
        <report>maven-changes-plugin</report>
  
  
  

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

Reply via email to