Author: vyemialyanchyk
Date: 2009-10-14 08:40:05 -0400 (Wed, 14 Oct 2009)
New Revision: 18080
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/annotations/hibernate-search.jar
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/annotations/lucene-core-2.2.0.jar
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBIDE-4886 - fixed - remove search and lucene stuff
from the bundle since we don't use it
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2009-10-14 12:23:50 UTC
(rev 18079)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2009-10-14 12:40:05 UTC
(rev 18080)
@@ -36,8 +36,6 @@
<classpathentry exported="true" kind="lib"
path="lib/hibernate/c3p0-0.9.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/annotations/hibernate-commons-annotations.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/annotations/hibernate-validator.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/log4j-1.2.15.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2009-10-14
12:23:50 UTC (rev 18079)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2009-10-14
12:40:05 UTC (rev 18080)
@@ -226,18 +226,6 @@
org.apache.log4j.spi,
org.apache.log4j.varia,
org.apache.log4j.xml,
- org.apache.lucene,
- org.apache.lucene.analysis,
- org.apache.lucene.analysis.standard,
- org.apache.lucene.document,
- org.apache.lucene.index,
- org.apache.lucene.queryParser,
- org.apache.lucene.search,
- org.apache.lucene.search.function,
- org.apache.lucene.search.payloads,
- org.apache.lucene.search.spans,
- org.apache.lucene.store,
- org.apache.lucene.util,
org.apache.xerces.impl.xs,
org.dom4j,
org.dom4j.bean,
@@ -341,25 +329,6 @@
org.hibernate.proxy.pojo,
org.hibernate.proxy.pojo.cglib,
org.hibernate.proxy.pojo.javassist,
- org.hibernate.search,
- org.hibernate.search.annotations,
- org.hibernate.search.backend,
- org.hibernate.search.backend.impl,
- org.hibernate.search.backend.impl.jms,
- org.hibernate.search.backend.impl.lucene,
- org.hibernate.search.bridge,
- org.hibernate.search.bridge.builtin,
- org.hibernate.search.engine,
- org.hibernate.search.event,
- org.hibernate.search.filter,
- org.hibernate.search.impl,
- org.hibernate.search.jpa,
- org.hibernate.search.jpa.impl,
- org.hibernate.search.query,
- org.hibernate.search.reader,
- org.hibernate.search.store,
- org.hibernate.search.store.optimization,
- org.hibernate.search.util,
org.hibernate.secure,
org.hibernate.sql,
org.hibernate.stat,
Deleted:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/annotations/hibernate-search.jar
===================================================================
(Binary files differ)
Deleted:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/annotations/lucene-core-2.2.0.jar
===================================================================
(Binary files differ)