Author: tfischer
Date: Mon Dec 18 05:46:48 2006
New Revision: 488269
URL: http://svn.apache.org/viewvc?view=rev&rev=488269
Log:
added log4j to the generator dependencies. Fixes TORQUE-73.
Modified:
db/torque/generator/trunk/project.xml
db/torque/site/trunk/xdocs/changes.xml
Modified: db/torque/generator/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/project.xml?view=diff&rev=488269&r1=488268&r2=488269
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Mon Dec 18 05:46:48 2006
@@ -123,6 +123,16 @@
<dist.bundle>true</dist.bundle>
</properties>
</dependency>
+ <dependency>
+ <!-- needed for velocity in the ant version -->
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <url>http://logging.apache.org/log4j/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
</dependencies>
<build>
<defaultGoal>jar:jar</defaultGoal>
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?view=diff&rev=488269&r1=488268&r2=488269
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Mon Dec 18 05:46:48 2006
@@ -32,6 +32,9 @@
<body>
<release version="3.3" date="in SVN">
+ <action type="fix" dev="tfischer" issue="TORQUE-73">
+ Added missing log4j jar to generator dependencies.
+ </action>
<action type="fix" dev="gmonroe">
Improved Derby generator platform implimentation to support correctly
sized BINARY and VARBINARY using the SizedAsBitDataDomain. Also fixed
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]