You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/08/16 23:43:13 UTC

svn commit: r1514901 - in /openoffice/branches/l10n40/main: officecfg/prj/ officecfg/source/ pyuno/source/loader/ pyuno/source/module/ pyuno/zipcore/ qadevOOo/qa/unoapi/ ucbhelper/prj/ ucbhelper/source/ wizards/prj/ wizards/source/

Author: jani
Date: Fri Aug 16 21:43:12 2013
New Revision: 1514901

URL: http://svn.apache.org/r1514901
Log:
just before helpcontent2, a new bunch for genLang extract

Added:
    openoffice/branches/l10n40/main/officecfg/source/
    openoffice/branches/l10n40/main/officecfg/source/makefile.mk
    openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk
    openoffice/branches/l10n40/main/wizards/source/makefile.mk
Modified:
    openoffice/branches/l10n40/main/officecfg/prj/build.lst
    openoffice/branches/l10n40/main/pyuno/source/loader/makefile.mk
    openoffice/branches/l10n40/main/pyuno/source/module/makefile.mk
    openoffice/branches/l10n40/main/pyuno/zipcore/makefile.mk
    openoffice/branches/l10n40/main/qadevOOo/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/ucbhelper/prj/build.lst
    openoffice/branches/l10n40/main/wizards/prj/build.lst

Modified: openoffice/branches/l10n40/main/officecfg/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/officecfg/prj/build.lst?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/officecfg/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/officecfg/prj/build.lst Fri Aug 16 21:43:12 2013
@@ -1,5 +1,6 @@
 oc  officecfg   :    languages soltools solenv LIBXSLT:libxslt NULL
 oc  officecfg                                                       usr1  -   all oc_mkout NULL
+oc  officecfg\source                                       nmake -   all oc_source NULL
 oc  officecfg\registry\schema                                       nmake -   all oc_reg_schema NULL
 oc  officecfg\registry                                              nmake -   all oc_reg NULL
 oc  officecfg\registry\schema\org\openoffice	                    nmake -   all oc_reg_schema_ooo NULL

Added: openoffice/branches/l10n40/main/officecfg/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/officecfg/source/makefile.mk?rev=1514901&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/officecfg/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/officecfg/source/makefile.mk Fri Aug 16 21:43:12 2013
@@ -0,0 +1,68 @@
+#**************************************************************
+#  
+#  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=officecfg
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+registry/data/org/openoffice/Office/Common.xcu,\
+registry/data/org/openoffice/Office/DataAccess.xcu,\
+registry/data/org/openoffice/Office/Embedding.xcu,\
+registry/data/org/openoffice/Office/FormWizard.xcu,\
+registry/data/org/openoffice/Office/TableWizard.xcu,\
+registry/data/org/openoffice/Office/UI/BaseWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu,\
+registry/data/org/openoffice/Office/UI/CalcCommands.xcu,\
+registry/data/org/openoffice/Office/UI/CalcWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/ChartCommands.xcu,\
+registry/data/org/openoffice/Office/UI/ChartWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/DbuCommands.xcu,\
+registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu,\
+registry/data/org/openoffice/Office/UI/DrawWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/Effects.xcu,\
+registry/data/org/openoffice/Office/UI/GenericCategories.xcu,\
+registry/data/org/openoffice/Office/UI/GenericCommands.xcu,\
+registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/MathCommands.xcu,\
+registry/data/org/openoffice/Office/UI/MathWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/WriterCommands.xcu,\
+registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu,\
+registry/data/org/openoffice/Office/UI/WriterWindowState.xcu,\
+registry/data/org/openoffice/Office/UI.xcu,\
+registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu,\
+registry/data/org/openoffice/Office/WebWizard.xcu,\
+registry/data/org/openoffice/Office/Writer.xcu"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/pyuno/source/loader/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/pyuno/source/loader/makefile.mk?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/pyuno/source/loader/makefile.mk (original)
+++ openoffice/branches/l10n40/main/pyuno/source/loader/makefile.mk Fri Aug 16 21:43:12 2013
@@ -29,6 +29,8 @@ ENABLE_EXCEPTIONS=TRUE
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 .IF "$(L10N_framework)"==""
 DLLPRE = 
 
