From 89d2873215a27e66fcd8c4b4bbb902e8d5ee52fe Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Fri, 25 May 2001 20:56:58 +0000 Subject: [PATCH] Removing this file, this is a generated file. r=idk@charon.Sun.Com --- java/xpcom/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 java/xpcom/Makefile diff --git a/java/xpcom/Makefile b/java/xpcom/Makefile deleted file mode 100644 index bfe2e836fda7..000000000000 --- a/java/xpcom/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -#!gmake -# -# The contents of this file are subject to the Netscape Public -# 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.mozilla.org/NPL/ -# -# 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. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): -# Igor Kushnirskiy -# -DEPTH = ../.. -topsrcdir = ../.. -VPATH = . -srcdir = . - -include $(DEPTH)/config/autoconf.mk - -DIRS= \ - connect \ - xpcom \ - wrappers \ - java \ -# xpcom/test/ \ - $(NULL) - -include $(topsrcdir)/config/rules.mk