mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user