@@ -88,3 +90,6 @@ $(MISC)/pythonloader.component .ERRREMOV
     $(XSLTPROC) --nonet --stringparam uri \
         'vnd.sun.star.expand:$$OOO_BASE_DIR/program/$(SHL1TARGETN:f)' -o $@ \
         $(SOLARENV)/bin/createcomponent.xslt pythonloader.component
+.ELSE
+.INCLUDE :  target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/pyuno/source/module/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/pyuno/source/module/makefile.mk?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/pyuno/source/module/makefile.mk (original)
+++ openoffice/branches/l10n40/main/pyuno/source/module/makefile.mk Fri Aug 16 21:43:12 2013
@@ -31,6 +31,7 @@ LINKFLAGSDEFS = # do not fail with missi
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
 .IF "$(L10N_framework)"==""
 #-------------------------------------------------------------------
 
@@ -158,4 +159,6 @@ $(MISC)$/pyuno.flt : pyuno.flt
 	-rm -f $@
 	cat $? > $@
 .ENDIF # L10N_framework
-
+.ELSE
+.INCLUDE :  target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/pyuno/zipcore/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/pyuno/zipcore/makefile.mk?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/pyuno/zipcore/makefile.mk (original)
+++ openoffice/branches/l10n40/main/pyuno/zipcore/makefile.mk Fri Aug 16 21:43:12 2013
@@ -28,6 +28,7 @@ TARGET=zipcore
 LIBTARGET=NO
 
 .INCLUDE : settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
 .IF "$(L10N_framework)"==""
 UWINAPILIB =
 
@@ -136,3 +137,6 @@ $(DESTROOT)$/bin$/python$(EXECPOST) : $(
 ivo:
 	$(ECHO)
 .ENDIF # L10N_framework
+.ELSE
+.INCLUDE: target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/qadevOOo/qa/unoapi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/qadevOOo/qa/unoapi/makefile.mk?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/qadevOOo/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/qadevOOo/qa/unoapi/makefile.mk Fri Aug 16 21:43:12 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../..

Modified: openoffice/branches/l10n40/main/ucbhelper/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucbhelper/prj/build.lst?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/ucbhelper/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/ucbhelper/prj/build.lst Fri Aug 16 21:43:12 2013
@@ -1,5 +1,6 @@
 uh	ucbhelper   :   offuh sal cppu cppuhelper salhelper NULL
 uh	ucbhelper                   usr1    -   all uh_mkout NULL
+uh	ucbhelper\source            nmake   -   all uh_source NULL
 uh	ucbhelper\inc               nmake   -   all uh_inc NULL
 uh	ucbhelper\source\client     nmake   -   all uh_client uh_inc NULL
 uh	ucbhelper\source\provider   nmake   -   all uh_provider uh_inc NULL

Added: openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk?rev=1514901&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk Fri Aug 16 21:43:12 2013
@@ -0,0 +1,30 @@
+#**************************************************************
+#  
+#  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=uchhelper
+TARGET=helper
+
+LANGUAGE_FILELIST="workben/ucbexplorer/ucbexplorer.src"
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/wizards/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/wizards/prj/build.lst?rev=1514901&r1=1514900&r2=1514901&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/wizards/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/wizards/prj/build.lst Fri Aug 16 21:43:12 2013
@@ -1,4 +1,5 @@
 wz      wizards     :    languages rsc javaunohelper unoil LIBXSLT:libxslt NULL
+wz      wizards\source                                            nmake           -       all     wz_source NULL
 wz      wizards\util                                            nmake           -       all     wz_util NULL
 wz      wizards\source\config                                   nmake           -       all     wz_config NULL
 wz      wizards\source\configshare                              nmake           -       all     wz_configshare NULL

Added: openoffice/branches/l10n40/main/wizards/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/wizards/source/makefile.mk?rev=1514901&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/wizards/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/wizards/source/makefile.mk Fri Aug 16 21:43:12 2013
@@ -0,0 +1,36 @@
+#**************************************************************
+#  
+#  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=wizards
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+euro/euro.src,\
+formwizard/dbwizres.src,\
+importwizard/importwi.src,\
+schedule/schedule.src,\
+template/template.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk