Author: ips
Date: Wed Apr 13 14:47:44 2005
New Revision: 161213
URL: http://svn.apache.org/viewcvs?view=rev&rev=161213
Log:
set maven.compile.source to 1.4
Modified:
incubator/apollo/trunk/build.properties.sample
incubator/apollo/trunk/project.properties
Modified: incubator/apollo/trunk/build.properties.sample
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/build.properties.sample?view=diff&r1=161212&r2=161213
==============================================================================
--- incubator/apollo/trunk/build.properties.sample (original)
+++ incubator/apollo/trunk/build.properties.sample Wed Apr 13 14:47:44 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:/Documents and Settings/Ian P.
Springer/IdeaProjects/Apollo/Apollo.iml
+idea.project.iml = C:/IdeaProjects/Apollo/Apollo.iml
Modified: incubator/apollo/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.properties?view=diff&r1=161212&r2=161213
==============================================================================
--- incubator/apollo/trunk/project.properties (original)
+++ incubator/apollo/trunk/project.properties Wed Apr 13 14:47:44 2005
@@ -7,11 +7,12 @@
# MAVEN CORE
##############
# comma-spearated list of remote JAR repository URLs
-maven.repo.remote =
http://cvs.apache.org/repository/,http://mirrors.sunsite.dk/maven/,
http://www.apache.org/dist/java-repository/,
http://people.apache.org/~ips/maven-repo/
+maven.repo.remote = http://cvs.apache.org/repository/,
http://mirrors.sunsite.dk/maven/, http://www.apache.org/dist/java-repository/,
http://people.apache.org/~ips/maven-repo/
# 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]