[Clirr-devel] CVS: clirr project.properties,1.8,1.9
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-08-15 10:58:22
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23670 Modified Files: project.properties Log Message: removed entries that now belong to the core Index: project.properties =================================================================== RCS file: /cvsroot/clirr/clirr/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.properties 10 Jul 2004 13:48:25 -0000 1.8 +++ project.properties 15 Aug 2004 10:58:07 -0000 1.9 @@ -5,24 +5,9 @@ maven.checkstyle.header.file=${basedir}/conf/javaheader.txt maven.checkstyle.fail.on.violation=true -# include api overview page, will work only with Maven version > 1.0-rc1 -maven.javadoc.overview=${pom.build.sourceDirectory}/net/sf/clirr/overview.html - # hide irrelevant stuff from the nav bar maven.xdoc.poweredby.image= maven.xdoc.developmentProcessUrl= -maven.junit.fork=true - -# tell tests where testinput is -maven.junit.sysproperties=testinput -testinput=${basedir}/target/testinput - -# class to execute from all-in-one uberjar -maven.uberjar.main=net.sf.clirr.cli.Clirr - -# used by test pregoal to generate test input, see maven.xml -clirr.testlibs=testlib-v1, testlib-v2 - # place subproject's sites into root context of aggregating site maven.multiproject.aggregateDir= |