dion 2002/09/19 16:15:12
Modified: latka project.xml project.properties
Log:
move to b6 descriptor
Revision Changes Path
1.31 +12 -8 jakarta-commons/latka/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/project.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.xml 3 Sep 2002 06:51:01 -0000 1.30
+++ project.xml 19 Sep 2002 23:15:12 -0000 1.31
@@ -182,15 +182,19 @@
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
- <unitTestPatterns>
- <unitTestPattern>include = **/Test*.java</unitTestPattern>
- <unitTestPattern>exclude = **/TestAll.java</unitTestPattern>
- </unitTestPatterns>
+ <unitTest>
+ <resources>
+ <includes><include>**/Test*.java</include></includes>
+ <excludes><exclude>**/TestAll.java</exclude></excludes>
+ </resources>
+ </unitTest>
- <jarResources>
- <jarResource>include = **/*latka*</jarResource>
- <jarResource>include = *.properties</jarResource>
- </jarResources>
+ <resources>
+ <includes>
+ <include>**/*latka*</include>
+ <include>*.properties</include>
+ </includes>
+ </resources>
</build>
</project>
1.12 +0 -11 jakarta-commons/latka/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/project.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.properties 29 Jun 2002 11:30:37 -0000 1.11
+++ project.properties 19 Sep 2002 23:15:12 -0000 1.12
@@ -2,17 +2,6 @@
# Properties that override Maven build defaults
##
maven.checkstyle.header.file=../LICENSE
-# 2-5 = CVS Header in Commons license, 10 = copyright date, 32 = product name
-maven.checkstyle.header.ignore.line=2,3,4,5,10,32
-maven.checkstyle.member.pattern=^_[a-z][a-zA-Z0-9]*$
-maven.checkstyle.const.pattern=^([A-Z]([A-Z0-9_]*[A-Z0-9])?)|_log$
-maven.checkstyle.static.pattern=^_[a-z][a-zA-Z0-9]*$
-maven.checkstyle.allow.protected=true
-# reinstate checkstyle defaults
-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
maven.jarResources.basedir=${basedir}/src/resources
# run junit tests in a separate vm
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>