summaryrefslogtreecommitdiff
path: root/odk/Package_uno_loader_classes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'odk/Package_uno_loader_classes.mk')
-rw-r--r--odk/Package_uno_loader_classes.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/odk/Package_uno_loader_classes.mk b/odk/Package_uno_loader_classes.mk
deleted file mode 100644
index 86e98a2a1244..000000000000
--- a/odk/Package_uno_loader_classes.mk
+++ /dev/null
@@ -1,25 +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,odk_uno_loader_classes,$(call gb_CustomTarget_get_workdir,odk/classes)))
-
-$(eval $(call gb_Package_set_outdir,odk_uno_loader_classes,$(INSTDIR)))
-
-$(eval $(call gb_Package_add_files_with_dir,odk_uno_loader_classes,$(gb_Package_SDKDIRNAME)/classes,\
- com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class \
- com/sun/star/lib/loader/InstallationFinder.class \
- com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class \
- com/sun/star/lib/loader/Loader$$Drain.class \
- com/sun/star/lib/loader/Loader$$Drain.class \
- com/sun/star/lib/loader/Loader.class \
- com/sun/star/lib/loader/WinRegKey.class \
- com/sun/star/lib/loader/WinRegKeyException.class \
-))
-
-# vim: set noet sw=4 ts=4: