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/11 07:26:28 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/project Build.java

jvanzyl     2002/12/10 22:26:28

  Modified:    src/java/org/apache/maven/project Build.java
  Log:
  o javadoc fixes.
  
  Revision  Changes    Path
  1.19      +2 -1      jakarta-turbine-maven/src/java/org/apache/maven/project/Build.java
  
  Index: Build.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/project/Build.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Build.java	7 Dec 2002 02:19:08 -0000	1.18
  +++ Build.java	11 Dec 2002 06:26:28 -0000	1.19
  @@ -101,6 +101,7 @@
       /** Source exclusions */
       private List sourceModifications;
   
  +    /** Resources to package up in the JAR. */
       private List resources;
       /**
        * Constructor for the Build object