dion        02/05/07 10:02:20

  Modified:    latka    project.properties
  Log:
  no message
  
  Revision  Changes    Path
  1.8       +12 -12    jakarta-commons/latka/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties        7 May 2002 16:02:02 -0000       1.7
  +++ project.properties        7 May 2002 17:02:19 -0000       1.8
  @@ -1,23 +1,23 @@
   ##
   # Properties that override Maven build defaults
   ##
  -checkstyle.header.file=../LICENSE
  +maven.checkstyle.header.file=../LICENSE
   # 2-5 = CVS Header in Commons license, 10 = copyright date, 32 = product name
  -checkstyle.header.ignore.line=2,3,4,5,10,32
  -checkstyle.member.pattern=^_[a-z][a-zA-Z0-9]*$
  -checkstyle.allow.protected=true
  +maven.checkstyle.header.ignore.line=2,3,4,5,10,32
  +maven.checkstyle.member.pattern=^_[a-z][a-zA-Z0-9]*$
  +maven.checkstyle.allow.protected=true
   # reinstate checkstyle defaults
  -checkstyle.lcurly.type=eol
  -checkstyle.lcurly.method=eol
  -checkstyle.lcurly.other=eol
  -checkstyle.rcurly=same
  +maven.checkstyle.lcurly.type=eol
  +maven.checkstyle.lcurly.method=eol
  +maven.checkstyle.lcurly.other=eol
  +maven.checkstyle.rcurly=same
   # directory for resources to go in the jar
  -jarResources.basedir=${basedir}/src/resources
  +maven.jarResources.basedir=${basedir}/src/resources
   # run junit tests in a separate vm
  -junit.fork=true
  +maven.junit.fork=true
   # override maven default docs
  -docs.src=${basedir}/src/xdocs
  -conf.dir=${src.dir}/conf
  +maven.docs.src=${basedir}/src/xdocs
  +maven.conf.dir=${maven.src.dir}/conf
   maven.jar.excludes=**/servlet/**.class,**/package.html,src/**
   # j2ee stuff
   maven.j2ee.war.classes.includes=**/servlet/**.class
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to