|
From: <be...@us...> - 2006-09-05 20:23:27
|
Revision: 114
http://svn.sourceforge.net/objectlabkit/?rev=114&view=rev
Author: benoitx
Date: 2006-09-05 13:23:07 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Fix build as the package changed! Marcin, you must update.
Modified Paths:
--------------
trunk/common-build/project.properties
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/project.xml
trunk/datecalc-joda/project.xml
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-09-05 17:59:19 UTC (rev 113)
+++ trunk/common-build/project.properties 2006-09-05 20:23:07 UTC (rev 114)
@@ -23,7 +23,7 @@
maven.compile.target=5
# Source code is 1.5
maven.compile.source=1.5
-maven.compile.verbose=true
+#maven.compile.verbose=true
maven.multiproject.ignoreFailures=true
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-05 17:59:19 UTC (rev 113)
+++ trunk/datecalc-common/qalab.xml 2006-09-05 20:23:07 UTC (rev 114)
@@ -52,8 +52,8 @@
<summaryresult date="2006-09-04" filecount="14" statvalue="64" type="cobertura-branch"/>
<summaryresult date="2006-09-05" filecount="16" statvalue="9" type="checkstyle"/>
<summaryresult date="2006-09-05" filecount="1" statvalue="1" type="findbugs"/>
- <summaryresult date="2006-09-05" filecount="15" statvalue="64" type="cobertura-line"/>
- <summaryresult date="2006-09-05" filecount="15" statvalue="69" type="cobertura-branch"/>
+ <summaryresult date="2006-09-05" filecount="15" statvalue="63" type="cobertura-line"/>
+ <summaryresult date="2006-09-05" filecount="15" statvalue="67" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -273,7 +273,7 @@
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
<result date="2006-09-04" statvalue="90" type="cobertura-line"/>
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-05" statvalue="84" type="cobertura-line"/>
+ <result date="2006-09-05" statvalue="85" type="cobertura-line"/>
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
@@ -281,7 +281,7 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
- <result date="2006-09-05" statvalue="87" type="cobertura-line"/>
- <result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-05" statvalue="84" type="cobertura-line"/>
+ <result date="2006-09-05" statvalue="83" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/project.xml
===================================================================
--- trunk/datecalc-jdk/project.xml 2006-09-05 17:59:19 UTC (rev 113)
+++ trunk/datecalc-jdk/project.xml 2006-09-05 20:23:07 UTC (rev 114)
@@ -28,7 +28,7 @@
</repository>
<dependencies>
<dependency>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
<version>${pom.currentVersion}</version>
<type>jar</type>
Modified: trunk/datecalc-joda/project.xml
===================================================================
--- trunk/datecalc-joda/project.xml 2006-09-05 17:59:19 UTC (rev 113)
+++ trunk/datecalc-joda/project.xml 2006-09-05 20:23:07 UTC (rev 114)
@@ -21,7 +21,7 @@
</repository>
<dependencies>
<dependency>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
<version>${pom.currentVersion}</version>
<type>jar</type>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|