Author: fpunt
Date: 2010-01-08 10:27:07 +0100 (Fri, 08 Jan 2010)
New Revision: 40420

Added:
   CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/
   
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
Removed:
   
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
Log:
Released version 1.5.14

Copied: CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5 (from rev 40401, 
CMSContainer/branches/b1_5/CMSContainer_Modules)

Deleted: 
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Modules/maven-base/project.properties   
    2010-01-07 15:56:19 UTC (rev 40401)
+++ 
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
    2010-01-08 09:27:07 UTC (rev 40420)
@@ -1,76 +0,0 @@
-#   This software is OSI Certified Open Source Software.
-#   OSI Certified is a certification mark of the Open Source Initiative.
-#
-#   The license (Mozilla version 1.0) can be read at the MMBase site.
-#   See http://www.MMBase.org/license
-#
-
-maven.multiproject.type=mmbase-module
-
-cmscmodules.version=1.5.14-SNAPSHOT
-cmsc.version=1.5.14-SNAPSHOT
-mmbase.version=1.8.7-20090803
-
-# maven build does not yet generate a rmmci. Did not create one by hand
-mmbasermmci.version=1.8.2-20061020
-pluto.version=1.0.1
-luceus.version=0.42
-
-# Specifies the version of the jdk in use.
-maven.compile.source=1.5
-maven.compile.target=1.5
-# See the ant javadoc task documentation for details.
-maven.javadoc.source=1.5
-
-# Runs the compiler in a separate process
-# Corresponds to the fork attribute for the ant javac task.
-maven.compile.fork=true
-
-# When using Java 1.4, it may be necessary to fork the JUnit tests to prevent 
XML parser issues.
-maven.junit.fork=true
-# Skip test classes. Don't compile and run the tests
-maven.test.skip=false
-# Set this to true to ignore a failure during testing.
-maven.test.failure.ignore=true
-# Adds system properties to the JVM executing the unit tests
-# user.language and user.region are required for the locator
-maven.junit.sysproperties=
-maven.junit.jvmargs=-Dmmbase.config=${basedir}/src/tests/config
-
-# Tell CVS to be quiet when doing updates.
-maven.scm.cvs.quiet=true
-
-# Allows the user to show the site generation date on the generated website.
-# One can place the date in 5 locations with "maven.xdoc.date":
-#    * left : on the left side of the breadcrumbs
-#    * right : on the right side of the breadcrumbs, before the links
-#    * navigation-top : above the user links, in the navigation menu
-#    * navigation-bottom : under Maven's links, in the navigation menu
-#    * bottom : after the organization name, in the footer
-maven.xdoc.date=left
-maven.xdoc.date.format = dd MMMM yyyy HH:mm z
-maven.xdoc.version = ${pom.currentVersion}
-
-# Specifies what predefined check set to use.
-# Available sets are "sun" (for the Sun coding conventions), "turbine" and 
"avalon".
-#maven.checkstyle.format=turbine
-maven.checkstyle.properties=${basedir}/../maven-base/checkstyle-mmbase.xml
-maven.checkstyle.header.file=${basedir}/../maven-base/LICENSE.txt
-maven.license.licenseFile=${basedir}/../maven-base/MPL10.txt
-
-#By default we don't bundle dependency jars into wars
-war.bundle=false
-
-maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/
-
-maven.mmbasemodule.templates=${maven.mmbasemodule.src}/src/webapp
-
-# xdoclet general props
-maven.xdoclet.webdoclet.verbose=true
-maven.xdoclet.webdoclet.force=true
-
-# define the files to use
-maven.xdoclet.webdoclet.fileset.0=true
-maven.xdoclet.webdoclet.fileset.0.include=**/*.java
-maven.xdoclet.webdoclet.jsptaglib.0=false
-maven.xdoclet.webdoclet.destDir=${maven.build.dir}

Copied: 
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
 (from rev 40417, 
CMSContainer/branches/b1_5/CMSContainer_Modules/maven-base/project.properties)
===================================================================
--- 
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
                            (rev 0)
+++ 
CMSContainer/tags/v1_12_1/CMSContainer_Modules-1_5/maven-base/project.properties
    2010-01-08 09:27:07 UTC (rev 40420)
@@ -0,0 +1,76 @@
+#   This software is OSI Certified Open Source Software.
+#   OSI Certified is a certification mark of the Open Source Initiative.
+#
+#   The license (Mozilla version 1.0) can be read at the MMBase site.
+#   See http://www.MMBase.org/license
+#
+
+maven.multiproject.type=mmbase-module
+
+cmscmodules.version=1.5.14
+cmsc.version=1.5.14
+mmbase.version=1.8.7-20090803
+
+# maven build does not yet generate a rmmci. Did not create one by hand
+mmbasermmci.version=1.8.2-20061020
+pluto.version=1.0.1
+luceus.version=0.42
+
+# Specifies the version of the jdk in use.
+maven.compile.source=1.5
+maven.compile.target=1.5
+# See the ant javadoc task documentation for details.
+maven.javadoc.source=1.5
+
+# Runs the compiler in a separate process
+# Corresponds to the fork attribute for the ant javac task.
+maven.compile.fork=true
+
+# When using Java 1.4, it may be necessary to fork the JUnit tests to prevent 
XML parser issues.
+maven.junit.fork=true
+# Skip test classes. Don't compile and run the tests
+maven.test.skip=false
+# Set this to true to ignore a failure during testing.
+maven.test.failure.ignore=true
+# Adds system properties to the JVM executing the unit tests
+# user.language and user.region are required for the locator
+maven.junit.sysproperties=
+maven.junit.jvmargs=-Dmmbase.config=${basedir}/src/tests/config
+
+# Tell CVS to be quiet when doing updates.
+maven.scm.cvs.quiet=true
+
+# Allows the user to show the site generation date on the generated website.
+# One can place the date in 5 locations with "maven.xdoc.date":
+#    * left : on the left side of the breadcrumbs
+#    * right : on the right side of the breadcrumbs, before the links
+#    * navigation-top : above the user links, in the navigation menu
+#    * navigation-bottom : under Maven's links, in the navigation menu
+#    * bottom : after the organization name, in the footer
+maven.xdoc.date=left
+maven.xdoc.date.format = dd MMMM yyyy HH:mm z
+maven.xdoc.version = ${pom.currentVersion}
+
+# Specifies what predefined check set to use.
+# Available sets are "sun" (for the Sun coding conventions), "turbine" and 
"avalon".
+#maven.checkstyle.format=turbine
+maven.checkstyle.properties=${basedir}/../maven-base/checkstyle-mmbase.xml
+maven.checkstyle.header.file=${basedir}/../maven-base/LICENSE.txt
+maven.license.licenseFile=${basedir}/../maven-base/MPL10.txt
+
+#By default we don't bundle dependency jars into wars
+war.bundle=false
+
+maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/
+
+maven.mmbasemodule.templates=${maven.mmbasemodule.src}/src/webapp
+
+# xdoclet general props
+maven.xdoclet.webdoclet.verbose=true
+maven.xdoclet.webdoclet.force=true
+
+# define the files to use
+maven.xdoclet.webdoclet.fileset.0=true
+maven.xdoclet.webdoclet.fileset.0.include=**/*.java
+maven.xdoclet.webdoclet.jsptaglib.0=false
+maven.xdoclet.webdoclet.destDir=${maven.build.dir}

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to