Author: rdonkin
Date: Sun Apr 15 02:48:00 2007
New Revision: 528948

URL: http://svn.apache.org/viewvc?view=rev&rev=528948
Log:
Copy license and notice into jar. This allows the JSieve jar to the distributed 
indepedently.

Removed:
    james/jsieve/trunk/src/Manifest.mf
Modified:
    james/jsieve/trunk/build.xml
    james/jsieve/trunk/default.properties

Modified: james/jsieve/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?view=diff&rev=528948&r1=528947&r2=528948
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Sun Apr 15 02:48:00 2007
@@ -190,7 +190,9 @@
         <fileset dir="${java.dir}">
           <include name="**/*.properties"/>
         </fileset>
-      </copy>
+      </copy>   
+      <copy todir="${build.classes}/META-INF" file='LICENSE.txt'/>
+      <copy todir="${build.classes}/META-INF" file='NOTICE.txt'/>   
     </target>
 
     <!--
@@ -312,6 +314,7 @@
             jarfile="${build.lib}/${name}-${version}.jar" 
             basedir="${build.classes}">
           <include name="org/apache/jsieve/**"/>
+          <include name="META-INF/**"/> 
           <exclude name="**/junit/*/**"/>
           <exclude name="**/samples/*/**"/>
           <manifest> 

Modified: james/jsieve/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/default.properties?view=diff&rev=528948&r1=528947&r2=528948
==============================================================================
--- james/jsieve/trunk/default.properties (original)
+++ james/jsieve/trunk/default.properties Sun Apr 15 02:48:00 2007
@@ -9,10 +9,13 @@
 name=jsieve
 Name=jSieve Mail Filter
 version=0.2-SNAPSHOT
-year=2004
+year=2007
 extension.name=org.apache.jsieve
 vendor=The Apache Software Foundation
-
+vendor.id=org.apache
+creator=James Project Of The Apache Software Foundation
+title.spec=Apache James JSieve
+title.impl=Apache James JSieve
 
 #
 # compiler options



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to