summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:44:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:44:42 +0000
commita6d0318cfed9f976b7ddb2391bd922838e786054 (patch)
tree697400d6de6e30b6fef23eb24849476e62e16b00 /scp2
parent61d10a4197785f9624595e659d6dcec9a09239ef (diff)
INTEGRATION: CWS native151 (1.1.2); FILE ADDED
2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:53:51 is 1.1.2.1: #i79800# binfilter into an own package
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/templates/module_langpack_binfilter.sct40
1 files changed, 40 insertions, 0 deletions
diff --git a/scp2/source/templates/module_langpack_binfilter.sct b/scp2/source/templates/module_langpack_binfilter.sct
new file mode 100644
index 000000000000..e4f558df0d1a
--- /dev/null
+++ b/scp2/source/templates/module_langpack_binfilter.sct
@@ -0,0 +1,40 @@
+/*************************************************************************
+*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: module_langpack_binfilter.sct,v $
+ * $Revision: 1.2 $
+ *
+ * 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.
+ *
+************************************************************************/
+
+Module gid_Module_Langpack_Binfilter_<LANGUAGE_>
+ ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
+ Sortkey = "900";
+ Language = "<LANGUAGE>";
+ Assigns = gid_Module_Langpack_Binfilter_Template;
+ Name = "gid_Module_Langpack_Binfilter_<LANGUAGE_>";
+ Description = "gid_Module_Langpack_Binfilter_<LANGUAGE_>";
+ PackageInfo = "packinfo_office_lang.txt";
+ Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
+End