removing dep retrieval for hibernate (notwhere used in the codebase)

git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@389249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2006-03-27 20:08:17 +00:00
parent 630c33c405
commit 2b27e0f4c0
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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">
-3
View File
@@ -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>
+1 -1
View File
@@ -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