[open-ils-commits] r8036 - trunk/Open-ILS/src/java

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 8 09:37:08 EST 2007


Author: erickson
Date: 2007-11-08 09:21:11 -0500 (Thu, 08 Nov 2007)
New Revision: 8036

Modified:
   trunk/Open-ILS/src/java/Makefile
Log:
added util/ to the set of files to build

Modified: trunk/Open-ILS/src/java/Makefile
===================================================================
--- trunk/Open-ILS/src/java/Makefile	2007-11-08 13:47:37 UTC (rev 8035)
+++ trunk/Open-ILS/src/java/Makefile	2007-11-08 14:21:11 UTC (rev 8036)
@@ -8,6 +8,7 @@
 JAVA_SRC = \
 	org/open_ils/*.java\
 	org/open_ils/idl/*.java\
+	org/open_ils/util/*.java\
 	org/open_ils/test/*.java
 
 all:	jar



More information about the open-ils-commits mailing list