|
From: Matt R. <mr...@us...> - 2007-05-31 21:23:17
|
Update of /cvsroot/struts-menu/navigator In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22862 Modified Files: maven.xml project.xml Log Message: Preparing for 2.4.3 Index: maven.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/maven.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** maven.xml 27 Sep 2004 16:37:06 -0000 1.11 --- maven.xml 31 May 2007 21:23:14 -0000 1.12 *************** *** 1,63 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <project default="war"> ! ! <!-- create jar file for struts-menu and include it in WEB-INF/lib --> ! <postGoal name="war:webapp"> ! <attainGoal name="jar"/> ! <copy file="${maven.build.dir}/${maven.final.name}.jar" ! todir="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib"/> ! </postGoal> ! ! <property environment="env"/> ! <property name="maven.tomcat.home" value="${env.CATALINA_HOME}"/> ! ! <!-- deploy the directory created by war:webapp to tomcat/webapps --> ! <goal name="deploy" prereqs="war:webapp"> ! <copy todir="${maven.tomcat.home}/webapps"> ! <fileset dir="${maven.build.dir}"> ! <include name="${pom.artifactId}/**"/> ! </fileset> ! </copy> ! </goal> ! ! <!-- Copy CSS, JavaScript and Templates to site --> ! <postGoal name="site"> ! <mkdir dir="${maven.build.dir}/docs/styles"/> ! <copy todir="${maven.build.dir}/docs/styles"> ! <fileset dir="web/styles"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/templates"/> ! <copy todir="${maven.build.dir}/docs/templates"> ! <fileset dir="web/templates"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/scripts"/> ! <copy todir="${maven.build.dir}/docs/scripts"> ! <fileset dir="web/scripts"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/menu-images"/> ! <copy todir="${maven.build.dir}/docs/menu-images"> ! <fileset dir="web/images"/> ! </copy> ! </postGoal> ! ! <postGoal name="dist:prepare-src-filesystem"> ! <copy todir="${maven.dist.src.archive.dir}/${maven.final.name}/web"> ! <fileset dir="web"/> ! </copy> ! </postGoal> ! ! <postGoal name="dist:prepare-bin-filesystem"> ! <attainGoal name="war"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}.war"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}"> ! <fileset dir="src/conf/META-INF" includes="*.tld"/> ! </copy> ! ! <!-- Include JSTL Jars --> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib/standard-1.0.6.jar"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib/jstl-1.0.6.jar"/> ! </postGoal> ! </project> --- 1,63 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <project default="war"> ! ! <!-- create jar file for struts-menu and include it in WEB-INF/lib --> ! <postGoal name="war:webapp"> ! <attainGoal name="jar"/> ! <copy file="${maven.build.dir}/${maven.final.name}.jar" ! todir="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib"/> ! </postGoal> ! ! <property environment="env"/> ! <property name="maven.tomcat.home" value="${env.CATALINA_HOME}"/> ! ! <!-- deploy the directory created by war:webapp to tomcat/webapps --> ! <goal name="deploy" prereqs="war:webapp"> ! <copy todir="${maven.tomcat.home}/webapps"> ! <fileset dir="${maven.build.dir}"> ! <include name="${pom.artifactId}/**"/> ! </fileset> ! </copy> ! </goal> ! ! <!-- Copy CSS, JavaScript and Templates to site --> ! <postGoal name="site"> ! <mkdir dir="${maven.build.dir}/docs/styles"/> ! <copy todir="${maven.build.dir}/docs/styles"> ! <fileset dir="web/styles"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/templates"/> ! <copy todir="${maven.build.dir}/docs/templates"> ! <fileset dir="web/templates"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/scripts"/> ! <copy todir="${maven.build.dir}/docs/scripts"> ! <fileset dir="web/scripts"/> ! </copy> ! <mkdir dir="${maven.build.dir}/docs/menu-images"/> ! <copy todir="${maven.build.dir}/docs/menu-images"> ! <fileset dir="web/images"/> ! </copy> ! </postGoal> ! ! <postGoal name="dist:prepare-src-filesystem"> ! <copy todir="${maven.dist.src.archive.dir}/${maven.final.name}/web"> ! <fileset dir="web"/> ! </copy> ! </postGoal> ! ! <postGoal name="dist:prepare-bin-filesystem"> ! <attainGoal name="war"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}.war"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}"> ! <fileset dir="src/conf/META-INF" includes="*.tld"/> ! </copy> ! ! <!-- Include JSTL Jars --> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib/standard-1.0.6.jar"/> ! <copy todir="${maven.dist.bin.archive.dir}/${maven.final.name}" ! file="${maven.build.dir}/${pom.artifactId}/WEB-INF/lib/jstl-1.0.6.jar"/> ! </postGoal> ! </project> Index: project.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** project.xml 22 Oct 2006 07:16:39 -0000 1.26 --- project.xml 31 May 2007 21:23:14 -0000 1.27 *************** *** 5,9 **** <name>Struts Menu</name> <groupId>struts-menu</groupId> ! <currentVersion>2.4.2</currentVersion> <organization> --- 5,9 ---- <name>Struts Menu</name> <groupId>struts-menu</groupId> ! <currentVersion>2.4.3</currentVersion> <organization> *************** *** 24,28 **** </shortDescription> ! <url>http://${pom.groupId}.sourceforge.net</url> <issueTrackingUrl>http://issues.appfuse.org/browse/SM</issueTrackingUrl> <siteAddress>shell.sourceforge.net</siteAddress> --- 24,28 ---- </shortDescription> ! <url>http://struts-menu.sourceforge.net</url> <issueTrackingUrl>http://issues.appfuse.org/browse/SM</issueTrackingUrl> <siteAddress>shell.sourceforge.net</siteAddress> |