Author: fhanik Date: Mon Jan 8 17:16:05 2007 New Revision: 494290 URL: http://svn.apache.org/viewvc?view=rev&rev=494290 Log: Tomcat's maven publish script
Added: tomcat/tc6.0.x/trunk/res/maven/ tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp tomcat/tc6.0.x/trunk/res/maven/catalina-ha.pom tomcat/tc6.0.x/trunk/res/maven/catalina.pom tomcat/tc6.0.x/trunk/res/maven/coyote.pom tomcat/tc6.0.x/trunk/res/maven/el-api.pom tomcat/tc6.0.x/trunk/res/maven/jasper-el.pom tomcat/tc6.0.x/trunk/res/maven/jasper-jdt.pom tomcat/tc6.0.x/trunk/res/maven/jasper.pom tomcat/tc6.0.x/trunk/res/maven/jsp-api.pom tomcat/tc6.0.x/trunk/res/maven/juli.pom tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom tomcat/tc6.0.x/trunk/res/maven/tribes.pom Added: tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>annotations-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Annotations Package</description> +</project> \ No newline at end of file Added: tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp (added) +++ tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp Mon Jan 8 17:16:05 2007 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>annotations-api</artifactId> + <version>6.0.7-SNAPSHOT</version> + <description>Annotations Package</description> +</project> \ No newline at end of file Added: tomcat/tc6.0.x/trunk/res/maven/catalina-ha.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/catalina-ha.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/catalina-ha.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/catalina-ha.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>catalina-ha</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat High Availability Implementation</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>coyote</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tribes</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>catalina</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/catalina.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/catalina.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/catalina.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/catalina.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>catalina</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat Servlet Engine Core Classes and Standard implementations</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>coyote</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>annotations-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/coyote.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/coyote.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/coyote.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/coyote.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>coyote</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat Connectors and HTTP parser</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>catalina</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/el-api.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/el-api.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/el-api.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/el-api.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>el-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Expression language package</description> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/jasper-el.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/jasper-el.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/jasper-el.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/jasper-el.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>jasper-el</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Jasper Expression Language Impl</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>el-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> + Added: tomcat/tc6.0.x/trunk/res/maven/jasper-jdt.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/jasper-jdt.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/jasper-jdt.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/jasper-jdt.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>jasper-jdt</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Jasper javac compiler extension for Eclipse JDT</description> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/jasper.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/jasper.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/jasper.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/jasper.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>jasper</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcats JSP Parser</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>jsp-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>catalina</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>el-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>jasper-jdt</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>jasper-el</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/jsp-api.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/jsp-api.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/jsp-api.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/jsp-api.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>jsp-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>JSP package</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>el-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/juli.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/juli.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/juli.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/juli.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat Core Logging Package</description> +</project> Added: tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml (added) +++ tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml Mon Jan 8 17:16:05 2007 @@ -0,0 +1,128 @@ +<?xml version="1.0"?> +<project name="Tomcat 6.0" default="deploy" basedir="."> + + <!-- + Properties required to be set: + maven.home - full path to Maven2 installation, mvn or mvn.bat is assumed to be in ${maven.home}/bin/ + maven.bin - the script to execute for maven, would be mvn or mvn.bat + maven.repo.url - the URL of the repository, for example scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + maven.repo.repositoryId - the id of the repository, for example apache.snapshots + maven.deploy.version - the version that the components will be deployed as, for example @MAVEN.DEPLOY.VERSION@ + tomcat.lib.path - the path to tomcat JAR files + tomcat.bin.path - the path to tomcat's bin directory (for other JAR files) + tomcat.pom.path - the path to the POM files + All these can be defined by mvn.properties (and defaults are in mvn.properties.default) + + To do password less upload, you can modify either + $MAVE_HOME/conf/settings.xml or ~/.m2/settings.xml and add this snippet + server> + <id>apache.snapshots</id> + <username>yourusername</username> + <privateKey>/home/yourusername/.ssh/id_rsa</privateKey> + <passphrase></passphrase> + </server> + --> + <property file="${basedir}/mvn.properties.default"/> + <property file="${basedir}/mvn.properties"/> + + <target name="maven-deploy"> + <!--replace the version in the pom--> + <copy file="${pom}" tofile="${pom}.tmp"> + <filterset> + <filter token="MAVEN.DEPLOY.VERSION" value="${maven.deploy.version}"/> + </filterset> + </copy> + <exec executable="${maven.home}/bin/${maven.bin}" failonerror="true"> + <env key="MAVEN_HOME" value="${maven.home}"/> + <arg value="deploy:deploy-file"/> + <arg value="-Dfile=${file}"/> + <arg value="-DgroupId=${groupId}"/> + <arg value="-DartifactId=${artifactId}"/> + <arg value="-Dversion=${maven.deploy.version}"/> + <arg value="-Dpackaging=jar"/> + <arg value="-DgeneratePom=false"/> + <arg value="-DrepositoryId=${maven.repo.repositoryId}"/> + <arg value="-Durl=${maven.repo.url}"/> + <arg value="-DpomFile=${pom}.tmp"/> + </exec> + <delete file="${pom}.tmp"/> + </target> + + <target name="deploy"> + <antcall target="maven-deploy"><!--Deploy annotations--> + <param name="file" value="${tomcat.lib.path}/annotations-api.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="annotations-api"/> + <param name="pom" value="${tomcat.pom.path}/annotations-api.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Servlet api--> + <param name="file" value="${tomcat.lib.path}/servlet-api.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="servlet-api"/> + <param name="pom" value="${tomcat.pom.path}/servlet-api.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy expression lanaguage api--> + <param name="file" value="${tomcat.lib.path}/el-api.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="el-api"/> + <param name="pom" value="${tomcat.pom.path}/el-api.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy JSP api--> + <param name="file" value="${tomcat.lib.path}/jsp-api.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="jsp-api"/> + <param name="pom" value="${tomcat.pom.path}/jsp-api.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy JULI--> + <param name="file" value="${tomcat.bin.path}/tomcat-juli.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="juli"/> + <param name="pom" value="${tomcat.pom.path}/juli.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Tribes--> + <param name="file" value="${tomcat.lib.path}/catalina-tribes.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="tribes"/> + <param name="pom" value="${tomcat.pom.path}/tribes.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Jasper EL--> + <param name="file" value="${tomcat.lib.path}/jasper-el.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="jasper-el"/> + <param name="pom" value="${tomcat.pom.path}/jasper-el.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Jasper JDT--> + <param name="file" value="${tomcat.lib.path}/jasper-jdt.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="jasper-jdt"/> + <param name="pom" value="${tomcat.pom.path}/jasper-jdt.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Coyote--> + <param name="file" value="${tomcat.lib.path}/tomcat-coyote.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="coyote"/> + <param name="pom" value="${tomcat.pom.path}/coyote.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Catalina--> + <param name="file" value="${tomcat.lib.path}/catalina.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="catalina"/> + <param name="pom" value="${tomcat.pom.path}/catalina.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Catalina-HA--> + <param name="file" value="${tomcat.lib.path}/catalina-ha.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="catalina-ha"/> + <param name="pom" value="${tomcat.pom.path}/catalina-ha.pom"/> + </antcall> + <antcall target="maven-deploy"><!--Deploy Jasper--> + <param name="file" value="${tomcat.lib.path}/jasper.jar"/> + <param name="groupId" value="org.apache.tomcat"/> + <param name="artifactId" value="jasper"/> + <param name="pom" value="${tomcat.pom.path}/jasper.pom"/> + </antcall> + + + </target> + +</project> Added: tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default (added) +++ tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default Mon Jan 8 17:16:05 2007 @@ -0,0 +1,8 @@ +maven.home=/development/maven-2.0.4 +maven.bin=mvn.bat +maven.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository +maven.repo.repositoryId=apache.snapshots +maven.deploy.version=6.0.7-SNAPSHOT +tomcat.lib.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/lib +tomcat.bin.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/bin +tomcat.pom.path=C:/development/tomcat/6.0/tc6.0.x/trunk/res/maven Added: tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>servlet-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>javax.servlet package</description> +</project> +s \ No newline at end of file Added: tomcat/tc6.0.x/trunk/res/maven/tribes.pom URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/tribes.pom?view=auto&rev=494290 ============================================================================== --- tomcat/tc6.0.x/trunk/res/maven/tribes.pom (added) +++ tomcat/tc6.0.x/trunk/res/maven/tribes.pom Mon Jan 8 17:16:05 2007 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>tribes</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat Group Communication Package</description> + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>juli</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]