You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/07/14 08:36:44 UTC

svn commit: r219001 - /struts/sandbox/trunk/tiles/build.xml

Author: craigmcc
Date: Wed Jul 13 23:36:43 2005
New Revision: 219001

URL: http://svn.apache.org/viewcvs?rev=219001&view=rev
Log:
Correct the generation of the manifest in tiles-core.jar.

Modified:
    struts/sandbox/trunk/tiles/build.xml

Modified: struts/sandbox/trunk/tiles/build.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/build.xml?rev=219001&r1=219000&r2=219001&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/build.xml (original)
+++ struts/sandbox/trunk/tiles/build.xml Wed Jul 13 23:36:43 2005
@@ -170,7 +170,8 @@
            description="Package core library">
 
     <jar       jarfile="${build.home}/lib/tiles-core.jar"
-               basedir="${build.home}/classes"/>
+               basedir="${build.home}/classes"
+              manifest="${build.home}/conf/MANIFEST.MF"/>
   </target>
 
 



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