summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-26 13:29:11 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-26 15:45:11 +0100
commit43dd869ec9777bd9e8f79b12b8037aab28cd0716 (patch)
tree39b9f5c5b32843d965937cec1194801b00e7d139 /ridljar
parent56b44d0123e53e0a6e8309da32852d41694ad9ce (diff)
odk: remove temporary Zip file gratuitous complexity
4 zip files containing ridl, unoloader, jurt and juh source files are created and copied to solver and unzipped again in odk when odk could simply run javadoc over the source files directly. Change-Id: I8d2d7c794988eab2e8a3c6005cc8a849a1232f64
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/Module_ridljar.mk2
-rw-r--r--ridljar/Zip_ridl.mk59
-rw-r--r--ridljar/Zip_unoloader.mk35
3 files changed, 0 insertions, 96 deletions
diff --git a/ridljar/Module_ridljar.mk b/ridljar/Module_ridljar.mk
index 4a697e223c2e..39de000240b3 100644
--- a/ridljar/Module_ridljar.mk
+++ b/ridljar/Module_ridljar.mk
@@ -32,8 +32,6 @@ $(eval $(call gb_Module_add_targets,ridljar,\
CustomTarget_javamaker \
Jar_ridl \
Jar_unoloader \
- Zip_ridl \
- Zip_unoloader \
))
# unfortunately, these tests depend on qadevOOo, which depends on
diff --git a/ridljar/Zip_ridl.mk b/ridljar/Zip_ridl.mk
deleted file mode 100644
index ca85eb95f924..000000000000
--- a/ridljar/Zip_ridl.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
-# (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Zip_Zip,ridl_src,$(SRCDIR)/ridljar))
-
-$(eval $(call gb_Zip_add_files,ridl_src,\
- com/sun/star/lib/uno/typedesc/FieldDescription.java \
- com/sun/star/lib/uno/typedesc/MemberDescriptionHelper.java \
- com/sun/star/lib/uno/typedesc/MethodDescription.java \
- com/sun/star/lib/uno/typedesc/TypeDescription.java \
- com/sun/star/lib/uno/typeinfo/AttributeTypeInfo.java \
- com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java \
- com/sun/star/lib/uno/typeinfo/MemberTypeInfo.java \
- com/sun/star/lib/uno/typeinfo/MethodTypeInfo.java \
- com/sun/star/lib/uno/typeinfo/ParameterTypeInfo.java \
- com/sun/star/lib/uno/typeinfo/TypeInfo.java \
- com/sun/star/lib/util/DisposeListener.java \
- com/sun/star/lib/util/DisposeNotifier.java \
- com/sun/star/lib/util/WeakMap.java \
- com/sun/star/uno/Any.java \
- com/sun/star/uno/Enum.java \
- com/sun/star/uno/IBridge.java \
- com/sun/star/uno/IEnvironment.java \
- com/sun/star/uno/IFieldDescription.java \
- com/sun/star/uno/IMapping.java \
- com/sun/star/uno/IMemberDescription.java \
- com/sun/star/uno/IMethodDescription.java \
- com/sun/star/uno/IQueryInterface.java \
- com/sun/star/uno/ITypeDescription.java \
- com/sun/star/uno/Type.java \
- com/sun/star/uno/Union.java \
- com/sun/star/uno/UnoRuntime.java \
-))
-
-# vim:set noet sw=4 ts=4:
diff --git a/ridljar/Zip_unoloader.mk b/ridljar/Zip_unoloader.mk
deleted file mode 100644
index 211eb09a4d97..000000000000
--- a/ridljar/Zip_unoloader.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
-# (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Zip_Zip,unoloader_src,$(SRCDIR)/ridljar/source/unoloader))
-
-$(eval $(call gb_Zip_add_files,unoloader_src,\
- com/sun/star/lib/unoloader/UnoLoader.java \
- com/sun/star/lib/unoloader/UnoClassLoader.java \
-))
-
-# vim:set noet sw=4 ts=4: