Author: max.andersen(a)jboss.com
Date: 2007-11-19 14:19:20 -0500 (Mon, 19 Nov 2007)
New Revision: 4977
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/log4j-1.2.15.jar
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/log4j-1.2.11.jar
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
Log:
HBX-1015 workaround for log4j issue by upgrading to latest.
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2007-11-19 18:19:16 UTC
(rev 4976)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2007-11-19 19:19:20 UTC
(rev 4977)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib"
path="lib/hibernate/log4j-1.2.15.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/annotations/hibernate-search.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/annotations/lucene-core-2.2.0.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/asm.jar"/>
@@ -18,7 +19,6 @@
<classpathentry exported="true" kind="lib"
path="lib/hibernate/jdbc2_0-stdext.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/jta.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/jaas.jar"/>
- <classpathentry exported="true" kind="lib"
path="lib/hibernate/log4j-1.2.11.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/oscache-2.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/proxool-0.8.3.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/swarmcache-1.0rc2.jar"/>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2007-11-19
18:19:16 UTC (rev 4976)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2007-11-19
19:19:20 UTC (rev 4977)
@@ -19,7 +19,6 @@
lib/hibernate/jdbc2_0-stdext.jar,
lib/hibernate/jta.jar,
lib/hibernate/jaas.jar,
- lib/hibernate/log4j-1.2.11.jar,
lib/hibernate/oscache-2.1.jar,
lib/hibernate/proxool-0.8.3.jar,
lib/hibernate/swarmcache-1.0rc2.jar,
@@ -40,7 +39,8 @@
lib/annotations/hibernate-commons-annotations.jar,
lib/annotations/hibernate-validator.jar,
lib/annotations/hibernate-search.jar,
- lib/annotations/lucene-core-2.2.0.jar
+ lib/annotations/lucene-core-2.2.0.jar,
+ lib/hibernate/log4j-1.2.15.jar
Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
Bundle-Vendor: Hibernate Team
Bundle-Localization: plugin
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2007-11-19
18:19:16 UTC (rev 4976)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2007-11-19
19:19:20 UTC (rev 4977)
@@ -13,7 +13,8 @@
lib/annotations/hibernate-commons-annotations.jar,\
lib/annotations/hibernate-validator.jar,\
lib/annotations/hibernate-search.jar,\
- lib/annotations/lucene-core-2.2.0.jar
+ lib/annotations/lucene-core-2.2.0.jar,\
+ lib/hibernate/log4j-1.2.15.jar
jars.compile.order = org.hibernate.eclipse.jar
source.org.hibernate.eclipse.jar = src/
output.org.hibernate.eclipse.jar = bin/
Deleted:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/log4j-1.2.11.jar
===================================================================
(Binary files differ)
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/log4j-1.2.15.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/log4j-1.2.15.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date