Author: mbo
Date: Sun Apr 10 13:41:29 2005
New Revision: 160802

URL: http://svn.apache.org/viewcvs?view=rev&rev=160802
Log:
changed top-level project.properties: replaced duplicated entry 
maven.compile.target by maven.compile.source

Modified:
    incubator/jdo/trunk/project.properties

Modified: incubator/jdo/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/project.properties?view=diff&r1=160801&r2=160802
==============================================================================
--- incubator/jdo/trunk/project.properties (original)
+++ incubator/jdo/trunk/project.properties Sun Apr 10 13:41:29 2005
@@ -15,7 +15,7 @@
 #
 
 # Make sure the compiled class still work with J2SE 1.3
-maven.compile.target = 1.3
+maven.compile.source = 1.3
 maven.compile.target = 1.3
 
 # Set the javadoc title 


Reply via email to