You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by Shanti Subramanyam <Sh...@Sun.COM> on 2009/11/10 20:53:52 UTC

[Fwd: svn commit: r834660 - /incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml]


-------- Original Message --------
Subject: 	svn commit: r834660 - 
/incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml
Date: 	Tue, 10 Nov 2009 20:49:24 +0000
From: 	shanti@apache.org
Reply-To: 	olio-dev@incubator.apache.org
To: 	olio-commits@incubator.apache.org



Author: shanti
Date: Tue Nov 10 20:49:23 2009
New Revision: 834660

URL: http://svn.apache.org/viewvc?rev=834660&view=rev
Log:
Fixed jersey jars inclusion.

Modified:
    incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml?rev=834660&r1=834659&r2=834660&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/build.xml Tue Nov 10 20:49:23 2009
@@ -49,6 +49,10 @@
             <fileset file="${webapp.lib}/ajax-wrapper-comp-1.8.1.jar"/>
             <fileset file="${webapp.lib}/JSON.jar"/>
             <!-- add jersey files -->
+			<fileset dir="${webapp.lib}/jersey">
+				<include name="*.jar"/>
+            </fileset>
+			<!-- No need to include specific files
             <fileset file="${webapp.lib}/jersey/asm-3.1.jar"/>
             <fileset file="${webapp.lib}/jersey/jackson-lgpl-0.9.4.jar"/>
             <fileset file="${webapp.lib}/jersey/jersey-client-1.1.0-ea.jar"/>
@@ -59,6 +63,7 @@
             <fileset file="${webapp.lib}/jersey/jersey-server-1.1.0-ea.jar"/>
             <fileset file="${webapp.lib}/jersey/jsr311-api-1.1.jar"/>
             <fileset file="${webapp.lib}/jersey/jersey-multipart-1.0.2.jar"/>
+			-->
 
 
         </copy>