From 9a327a66bbd8159b52c08b1c975dea5c48adbdba Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Wed, 22 May 2002 11:52:52 +0000 Subject: [PATCH] #99361# --- stoc/test/javavm/testcomponent/makefile.mk | 100 ++++++++++++++++++--- stoc/test/javavm/testcomponent/manifest | 4 + 2 files changed, 91 insertions(+), 13 deletions(-) create mode 100644 stoc/test/javavm/testcomponent/manifest diff --git a/stoc/test/javavm/testcomponent/makefile.mk b/stoc/test/javavm/testcomponent/makefile.mk index 4520d70783cb..a68d2ecebf22 100644 --- a/stoc/test/javavm/testcomponent/makefile.mk +++ b/stoc/test/javavm/testcomponent/makefile.mk @@ -1,16 +1,90 @@ #************************************************************************* -#* -#* $RCSfile: makefile.mk,v $ -#* -#* Creation date 09/19/2001 -#* last change $Author: jl $ $Date: 2001-10-31 15:38:50 $ -#* $Revision: 1.1 $ -#* -#* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. -#* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: jl $ $Date: 2002-05-22 12:51:00 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# #************************************************************************* -TARGET=JavaTestComponent -PRJ=../../.. -.INCLUDE : ant.mk -ALLTAR: ANTBUILD +PRJ=..$/..$/.. + +PRJNAME = testcomponent +PACKAGE = +TARGET = JavaTestComponent + + +# --- Settings ----------------------------------------------------- +#.INCLUDE : $(PRJ)$/util$/makefile.pmk +.INCLUDE : settings.mk +# Files -------------------------------------------------------- +JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar + +JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) + + +JAVACLASSFILES= \ + $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class + +JARCLASSDIRS= . +JARTARGET = $(TARGET).jar +JARCOMPRESS= TRUE +CUSTOMMANIFESTFILE= .$/manifest + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + diff --git a/stoc/test/javavm/testcomponent/manifest b/stoc/test/javavm/testcomponent/manifest new file mode 100644 index 000000000000..7d8083a1616b --- /dev/null +++ b/stoc/test/javavm/testcomponent/manifest @@ -0,0 +1,4 @@ +Manifest-Version: 1.0 +RegistrationClassName: TestComponent +Created-By: 1.3.1 (Sun Microsystems Inc.) +