summaryrefslogtreecommitdiff
path: root/jvmfwk/Package_jreproperties_install.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 15:02:50 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 15:02:50 +0200
commite64e85b2211a10fc6e1584aec2dc199d49d46d79 (patch)
treeb1a677a0adb6e934702492c6bcc777c1a661b761 /jvmfwk/Package_jreproperties_install.mk
parent1ca02a5c2e20f669612005a5b29ef11d510125bd (diff)
copy more rc files to instdir
Change-Id: Ia4cc2b8e504f46734ea7bfaade60bf27509cce32
Diffstat (limited to 'jvmfwk/Package_jreproperties_install.mk')
-rw-r--r--jvmfwk/Package_jreproperties_install.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/jvmfwk/Package_jreproperties_install.mk b/jvmfwk/Package_jreproperties_install.mk
new file mode 100644
index 000000000000..a27fc3d5400a
--- /dev/null
+++ b/jvmfwk/Package_jreproperties_install.mk
@@ -0,0 +1,16 @@
+# -*- 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,jvmfwk_jreproperties_install,$(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties)))
+
+$(eval $(call gb_Package_set_outdir,jvmfwk_jreproperties_install,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,jvmfwk_jreproperties_install,ure/lib/JREProperties.class,JREProperties.class))
+
+# vim:set noet sw=4 ts=4: