You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/05/13 10:31:50 UTC

cvs commit: jakarta-turbine-fulcrum/yaafi maven.xml project.properties project.xml

sgoeschl    2005/05/13 01:31:50

  Modified:    yaafi    project.properties project.xml
  Added:       yaafi    maven.xml
  Log:
  Preparing Fulcrum release
  
  Revision  Changes    Path
  1.2       +9 -2      jakarta-turbine-fulcrum/yaafi/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	19 Oct 2004 22:03:50 -0000	1.1
  +++ project.properties	13 May 2005 08:31:50 -0000	1.2
  @@ -1,2 +1,9 @@
  -# display the date on the site
  -maven.xdoc.date = left
  \ No newline at end of file
  +# -------------------------------------------------------------------
  +# P R O J E C T  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +#####################################################################
  +# Site Plugin
  +#####################################################################
  +
  +maven.xdoc.date=left
  
  
  
  1.8       +8 -0      jakarta-turbine-fulcrum/yaafi/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	13 May 2005 08:17:30 -0000	1.7
  +++ project.xml	13 May 2005 08:31:50 -0000	1.8
  @@ -21,6 +21,14 @@
     </dependencies>
   
     <build>
  +    <resources>
  +      <resource>
  +        <directory>${basedir}/src/java</directory>
  +        <includes>
  +          <include>**/*.xinfo</include>
  +        </includes>
  +      </resource>
  +    </resources>      
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
  
  
  
  1.1                  jakarta-turbine-fulcrum/yaafi/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="jar:install" xmlns:ant="jelly:ant">
  
    <!-- ################################################################## -->
    <!-- M A V E N  H O O K S                                               -->
    <!-- ################################################################## -->
  
    <postGoal name="clean:clean">
      <echo>Deleting temporary files</echo>
      <ant:delete verbose="false" failonerror="false">
        <ant:fileset dir="${basedir}/temp">
          <ant:include name="*.txt" />
          <ant:include name="*.pdf" />
          <ant:include name="*.xml" />
          <ant:include name="*.zip" />
        </ant:fileset>
      </ant:delete>    
    </postGoal>
  
    <preGoal name="jar:jar">
      <ant:delete file="target/classes/componentRoles.xml"/>
      <ant:delete file="target/classes/componentConfiguration.xml"/>
      <ant:delete file="target/classes/log4j.properties"/>
    </preGoal>
  
  </project>
  
  
  

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