Author: jani
Date: Sat Aug 17 15:47:36 2013
New Revision: 1515002
URL: http://svn.apache.org/r1515002
Log:
more for transex3
Added:
openoffice/branches/l10n40/main/scaddins/source/makefile.mk
openoffice/branches/l10n40/main/sdext/source/makefile.mk
openoffice/branches/l10n40/main/sfx2/source/makefile.mk
Added: openoffice/branches/l10n40/main/scaddins/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scaddins/source/makefile.mk?rev=1515002&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/scaddins/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/scaddins/source/makefile.mk Sat Aug 17
15:47:36 2013
@@ -0,0 +1,35 @@
+#**************************************************************
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#**************************************************************
+
+PRJ=..
+PRJNAME=accessibility
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+datefunc/datefunc.src,\
+analysis/analysis_deffuncnames.src,\
+analysis/analysis_funcnames.src,\
+analysis/analysis.src"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Added: openoffice/branches/l10n40/main/sdext/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sdext/source/makefile.mk?rev=1515002&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/sdext/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/sdext/source/makefile.mk Sat Aug 17
15:47:36 2013
@@ -0,0 +1,35 @@
+#**************************************************************
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#**************************************************************
+
+PRJ=..
+PRJNAME=sdext
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+presenter/Jobs.xcu,\
+presenter/ProtocolHandler.xcu,\
+pdfimport/config/pdf_import_filter.xcu,\
+pdfimport/config/pdf_types.xcu"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Added: openoffice/branches/l10n40/main/sfx2/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sfx2/source/makefile.mk?rev=1515002&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/sfx2/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/sfx2/source/makefile.mk Sat Aug 17 15:47:36
2013
@@ -0,0 +1,63 @@
+#**************************************************************
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#**************************************************************
+
+PRJ=..
+PRJNAME=sfx2
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+../util/hidother.src,\
+menu/menu.src,\
+doc/doctempl.src,\
+doc/doctdlg.src,\
+doc/graphhelp.src,\
+doc/doc.src,\
+doc/docvor.src,\
+doc/new.src,\
+bastyp/fltfnc.src,\
+bastyp/bastyp.src,\
+dialog/printopt.src,\
+dialog/templdlg.src,\
+dialog/securitypage.src,\
+dialog/versdlg.src,\
+dialog/mgetempl.src,\
+dialog/filedlghelper.src,\
+dialog/srchdlg.src,\
+dialog/passwd.src,\
+dialog/dinfdlg.src,\
+dialog/dinfedt.src,\
+dialog/newstyle.src,\
+dialog/recfloat.src,\
+dialog/titledockwin.src,\
+dialog/mailwindow.src,\
+dialog/dialog.src,\
+dialog/taskpane.src,\
+dialog/alienwarn.src,\
+view/view.src,\
+sidebar/Sidebar.src,\
+appl/dde.src,\
+appl/sfx.src,\
+appl/app.src,\
+appl/newhelp.src"
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk