summaryrefslogtreecommitdiff
path: root/bean/util
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-09-18 10:40:37 -0400
committerPeter Foley <pefoley2@verizon.net>2011-09-18 19:17:17 -0400
commit4478b739ddade09425d496cbddee1542fdfd5e9b (patch)
tree46e887de059e7d84f8ce62c0e46ea4c7c879c05e /bean/util
parent61d6a6b0efa09cd19da46bfc328d8b658c2ba845 (diff)
convert bean to gbuild and add to tail_build
Diffstat (limited to 'bean/util')
-rw-r--r--bean/util/delzip0
-rw-r--r--bean/util/makefile.mk56
2 files changed, 0 insertions, 56 deletions
diff --git a/bean/util/delzip b/bean/util/delzip
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/bean/util/delzip
+++ /dev/null
diff --git a/bean/util/makefile.mk b/bean/util/makefile.mk
deleted file mode 100644
index b463b3461819..000000000000
--- a/bean/util/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ = ..
-PRJNAME = bean
-TARGET = officebean
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.IF "$(L10N_framework)"==""
-JARCLASSDIRS = \
- com$/sun$/star$/comp$/beans \
- com$/sun$/star$/beans
-
-JARTARGET = $(TARGET).jar
-JARCOMPRESS = TRUE
-
-# Special work necessary for building java reference with javadoc.
-# The source of puplic APIs must be delivered and used later in the
-# odk module.
-ZIP1TARGET=$(TARGET)_src
-ZIP1FLAGS=-u -r
-ZIP1DIR=$(PRJ)
-ZIP1LIST=com -x "*makefile.mk"
-
-# --- Targets ------------------------------------------------------
-.ENDIF # L10N_framework
-
-.INCLUDE : target.mk
-
-