Update of /cvsroot/appsunit/project
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5820
Modified Files:
.cvsignore build.properties.sample
Added Files:
dependencies
Log Message:
Preparing for database connection setup.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/appsunit/project/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 11 Sep 2006 20:32:52 -0000 1.3
--- .cvsignore 18 Sep 2006 09:23:43 -0000 1.4
***************
*** 1,3 ****
--- 1,4 ----
nbproject
+ build.properties
build
appsunit.ics
--- NEW FILE: dependencies ---
Commons Pool
Commons Dbcp
Index: build.properties.sample
===================================================================
RCS file: /cvsroot/appsunit/project/build.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.properties.sample 8 Sep 2006 15:18:14 -0000 1.2
--- build.properties.sample 18 Sep 2006 09:23:43 -0000 1.3
***************
*** 1 ****
! # $Header$
# $Revision$
# $Date$
#where the junit library resides
junit.jar=/where/you/store/junit.jar
#where the checkstyle libraries resides
#only needed to compile/run the checkstyle target,
checkstyle.home=/where/you/store/checkstyle
checkstyle.jar=${checkstyle.home}/checkstyle-all-4.2.jar
checkstyle.config=${checkstyle.home}/sun_checks.xml
checkstyle.xsl=${checkstyle.home}/contrib/checkstyle-noframes-sorted.xsl
#where the pmd libraries resides
#only needed to compile/run the pmd target,
pmd.home=/where/you/store/pmd
pmd.lib=${pmd.home}/lib
pmd.xsl=${pmd.home}/etc/xslt/pmd-report.xslt
\ No newline at end of file
--- 1 ----
! # $Header$
# $Revision$
# $Date$
#where the junit library resides
junit.jar=/where/you/store/junit.jar
#where the commons dependencies reside
commons-dbcp.jar=/where/you/store/commons-dbcp.jar
commons-pool.jar=/where/you/store/commons-pool.jar
#where the checkstyle libraries resides
#only needed to compile/run the checkstyle target,
checkstyle.home=/where/you/store/checkstyle
checkstyle.jar=${checkstyle.home}/checkstyle-all-4.2.jar
checkstyle.config=${checkstyle.home}/sun_checks.xml
checkstyle.xsl=${checkstyle.home}/contrib/checkstyle-noframes-sorted.xsl
#where the pmd libraries resides
#only needed to compile/run the pmd target,
pmd.home=/where/you/store/pmd
pmd.lib=${pmd.home}/lib
pmd.xsl=${pmd.home}/etc/xslt/pmd-report.xslt
\ No newline at end of file
|