jvanzyl 2002/08/12 12:53:13
Modified: . default.properties project.xml
Log:
o updating to 0.45 so I can use this in the b5 release of Maven.
Revision Changes Path
1.3 +1 -1 jakarta-velocity-dvsl/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-velocity-dvsl/default.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.properties 19 Jul 2002 03:32:48 -0000 1.2
+++ default.properties 12 Aug 2002 19:53:13 -0000 1.3
@@ -8,7 +8,7 @@
project.title = DVSL
# version number
-project.version = 0.44
+project.version = 0.45
# The name that is used to create the jar file
final.name = ${project.name}-${project.version}
1.4 +6 -1 jakarta-velocity-dvsl/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-dvsl/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 19 Jul 2002 03:32:27 -0000 1.3
+++ project.xml 12 Aug 2002 19:53:13 -0000 1.4
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<name>Velocity DVSL</name>
<id>velocity-dvsl</id>
- <currentVersion>0.44</currentVersion>
+ <currentVersion>0.45</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
@@ -127,9 +127,14 @@
<!-- Unit test classes -->
<unitTest>
+ <!--
<includes>
<include>**/*Test.java</include>
</includes>
+ -->
+ <excludes>
+ <exclude>**/*Test.java</exclude>
+ </excludes>
</unitTest>
<resources/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>