Author: ips
Date: Wed Apr 13 14:49:55 2005
New Revision: 161215
URL: http://svn.apache.org/viewcvs?view=rev&rev=161215
Log:
set maven.compile.source to 1.4
Modified:
incubator/hermes/trunk/build.properties.sample
incubator/hermes/trunk/project.properties
Modified: incubator/hermes/trunk/build.properties.sample
URL:
http://svn.apache.org/viewcvs/incubator/hermes/trunk/build.properties.sample?view=diff&r1=161214&r2=161215
==============================================================================
--- incubator/hermes/trunk/build.properties.sample (original)
+++ incubator/hermes/trunk/build.properties.sample Wed Apr 13 14:49:55 2005
@@ -1,7 +1,7 @@
# MAVEN CORE
##############
# comma-spearated list of remote JAR repository URLs
-maven.repo.remote = http://www.apache.org/dist/java-repository/,
http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/,
http://apache.org/~ips/maven-repo/, http://mip.esr.hp.com/wsdm/repository
+maven.repo.remote = http://www.apache.org/dist/java-repository/,
http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/,
http://people.apache.org/~ips/maven-repo/, http://mip.esr.hp.com/wsdm/repository
# AJAR PLUGIN
##############
@@ -13,4 +13,4 @@
# INTELLIJ PLUGIN
##################
-idea.project.iml = C:/projects/Hermes/hermes.iml
+idea.project.iml = C:/IdeaProjects/Hermes/hermes.iml
Modified: incubator/hermes/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.properties?view=diff&r1=161214&r2=161215
==============================================================================
--- incubator/hermes/trunk/project.properties (original)
+++ incubator/hermes/trunk/project.properties Wed Apr 13 14:49:55 2005
@@ -13,6 +13,7 @@
# JAVA PLUGIN
##############
maven.compile.debug = on
+maven.compile.source = 1.4
maven.compile.target = 1.4
# TEST PLUGIN
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]