Tag: cws_src680_sb80 User: sb Date: 2007-11-14 13:37:04+0000 Modified: dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
Log: #i82422# Simplification of previous change (unoil.jar is always present next to sdbc_hsqldb.jar). File Changes: Directory: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/ ============================================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk?r1=1.13.88.1&r2=1.13.88.2 Delta lines: +4 -7 ------------------- --- makefile.mk 2007-11-14 13:21:22+0000 1.13.88.1 +++ makefile.mk 2007-11-14 13:37:02+0000 1.13.88.2 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13.88.1 $ +# $Revision: 1.13.88.2 $ # -# last change: $Author: sb $ $Date: 2007/11/14 13:21:22 $ +# last change: $Author: sb $ $Date: 2007/11/14 13:37:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,6 @@ XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(HSQLDB_JAR) .ELSE JARFILES+= hsqldb.jar -JARCLASSPATH = hsqldb.jar .ENDIF JAVAFILES =\ @@ -68,11 +67,9 @@ JARCOMPRESS = TRUE JARCLASSDIRS = $(PACKAGE) $(SECONDARY_PACKAGE) JARTARGET = $(TARGET).jar -JARCLASSPATH += jurt.jar ../../ure-link/share/java/jurt.jar +JARCLASSPATH = $(JARFILES) ../../ure-link/share/java/jurt.jar # jurt.jar is included twice, to be found in both plain OOo and in - # OOo-wo-URE (this needs to be cleaned up again in the future); unoil.jar - # is not included, as only com.sun.star.embed.ElementModes constant - # variables are referenced from it. + # OOo-wo-URE (this needs to be cleaned up again in the future) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
