Author: skestle
Date: Fri Jul 13 03:54:00 2007
New Revision: 555930
URL: http://svn.apache.org/viewvc?view=rev&rev=555930
Log:
Added junit4 and easymock to the project
Issue: COLLECTIONS-247
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.xml
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties?view=diff&rev=555930&r1=555929&r2=555930
==============================================================================
---
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties
(original)
+++
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.properties
Fri Jul 13 03:54:00 2007
@@ -47,12 +47,12 @@
# In particular, if you use JDK 1.4+ the generated classes will not be usable
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
# (which is the default value for JDK 1.1 to 1.3).
-maven.compile.target = 1.1
+maven.compile.target = 1.5
# Specifies the source version for the Java compiler.
# Corresponds to the source attribute for the ant javac task.
# Valid values are 1.3, 1.4, 1.5.
-maven.compile.source = 1.3
+maven.compile.source = 1.5
maven.compile.debug=on
maven.compile.deprecation=off
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.xml?view=diff&rev=555930&r1=555929&r2=555930
==============================================================================
---
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.xml
(original)
+++
jakarta/commons/proper/collections/branches/collections_jdk5_branch/project.xml
Fri Jul 13 03:54:00 2007
@@ -433,7 +433,18 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.3.1</version>
+ <properties>
+ <scope>test</scope>
+ <comment>
+ Required only for testing.
+ </comment>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.0</version>
<properties>
<scope>test</scope>
<comment>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]