You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/08 00:35:56 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/src/conf runtime.properties

jvanzyl     2002/12/07 15:35:56

  Modified:    src/test/touchstone-build project.xml
  Added:       src/test/touchstone-build/src/conf runtime.properties
  Log:
  o Making sure the <resources/> control works with a target path. Adding
    the src/conf/runtime.properties to the resultant JAR file in the
    org/apache/maven/touchstone directory.
  
  Revision  Changes    Path
  1.6       +10 -0     jakarta-turbine-maven/src/test/touchstone-build/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	7 Dec 2002 23:12:11 -0000	1.5
  +++ project.xml	7 Dec 2002 23:35:55 -0000	1.6
  @@ -120,6 +120,16 @@
           <includes>
             <include>*.properties</include>
           </includes>
  +        <excludes>
  +          <exclude>runtime.properties</exclude>
  +        </excludes>
  +      </resource>
  +      <resource>
  +        <directory>src/conf</directory>
  +        <targetPath>org/apache/maven/touchstone</targetPath>
  +        <includes>
  +          <include>runtime.properties</include>
  +        </includes>
         </resource>
       </resources>
     </build>
  
  
  
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/src/conf/runtime.properties
  
  Index: runtime.properties
  ===================================================================
  # These are some runtime properties for the touchstone build.