INTEGRATION: CWS gcj3 (1.6.22); FILE MERGED

2005/03/08 18:26:55 cmc 1.6.22.1: #i44359# wizards now compilable with gcj
This commit is contained in:
Oliver Bolte 2005-03-15 08:13:40 +00:00
parent 285ae2d358
commit 14f46be308

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.6 $
# $Revision: 1.7 $
#
# last change: $Author: rt $ $Date: 2005-01-28 15:56:30 $
# last change: $Author: obo $ $Date: 2005-03-15 09:13:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -69,10 +69,6 @@ PACKAGE = com$/sun$/star$/wizards$/web$/data
.INCLUDE : settings.mk
.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of javax.xml.parsers.ParserConfigurationException
.ELSE
#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar xalan.jar xercesImp.jar xml-apis.jar
@ -105,4 +101,3 @@ JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.ENDIF