You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/12/07 19:59:00 UTC

cvs commit: jakarta-commons-sandbox/events .cvsignore project.properties

dirkv       2003/12/07 10:59:00

  Modified:    events   .cvsignore project.properties
  Log:
  cleanup project
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-commons-sandbox/events/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	5 Dec 2003 22:22:09 -0000	1.1
  +++ .cvsignore	7 Dec 2003 18:59:00 -0000	1.2
  @@ -1,3 +1,9 @@
   build.properties
  +dist
   .classpath
   .project
  +.checkstyle
  +target
  +maven.log
  +velocity.log
  +eclipse_classes
  
  
  
  1.2       +24 -4     jakarta-commons-sandbox/events/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	5 Dec 2003 22:22:09 -0000	1.1
  +++ project.properties	7 Dec 2003 18:59:00 -0000	1.2
  @@ -1,5 +1,25 @@
  -maven.checkstyle.properties=checkstyle.xml
  -maven.junit.fork=true
  -maven.xdoc.date = left
  +maven.checkstyle.properties = checkstyle.xml
  +
  +# uncomment the next line to work in offline mode (no jar download & no linkcheck)
  +#maven.mode.online=
  +
  +maven.javadoc.author=false
  +maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  +
  +maven.xdoc.date=bottom
   maven.xdoc.poweredby.image=maven-feather.png
  -maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  \ No newline at end of file
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
  +maven.compile.debug=on
  +maven.compile.deprecation=off
  +maven.compile.optimize=off
  +
  +maven.jarResources.basedir=src/java
  +maven.jar.excludes=**/package.html
  +maven.junit.fork=true
  +maven.junit.sysproperties=org.xml.sax.driver
  +org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  +
  +clover.excludes=**/Test*.java
  +
  
  
  

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