You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2007/01/09 16:53:55 UTC

svn commit: r494442 - /jakarta/commons/sandbox/id/trunk/project.properties

Author: rahul
Date: Tue Jan  9 07:53:52 2007
New Revision: 494442

URL: http://svn.apache.org/viewvc?view=rev&rev=494442
Log:
Switch [id] build to work for JDK >= 1.3.

Modified:
    jakarta/commons/sandbox/id/trunk/project.properties

Modified: jakarta/commons/sandbox/id/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/id/trunk/project.properties?view=diff&rev=494442&r1=494441&r2=494442
==============================================================================
--- jakarta/commons/sandbox/id/trunk/project.properties (original)
+++ jakarta/commons/sandbox/id/trunk/project.properties Tue Jan  9 07:53:52 2007
@@ -22,7 +22,7 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.javadoc.author=false
-maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/
+maven.javadoc.links=http://java.sun.com/j2se/1.3.1/docs/api/
 
 # Jar Manifest Additional Attributes
 maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK
@@ -33,6 +33,10 @@
 maven.compile.debug=on
 maven.compile.deprecation=off
 maven.compile.optimize=off
+
+# Compile targets
+maven.compile.source=1.3
+maven.compile.target=1.3
 
 maven.jarResources.basedir=src/java
 maven.jar.excludes=**/package.html



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org