You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ni...@apache.org on 2005/06/21 22:20:41 UTC

svn commit: r191719 - /james/mime4j/trunk/project.properties

Author: niklas
Date: Tue Jun 21 13:20:41 2005
New Revision: 191719

URL: http://svn.apache.org/viewcvs?rev=191719&view=rev
Log:
Set default source file encoding to 8859-1. Set default source and class file target to Java 1.3.

Modified:
    james/mime4j/trunk/project.properties

Modified: james/mime4j/trunk/project.properties
URL: http://svn.apache.org/viewcvs/james/mime4j/trunk/project.properties?rev=191719&r1=191718&r2=191719&view=diff
==============================================================================
--- james/mime4j/trunk/project.properties (original)
+++ james/mime4j/trunk/project.properties Tue Jun 21 13:20:41 2005
@@ -28,3 +28,7 @@
 maven.scm.method = svn
 
 maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
+
+maven.compile.encoding = ISO8859-1
+maven.compile.source = 1.3
+maven.compile.target = 1.3



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