|
From: <be...@us...> - 2006-08-24 13:48:19
|
Revision: 45 Author: benoitx Date: 2006-08-24 06:48:14 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=45&view=rev Log Message: ----------- tidy up. Modified Paths: -------------- trunk/datecalc-common/maven.xml trunk/datecalc-common/pom.xml trunk/datecalc-common/project.xml Modified: trunk/datecalc-common/maven.xml =================================================================== --- trunk/datecalc-common/maven.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/maven.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,65 +1,60 @@ <?xml version="1.0"?> <!-- - /* - * ======================================================================== - * - * - * ======================================================================== - */ ---> + /* + * ======================================================================== + * ObjectLab Financial Ltd, proud sponsor of The Kit. + * ======================================================================== + */ +--> <project xmlns:j="jelly:core" xmlns:core="jelly:core" - xmlns:maven="jelly:maven" xmlns:ant="jelly:ant" - xmlns:define="jelly:define" xmlns:doc="doc" xmlns:util="jelly:util" - xmlns:log="jelly:log"> - - <goal name="kit:build" prereqs="jar:install" /> - <goal name="kit:rebuild" prereqs="kit:build" /> + xmlns:maven="jelly:maven" xmlns:ant="jelly:ant" + xmlns:define="jelly:define" xmlns:doc="doc" xmlns:util="jelly:util" + xmlns:log="jelly:log"> - <goal name="ydoc" prereqs="xdoc:init" - description="Generate API documentation"> - <path id="maven.ydoc.path"> - <path refid="maven.dependency.classpath" /> - <path location="${maven.build.dest}" /> - <path location="${basedir}/../common-build/ydoc.jar" /> - <path location="${basedir}/../common-build/class2svg.jar" /> - <path location="${basedir}/../common-build/styleed.jar" /> - <path location="${maven.ydoc.resources}" /> - </path> - <property name="maven.ydoc.path.property" - refid="maven.ydoc.path" /> - <mkdir dir="${maven.build.dir}/docs/apidocs" /> - <mkdir dir="${maven.build.dir}/ydoc/" /> - <record name="${maven.build.dir}/ydoc/report.txt" - action="start" /> - <echo - message="Generating API docs in ${maven.ydoc.destination}" /> - <javadoc sourcepathref="maven.compile.src.set" - packagenames="net.objectlab.safemargin.*" maxmemory="255m" - destdir="${maven.build.dir}/docs/apidocs" - classpath="${maven.ydoc.path.property}" author="true" - additionalparam="-breakiterator"> - <doclet name="ydoc.doclets.YStandard" - path="${maven.ydoc.path.property}"> - <param name="-generic" /> - <param name="-umlautogen" /> - <param name="-ymode" value="LOG" /> - <param name="-filterpath" - value="${maven.ydoc.path.property}" /> - <param name="-filter" - value="ydoc.filters.ExcludeFilter" /> - <param name="-tag" value="y.precondition" /> - <param name="-tag" value="y.postcondition" /> - <param name="-tag" value="y.complexity" /> - <param name="-tag" value="param" /> - <param name="-tag" value="return" /> - <param name="-tag" value="see" /> - <param name="-tag" value="y.uml" /> - </doclet> - </javadoc> - <ant:record name="${maven.build.dir}/ydoc/report.txt" - action="stop" /> - </goal> + <goal name="kit:build" prereqs="jar:install" /> + <goal name="kit:rebuild" prereqs="clean,kit:build" /> + <goal name="ydoc" prereqs="xdoc:init" + description="Generate API documentation"> + <path id="maven.ydoc.path"> + <path refid="maven.dependency.classpath" /> + <path location="${maven.build.dest}" /> + <path location="${basedir}/../common-build/ydoc.jar" /> + <path location="${basedir}/../common-build/class2svg.jar" /> + <path location="${basedir}/../common-build/styleed.jar" /> + <path location="${maven.ydoc.resources}" /> + </path> + <property name="maven.ydoc.path.property" refid="maven.ydoc.path" /> + <mkdir dir="${maven.build.dir}/docs/apidocs" /> + <mkdir dir="${maven.build.dir}/ydoc/" /> + <record name="${maven.build.dir}/ydoc/report.txt" action="start" /> + <echo message="Generating API docs in ${maven.ydoc.destination}" /> + <javadoc sourcepathref="maven.compile.src.set" + packagenames="net.objectlab.safemargin.*" maxmemory="255m" + destdir="${maven.build.dir}/docs/apidocs" + classpath="${maven.ydoc.path.property}" author="true" + additionalparam="-breakiterator"> + <doclet name="ydoc.doclets.YStandard" + path="${maven.ydoc.path.property}"> + <param name="-generic" /> + <param name="-umlautogen" /> + <param name="-ymode" value="LOG" /> + <param name="-filterpath" + value="${maven.ydoc.path.property}" /> + <param name="-filter" value="ydoc.filters.ExcludeFilter" /> + <param name="-tag" value="y.precondition" /> + <param name="-tag" value="y.postcondition" /> + <param name="-tag" value="y.complexity" /> + <param name="-tag" value="param" /> + <param name="-tag" value="return" /> + <param name="-tag" value="see" /> + <param name="-tag" value="y.uml" /> + </doclet> + </javadoc> + <ant:record name="${maven.build.dir}/ydoc/report.txt" + action="stop" /> + </goal> + </project> Modified: trunk/datecalc-common/pom.xml =================================================================== --- trunk/datecalc-common/pom.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/pom.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,39 +1,46 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /* + * ======================================================================== + * ObjectLab Financial Ltd, proud sponsor of The Kit. + * ======================================================================== + */ +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.objectlab.kit</groupId> - <artifactId>datecalc</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <artifactId>datecalc-common</artifactId> - <packaging>jar</packaging> - <name>DateCalc commons</name> - <description> - Common Date Calculator methods - </description> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.objectlab.kit</groupId> + <artifactId>datecalc</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> + <artifactId>datecalc-common</artifactId> + <packaging>jar</packaging> + <name>DateCalc commons</name> + <description>Common Date Calculator methods</description> - <dependencies> - <!-- TODO test cases should use log4j transparently --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>test</scope> - </dependency> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> - </dependencies> + <dependencies> + <!-- TODO test cases should use log4j transparently --> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + </project> \ No newline at end of file Modified: trunk/datecalc-common/project.xml =================================================================== --- trunk/datecalc-common/project.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/project.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,68 +1,59 @@ <?xml version="1.0"?> <!-- - /* - * ======================================================================== - * - * ======================================================================== - */ + /* + * ======================================================================== + * ObjectLab Financial Ltd, proud sponsor of The Kit. + * ======================================================================== + */ --> <project> - <extend>../common-build/project.xml</extend> - <name>DateCalc Common</name> - <artifactId>datecalc-common</artifactId> - <package>net.objectlab.kit.common</package> - <shortDescription>DateCalc Common library</shortDescription> - <description> - DateCalc Common library is the library used by both JDK and JODA libraries. - </description> - <repository> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common</developerConnection> - </repository> - <dependencies> - </dependencies> + <extend>../common-build/project.xml</extend> + <name>DateCalc Common</name> + <artifactId>datecalc-common</artifactId> + <package>net.objectlab.kit.common</package> + <shortDescription>DateCalc Common library</shortDescription> + <description> + DateCalc Common library is the library used by both JDK and JODA + libraries. + </description> + <repository> + <connection> + scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common + </connection> + <developerConnection> + scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common + </developerConnection> + </repository> + <dependencies></dependencies> - <reports> - <report>maven-checkstyle-plugin</report> - <report>maven-findbugs-plugin</report> - <report>maven-pmd-plugin</report> - <report>maven-simian-plugin</report> - <report>maven-cobertura-plugin</report> - <report>maven-qalab-plugin</report> - <report>maven-ydoc-plugin</report> - <report>maven-jdepend-plugin</report> - <report>maven-faq-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-tasklist-plugin</report> - </reports> + <reports> + <report>maven-checkstyle-plugin</report> + <report>maven-findbugs-plugin</report> + <report>maven-pmd-plugin</report> + <report>maven-simian-plugin</report> + <report>maven-cobertura-plugin</report> + <report>maven-qalab-plugin</report> + <report>maven-ydoc-plugin</report> + <report>maven-jdepend-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-tasklist-plugin</report> + </reports> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory> - <!-- TODO: to be removed as it is not generic - <nagEmailAddress>ki...@ob...</nagEmailAddress> --> - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - </unitTest> - <!-- - <resources> - <resource> - <directory>src/conf</directory> - <includes> - <include>**/auth.conf</include> - </includes> - </resource> - </resources> - <aspectSourceDirectory>src/main/java</aspectSourceDirectory> - --> - </build> + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory> + <unitTest> + <includes> + <include>**/*Test.java</include> + </includes> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + </unitTest> + </build> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |