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/05/07 18:57:46 UTC

svn commit: r654168 - in /james/mailet/base/trunk: build.xml default.properties src/main/java/org/apache/james/util/

Author: rdonkin
Date: Wed May  7 09:57:42 2008
New Revision: 654168

URL: http://svn.apache.org/viewvc?rev=654168&view=rev
Log:
Some build corrections and preparations for copying utilities from core.

Added:
    james/mailet/base/trunk/src/main/java/org/apache/james/util/
Modified:
    james/mailet/base/trunk/build.xml
    james/mailet/base/trunk/default.properties

Modified: james/mailet/base/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/build.xml?rev=654168&r1=654167&r2=654168&view=diff
==============================================================================
--- james/mailet/base/trunk/build.xml (original)
+++ james/mailet/base/trunk/build.xml Wed May  7 09:57:42 2008
@@ -18,7 +18,7 @@
   under the License.                                           
 -->
 
-<project default="main" basedir=".">
+<project name="mailet-base" default="main" basedir=".">
     <!--
     Give user a chance to override without editing this file
     (and without typing -D each time he compiles it)

Modified: james/mailet/base/trunk/default.properties
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/default.properties?rev=654168&r1=654167&r2=654168&view=diff
==============================================================================
--- james/mailet/base/trunk/default.properties (original)
+++ james/mailet/base/trunk/default.properties Wed May  7 09:57:42 2008
@@ -7,8 +7,8 @@
 # See also: include.properties
 
 project=apache-james
-name=standard-mailets
-Name=Standard Mailets
+name=mailets-base
+Name=Basic Mailet Toolkit
 version=1.0-SNAPSHOT
 manifestVersion=3.0
 year=2008
@@ -16,8 +16,8 @@
 vendor=The Apache Software Foundation
 vendor.id=org.apache
 creator=James Project Of The Apache Software Foundation
-title.spec=Apache Standard Mailets API
-title.impl=Apache Standard Mailets
+title.spec=Apache Basic Mailet Toolkit API
+title.impl=Apache Basic Mailet Toolkit
 
 #
 # compiler options



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