Author: nbubna
Date: Fri Oct 14 17:32:56 2005
New Revision: 321265

URL: http://svn.apache.org/viewcvs?rev=321265&view=rev
Log:
don't include servlet.jar when building example WARs

Modified:
    jakarta/velocity/tools/trunk/examples/layout/build.xml
    jakarta/velocity/tools/trunk/examples/simple/build.xml
    jakarta/velocity/tools/trunk/examples/struts/build.xml

Modified: jakarta/velocity/tools/trunk/examples/layout/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/tools/trunk/examples/layout/build.xml?rev=321265&r1=321264&r2=321265&view=diff
==============================================================================
--- jakarta/velocity/tools/trunk/examples/layout/build.xml (original)
+++ jakarta/velocity/tools/trunk/examples/layout/build.xml Fri Oct 14 17:32:56 
2005
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  $Id: build.xml,v 1.2 2004/02/20 12:54:14 marino Exp $
+  $Id$
 -->
 <project name="VelocityTools- Example Layout Application" default="war" 
basedir=".">
 
@@ -47,7 +47,7 @@
   <target name="war" depends="compile">
     <jar jarfile="${basedir}/../layout.war"
          basedir="${basedir}"
-         excludes="**/MANIFEST.MF"/>
+         excludes="**/MANIFEST.MF,**/servlet.jar"/>
 
     <echo>                                                  </echo>
     <echo>  A WAR file (Web ARchive) was created for you in </echo>

Modified: jakarta/velocity/tools/trunk/examples/simple/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/tools/trunk/examples/simple/build.xml?rev=321265&r1=321264&r2=321265&view=diff
==============================================================================
--- jakarta/velocity/tools/trunk/examples/simple/build.xml (original)
+++ jakarta/velocity/tools/trunk/examples/simple/build.xml Fri Oct 14 17:32:56 
2005
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  $Id: build.xml,v 1.3 2004/02/20 13:00:42 marino Exp $
+  $Id$
 -->
 <project name="VelocityView - Simple Application" default="war" basedir=".">
 
@@ -48,7 +48,7 @@
   <target name="war" depends="compile">
     <jar jarfile="${basedir}/../simple.war"
          basedir="${basedir}"
-         excludes="**/MANIFEST.MF"/>
+         excludes="**/MANIFEST.MF,**/servlet.jar"/>
 
     <echo>                                                  </echo>
     <echo>  A WAR file (Web ARchive) was created for you in </echo>

Modified: jakarta/velocity/tools/trunk/examples/struts/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/tools/trunk/examples/struts/build.xml?rev=321265&r1=321264&r2=321265&view=diff
==============================================================================
--- jakarta/velocity/tools/trunk/examples/struts/build.xml (original)
+++ jakarta/velocity/tools/trunk/examples/struts/build.xml Fri Oct 14 17:32:56 
2005
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  $Id: build.xml,v 1.4 2004/02/20 13:13:38 marino Exp $
+  $Id$
 -->
 <project name="velocity-view" default="all" basedir=".">
 
@@ -142,7 +142,7 @@
     <!-- Generate .war file, name it velstruts.war -->
     <jar jarfile="${basedir}/../velstruts.war"
          basedir="${basedir}"
-         excludes="**/MANIFEST.MF"/>
+         excludes="**/MANIFEST.MF,**/servlet.jar"/>
   </target>
 
 </project>



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

Reply via email to