From 725eba738eae4eee6cd9b833d375db5463833119 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 10 Oct 2012 17:42:46 +0200 Subject: remove all traces of saxon Change-Id: I33ca2c27d557d24e3900d7ebf8f3ea2d99b3cfb0 --- saxon/ExternalProject_saxon.mk | 37 -- saxon/Makefile | 7 - saxon/Module_saxon.mk | 22 - saxon/Package_saxon.mk | 16 - saxon/README | 1 - saxon/UnpackedTarball_saxon.mk | 16 - saxon/build.xml | 1015 ---------------------------------------- saxon/prj/build.lst | 2 - saxon/prj/d.lst | 0 9 files changed, 1116 deletions(-) delete mode 100644 saxon/ExternalProject_saxon.mk delete mode 100644 saxon/Makefile delete mode 100644 saxon/Module_saxon.mk delete mode 100644 saxon/Package_saxon.mk delete mode 100644 saxon/README delete mode 100644 saxon/UnpackedTarball_saxon.mk delete mode 100644 saxon/build.xml delete mode 100644 saxon/prj/build.lst delete mode 100644 saxon/prj/d.lst (limited to 'saxon') diff --git a/saxon/ExternalProject_saxon.mk b/saxon/ExternalProject_saxon.mk deleted file mode 100644 index 8d31d58f505c..000000000000 --- a/saxon/ExternalProject_saxon.mk +++ /dev/null @@ -1,37 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_ExternalProject_ExternalProject,saxon)) - -$(eval $(call gb_ExternalProject_use_unpacked,saxon,saxon)) - -$(eval $(call gb_ExternalProject_register_targets,saxon,\ - build \ -)) - -$(call gb_ExternalProject_get_state_target,saxon,build) : - cd "$(call gb_UnpackedTarball_get_dir,saxon)" && \ - ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \ - $(ICECREAM_RUN) "$(ANT)" \ - -q \ - -f build.xml \ - -Dbuild.label="build-libreoffice" \ - $(if $(filter YES,$(SYSTEM_TOMCAT))\ - ,-Dservletapi.jar=$(SERVLETAPI_JAR) \ - ,-Dservletapi.jar=$(SOLARVER)/$(INPATH)/bin/servlet-api.jar \ - )\ - $(if $(filter yes,$(JAVACISGCJ))\ - ,-Dbuild.compiler=gcj \ - ) \ - -Dant.build.javac.target=$(JAVA_TARGET_VER) \ - $(if $(debug),-Dbuild.debug="on") \ - -Dsolarbindir=$(OUTDIR)/bin jar-bj && \ - touch $@ - -# vim: set noet sw=4 ts=4: diff --git a/saxon/Makefile b/saxon/Makefile deleted file mode 100644 index ccb1c85a04da..000000000000 --- a/saxon/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- - -module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - -include $(module_directory)/../solenv/gbuild/partial_build.mk - -# vim: set noet sw=4 ts=4: diff --git a/saxon/Module_saxon.mk b/saxon/Module_saxon.mk deleted file mode 100644 index 0ac17febdc0c..000000000000 --- a/saxon/Module_saxon.mk +++ /dev/null @@ -1,22 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Module_Module,saxon)) - -ifneq ($(SOLAR_JAVA),) -ifneq ($(filter SAXON,$(BUILD_TYPE)),) -$(eval $(call gb_Module_add_targets,saxon,\ - ExternalProject_saxon \ - Package_saxon \ - UnpackedTarball_saxon \ -)) -endif -endif - -# vim: set noet sw=4 ts=4: diff --git a/saxon/Package_saxon.mk b/saxon/Package_saxon.mk deleted file mode 100644 index ba19d97a8324..000000000000 --- a/saxon/Package_saxon.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Package_Package,saxon_inc,$(call gb_UnpackedTarball_get_dir,saxon))) - -$(eval $(call gb_Package_use_external_project,saxon_inc,saxon)) - -$(eval $(call gb_Package_add_file,saxon_inc,bin/saxon9.jar,saxon-build/9.0.0.7/bj/saxon9.jar)) - -# vim: set noet sw=4 ts=4: diff --git a/saxon/README b/saxon/README deleted file mode 100644 index 26344a7cce25..000000000000 --- a/saxon/README +++ /dev/null @@ -1 +0,0 @@ -XSLT and XQuery Processor from [[http://saxon.sourceforge.net/]] diff --git a/saxon/UnpackedTarball_saxon.mk b/saxon/UnpackedTarball_saxon.mk deleted file mode 100644 index 206257b851f1..000000000000 --- a/saxon/UnpackedTarball_saxon.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_UnpackedTarball_UnpackedTarball,saxon)) - -$(eval $(call gb_UnpackedTarball_set_tarball,saxon,$(SAXON_TARBALL))) - -$(eval $(call gb_UnpackedTarball_add_file,saxon,build.xml,saxon/build.xml)) - -# vim: set noet sw=4 ts=4: diff --git a/saxon/build.xml b/saxon/build.xml deleted file mode 100644 index a6e77140e84d..000000000000 --- a/saxon/build.xml +++ /dev/null @@ -1,1015 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - net.sf.saxon.xpath.XPathFactoryImpl -http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XPathFactoryImpl -http\://saxon.sf.net/jaxp/xpath/om: net.sf.saxon.xpath.XPathFactoryImpl -http\://www.xom.nu/jaxp/xpath/xom: net.sf.saxon.xpath.XPathFactoryImpl -http\://jdom.org/jaxp/xpath/jdom: net.sf.saxon.xpath.XPathFactoryImpl -http\://www.dom4j.org/jaxp/xpath/dom4j: net.sf.saxon.xpath.XPathFactoryImpl - - - - - com.saxonica.jaxp.SchemaFactoryImpl -http\://www.w3.org/2001/XMLSchema: com.saxonica.jaxp.SchemaFactoryImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - set NET="%PROGRAMFILES%\Microsoft.NET\SDK\v1.1\Bin" - %NET%\gacutil /if IKVM.Runtime.dll - %NET%\gacutil /if IKVM.GNU.Classpath.dll - %NET%\gacutil /if saxon9.dll - %NET%\gacutil /if saxon9api.dll - - - - - - - - - - - - - - - - - - - set NET="%PROGRAMFILES%\Microsoft.NET\SDK\v1.1\Bin" - %NET%\gacutil /if IKVM.Runtime.dll - %NET%\gacutil /if IKVM.GNU.Classpath.dll - %NET%\gacutil /if saxon9.dll - %NET%\gacutil /if saxon9sa.dll - %NET%\gacutil /if saxon9api.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/saxon/prj/build.lst b/saxon/prj/build.lst deleted file mode 100644 index a69eba0832e7..000000000000 --- a/saxon/prj/build.lst +++ /dev/null @@ -1,2 +0,0 @@ -xx saxon : solenv stax NULL -xx saxon\prj nmake - all xx_saxon NULL diff --git a/saxon/prj/d.lst b/saxon/prj/d.lst deleted file mode 100644 index e69de29bb2d1..000000000000 -- cgit