You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/04/21 23:57:14 UTC

svn commit: r650288 - in /james/mailet/crypto/trunk: build.xml default.properties

Author: rdonkin
Date: Mon Apr 21 14:57:12 2008
New Revision: 650288

URL: http://svn.apache.org/viewvc?rev=650288&view=rev
Log:
Include the project name on jars

Modified:
    james/mailet/crypto/trunk/build.xml
    james/mailet/crypto/trunk/default.properties

Modified: james/mailet/crypto/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/build.xml?rev=650288&r1=650287&r2=650288&view=diff
==============================================================================
--- james/mailet/crypto/trunk/build.xml (original)
+++ james/mailet/crypto/trunk/build.xml Mon Apr 21 14:57:12 2008
@@ -162,7 +162,7 @@
       <!-- Make Mailet jar-->
       <echo message="Making Mailet Jar (${name}-${version}.jar)"/>
       <jar 
-            jarfile="${build.lib}/${name}-${version}.jar" 
+            jarfile="${build.lib}/${project}-${name}-${version}.jar" 
             basedir="${build.classes}">
           <include name="org/apache/james/**"/>
           <include name="META-INF/**"/> 

Modified: james/mailet/crypto/trunk/default.properties
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/default.properties?rev=650288&r1=650287&r2=650288&view=diff
==============================================================================
--- james/mailet/crypto/trunk/default.properties (original)
+++ james/mailet/crypto/trunk/default.properties Mon Apr 21 14:57:12 2008
@@ -6,6 +6,7 @@
 # Not user-editable; use ant.properties files instead
 # See also: include.properties
 
+project=apache-james
 name=crypto-mailets
 Name=Cryptography Mailets
 version=1.0-SNAPSHOT
@@ -79,7 +80,7 @@
 #
 
 dist.base = ${mailet.dir}/dist
-dist.name = ${name}-${version}
+dist.name = ${project}-${name}-${version}
 dist.dir = ${dist.base}/${dist.name}
 
 #



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org