You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by he...@apache.org on 2006/03/27 22:08:18 UTC

svn commit: r389249 - in /incubator/webwork2: build.xml ivy.xml pom.xml

Author: hermanns
Date: Mon Mar 27 12:08:17 2006
New Revision: 389249

URL: http://svn.apache.org/viewcvs?rev=389249&view=rev
Log:
removing dep retrieval for hibernate (notwhere used in the codebase)

Modified:
    incubator/webwork2/build.xml
    incubator/webwork2/ivy.xml
    incubator/webwork2/pom.xml

Modified: incubator/webwork2/build.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/build.xml?rev=389249&r1=389248&r2=389249&view=diff
==============================================================================
--- incubator/webwork2/build.xml (original)
+++ incubator/webwork2/build.xml Mon Mar 27 12:08:17 2006
@@ -234,7 +234,7 @@
         </echo>    
         <taskdef name="ivy-retrieve" classname="fr.jayasoft.ivy.ant.IvyRetrieve" classpathref="cp"/>
 
-        <ivy-retrieve conf="fileupload-pell,jasperreports,jfree,cewolf,hibernate" />
+        <ivy-retrieve conf="fileupload-pell,jasperreports,jfree,cewolf" />
     </target>
 
     <target name="compile-optional" depends="compile, init-optional" description="compile optional files">

Modified: incubator/webwork2/ivy.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/ivy.xml?rev=389249&r1=389248&r2=389249&view=diff
==============================================================================
--- incubator/webwork2/ivy.xml (original)
+++ incubator/webwork2/ivy.xml Mon Mar 27 12:08:17 2006
@@ -41,7 +41,6 @@
         <conf name="xslt"/>
         <conf name="tiger"/>
         <conf name="cewolf"/>
-        <conf name="hibernate"/>
         <conf name="tiles"/>
     </configurations>
     <publications>
@@ -150,7 +149,5 @@
         <!-- cewolf -->
         <dependency org="cewolf" name="cewolf" rev="0.12.0" conf="cewolf->*"/>
 
-        <!-- hibernate -->
-        <dependency org="hibernate" name="hibernate" rev="3.0.5" conf="hibernate->default"/>
     </dependencies>
 </ivy-module>

Modified: incubator/webwork2/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=389249&r1=389248&r2=389249&view=diff
==============================================================================
--- incubator/webwork2/pom.xml (original)
+++ incubator/webwork2/pom.xml Mon Mar 27 12:08:17 2006
@@ -127,7 +127,7 @@
     <dependencies>
         <!-- unreferenced dependencies:
              * clover, mockobjects, xdoclet : only needed for build
-             * hibernate, cewolf : only used in demos
+             * cewolf : only used in demos
              * quickstart : because i'm lazy, and because it's unlikely to be needed to build a
                             project using ww
              * w3c.dom : needed for the xslt : this is all included in jdk1.5



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