Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14346
Modified Files:
build.properties
Log Message:
HBX-374 Pass generated Java files to Eclipse code formatter
+ removal of too many non-used imports
Index: build.properties
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.help/build.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- build.properties 23 Dec 2005 20:10:37 -0000 1.4
+++ build.properties 7 Feb 2006 16:17:41 -0000 1.5
@@ -12,11 +12,5 @@
about.html
source.help.jar = src/java/
jars.compile.order = help.jar
-src.includes = build.properties,\
- build.xml,\
- plugin.xml,\
- src/,\
- toc.apiref.xsl,\
- toc.refdoc.xsl,\
- toc.xml
+src.includes = toc.xml
output.help.jar = bin/
|