You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2004/02/18 17:44:29 UTC

cvs commit: avalon-excalibur/instrument-manager maven.xml

leif        2004/02/18 08:44:29

  Added:       instrument-manager maven.xml
  Log:
  Modify the build so that the jpg images in the source are included in the jar.
  
  Revision  Changes    Path
  1.1                  avalon-excalibur/instrument-manager/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project default="java:jar" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
      <!-- include the excalibur-wide custom project properties -->
      <property file="${basedir}/project.properties"/>
  
      <!-- copy additional resources -->
      <preGoal name="jar:jar">
          <copy todir="${maven.build.dir}/classes">
              <fileset dir="${maven.src.dir}/java">
                  <include name="**/*.jpg"/>
              </fileset>
          </copy>
      </preGoal>
  </project>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org