From: <max...@us...> - 2006-02-07 19:05:09
|
Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28441/META-INF Modified Files: MANIFEST.MF Log Message: cleanup Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/META-INF/MANIFEST.MF,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- MANIFEST.MF 29 Jan 2006 18:25:19 -0000 1.31 +++ MANIFEST.MF 7 Feb 2006 14:10:49 -0000 1.32 @@ -28,10 +28,8 @@ lib/hibernate/swarmcache-1.0rc2.jar, lib/tools/hibernate-tools.jar, lib/tools/jtidy-r8-21122004.jar, - lib/tools/l2fprod-common.jar, - lib/tools/velocity-1.4.jar, - lib/tools/velocity-tools-generic-1.1.jar, lib/tools/bsh-2.0b1.jar, + lib/tools/freemarker.jar, lib/bsh-core-2.0b4.jar, lib/annotations/ejb3-persistence.jar, lib/annotations/hibernate-annotations.jar, @@ -107,6 +105,23 @@ com.sun.security.auth, com.sun.security.auth.login, dtd, + freemarker.cache, + freemarker.core, + freemarker.debug, + freemarker.debug.impl, + freemarker.ext.ant, + freemarker.ext.beans, + freemarker.ext.dom, + freemarker.ext.jdom, + freemarker.ext.jsp, + freemarker.ext.jython, + freemarker.ext.rhino, + freemarker.ext.servlet, + freemarker.ext.util, + freemarker.ext.xml, + freemarker.log, + freemarker.template, + freemarker.template.utility, hbm, javax.management, javax.management.loading, @@ -178,40 +193,6 @@ org.apache.lucene.search.spans, org.apache.lucene.store, org.apache.lucene.util, - org.apache.velocity, - org.apache.velocity.anakia, - org.apache.velocity.app, - org.apache.velocity.app.event, - org.apache.velocity.app.tools, - org.apache.velocity.context, - org.apache.velocity.convert, - org.apache.velocity.exception, - org.apache.velocity.io, - org.apache.velocity.runtime, - org.apache.velocity.runtime.compiler, - org.apache.velocity.runtime.configuration, - org.apache.velocity.runtime.defaults, - org.apache.velocity.runtime.directive, - org.apache.velocity.runtime.exception, - org.apache.velocity.runtime.log, - org.apache.velocity.runtime.parser, - org.apache.velocity.runtime.parser.node, - org.apache.velocity.runtime.resource, - org.apache.velocity.runtime.resource.loader, - org.apache.velocity.runtime.visitor, - org.apache.velocity.servlet, - org.apache.velocity.test, - org.apache.velocity.test.misc, - org.apache.velocity.test.provider, - org.apache.velocity.test.view, - org.apache.velocity.texen, - org.apache.velocity.texen.ant, - org.apache.velocity.texen.defaults, - org.apache.velocity.texen.util, - org.apache.velocity.tools.generic, - org.apache.velocity.tools.generic.log, - org.apache.velocity.util, - org.apache.velocity.util.introspection, org.apache.xerces.impl.xs, org.dom4j, org.dom4j.bean, @@ -229,6 +210,7 @@ org.dom4j.xpp, org.hibernate, org.hibernate.action, + org.hibernate.annotationfactory, org.hibernate.annotations, org.hibernate.cache, org.hibernate.cache.entry, @@ -285,6 +267,9 @@ org.hibernate.pretty, org.hibernate.property, org.hibernate.proxy, + org.hibernate.reflection, + org.hibernate.reflection.java, + org.hibernate.reflection.java.generics, org.hibernate.secure, org.hibernate.sql, org.hibernate.stat, |