[jbosstools-commits] JBoss Tools SVN: r22796 - trunk/hibernatetools/plugins/org.hibernate.eclipse.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jun 14 13:32:24 EDT 2010
Author: dgolovin
Date: 2010-06-14 13:32:24 -0400 (Mon, 14 Jun 2010)
New Revision: 22796
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/
trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6458 Sync org.hibernate.core/lib folder and Bundle-ClassPath attribute in plugin MANIFEST.MF
build.properties clean up
org.hibernate.eclipse.jar generated by maven build added to svn:ignore
Property changes on: trunk/hibernatetools/plugins/org.hibernate.eclipse
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ bin
target
build
org.hibernate.eclipse.jar
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2010-06-14 17:13:03 UTC (rev 22795)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2010-06-14 17:32:24 UTC (rev 22796)
@@ -1,6 +1,4 @@
-bin.includes = plugin.xml,\
- org.hibernate.eclipse.jar,\
- lib/,\
+bin.includes = lib/,\
META-INF/,\
hibernate-log4j.properties,\
about.html,\
@@ -21,10 +19,18 @@
plugin.properties,\
lib/hibernate/cglib-2.2.jar,\
lib/hibernate/commons-collections-3.1.jar,\
- lib/hibernate/hibernate-jmx.jar
+ lib/hibernate/hibernate-jmx.jar,\
+ org.hibernate.eclipse.jar
jars.compile.order = org.hibernate.eclipse.jar
+src.includes = about.html,\
+ pom.xml,\
+ lib/,\
+ hibernate_icon.gif,\
+ hibernate-log4j.properties,\
+ hibernate-build.xml,\
+ about.properties,\
+ about.mappings,\
+ about.ini
+bin.excludes = lib/.cvsignore
source.org.hibernate.eclipse.jar = src/
-output.org.hibernate.eclipse.jar = bin/
-src.includes = src/,\
- about.html
-bin.excludes = lib/.cvsignore
+output.org.hibernate.eclipse.jar = build/eclipse
More information about the jbosstools-commits
mailing list