summaryrefslogtreecommitdiff
path: root/scp2/source/kde/file_kde.scp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 11:10:09 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 11:10:09 +0000
commit743c05af72654833424e83a7ea40a0e857418f80 (patch)
treea41636fa9ac6a92d99a68cf48a10f50116fad1f3 /scp2/source/kde/file_kde.scp
parenta66c5a4cfa97eb6df5f183efb7f2ac10bda97571 (diff)
INTEGRATION: CWS sysui03 (1.1.306); FILE REMOVED
2004/12/14 10:10:35 obr 1.1.306.1: removed obsolete 1.x desktop integration
Diffstat (limited to 'scp2/source/kde/file_kde.scp')
-rw-r--r--scp2/source/kde/file_kde.scp83
1 files changed, 0 insertions, 83 deletions
diff --git a/scp2/source/kde/file_kde.scp b/scp2/source/kde/file_kde.scp
deleted file mode 100644
index 17beea5e6764..000000000000
--- a/scp2/source/kde/file_kde.scp
+++ /dev/null
@@ -1,83 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: file_kde.scp,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: is $ $Date: 2004-02-05 18:09:43 $
- *
- * 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): _______________________________________
- *
- *
- ************************************************************************/
-
-#include "macros.inc"
-
-File gid_File_Extra_Kdeapplnk
- Dir = gid_Dir_Share_Kde_Net;
- USER_FILE_BODY;
- Name = "kdeapp.zip";
- Styles = (ARCHIVE,SUBSTITUTE);
-End
-
-File gid_File_Extra_Kdemimetext
- Dir = gid_Dir_Share_Kde_Net;
- USER_FILE_BODY;
- Name = "kdemime.zip";
- Styles = (ARCHIVE,SUBSTITUTE);
-End
-
-File gid_File_Extra_Kdeicons
- Dir = gid_Dir_Share_Kde_Net;
- USER_FILE_BODY;
- Name = "kdeicons.zip";
- Styles = (ARCHIVE);
-End