Update ooo320-m1
[ooovba.git] / scp2 / source / javafilter / file_javafilter.scp
blob3cd33ece0b26286d010c4de95b89efa49fba2fcc
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: file_javafilter.scp,v $
10  * $Revision: 1.15 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 #ifdef WNT
35 File gid_File_Lib_Xmergesync
36     TXT_FILE_BODY;
37     Styles = (PACKED);
38     Dir = SCP2_OOO_BIN_DIR;
39     Name = "xmergesync.dll";
40 End
42 #endif
44 #ifdef WNT
46 File gid_File_Lib_Jfregca
47     TXT_FILE_BODY;
48     Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
49     Dir = SCP2_OOO_BIN_DIR;
50     Name = "jfregca.dll";
51 End
53 #endif
55 File gid_File_Registry_Spool_Oo_TypeDetection_Palm_Types_Xcu
56     TXT_FILE_BODY;
57     Styles = (PACKED);
58     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
59     Name = "/registry/spool/fcfg_palm_types.xcu";
60 End
62 File gid_File_Registry_Spool_Oo_TypeDetection_Palm_Filters_Xcu
63     TXT_FILE_BODY;
64     Styles = (PACKED);
65     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
66     Name = "/registry/spool/fcfg_palm_filters.xcu";
67 End
69 File gid_File_Registry_Spool_Oo_TypeDetection_PocketWord_Types_Xcu
70     TXT_FILE_BODY;
71     Styles = (PACKED);
72     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
73     Name = "/registry/spool/fcfg_pocketword_types.xcu";
74 End
76 File gid_File_Registry_Spool_Oo_TypeDetection_PocketWord_Filters_Xcu
77     TXT_FILE_BODY;
78     Styles = (PACKED);
79     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
80     Name = "/registry/spool/fcfg_pocketword_filters.xcu";
81 End
83 File gid_File_Registry_Spool_Oo_TypeDetection_PocketExcel_Types_Xcu
84     TXT_FILE_BODY;
85     Styles = (PACKED);
86     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
87     Name = "/registry/spool/fcfg_pocketexcel_types.xcu";
88 End
90 File gid_File_Registry_Spool_Oo_TypeDetection_PocketExcel_Filters_Xcu
91     TXT_FILE_BODY;
92     Styles = (PACKED);
93     Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
94     Name = "/registry/spool/fcfg_pocketexcel_filters.xcu";
95 End
97 #ifdef SOLAR_JAVA
99 STD_JAR_FILE( gid_File_Jar_Aportisdoc, aportisdoc )
100 STD_JAR_FILE( gid_File_Jar_Pexcel, pexcel )
101 STD_JAR_FILE( gid_File_Jar_Pocketword, pocketword )
102 STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge )
103 UNO_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge )
105 #endif