You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/14 23:45:03 UTC

svn commit: r1409490 [2/2] - in /incubator/ooo/branches/gbuild/main: idl/ idl/prj/ solenv/gbuild/ wizards/ wizards/prj/

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_import.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_import.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_import.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_import.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,41 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvimport,$(SRCDIR)/wizards/source/importwizard))
+
+$(eval $(call gb_Zip_add_files,basicsrvimport,\
+	API.xba \
+	dialog.xlb \
+	DialogModul.xba \
+	FilesModul.xba \
+	ImportDialog.xdl \
+	Language.xba\
+	Main.xba \
+	script.xlb \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_import.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_launcher.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_launcher.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_launcher.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_launcher.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,36 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvlauncher,$(SRCDIR)/wizards/source/launcher))
+
+$(eval $(call gb_Zip_add_files,basicsrvlauncher,\
+	dialog.xlb \
+	DicOOo.xba \
+	script.xlb \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_launcher.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_schedule.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_schedule.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_schedule.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_schedule.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,44 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvschedule,$(SRCDIR)/wizards/source/schedule))
+
+$(eval $(call gb_Zip_add_files,basicsrvschedule,\
+	BankHoliday.xba \
+	CalendarMain.xba \
+	CreateTable.xba \
+	dialog.xlb \
+	DlgCalendar.xdl \
+	DlgControl.xba \
+	GermanHolidays.xba \
+	Language.xba \
+	LocalHolidays.xba \
+	OwnEvents.xba \
+	script.xlb \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_schedule.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_share.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_share.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_share.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_share.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,35 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicshare,$(SRCDIR)/wizards/source/configshare))
+
+$(eval $(call gb_Zip_add_files,basicshare,\
+	dialog.xlc \
+	script.xlc \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_share.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_standard.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_standard.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_standard.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_standard.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,36 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvstandard,$(SRCDIR)/wizards/source/standard))
+
+$(eval $(call gb_Zip_add_files,basicsrvstandard,\
+	dialog.xlb \
+	Module1.xba \
+	script.xlb \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_standard.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_template.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_template.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_template.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_template.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,41 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvtemplate,$(SRCDIR)/wizards/source/template))
+
+$(eval $(call gb_Zip_add_files,basicsrvtemplate,\
+	Autotext.xba \
+	Correspondence.xba \
+	dialog.xlb \
+	DialogStyles.xdl \
+	ModuleAgenda.xba \
+	Samples.xba \
+	script.xlb \
+	TemplateDialog.xdl \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_template.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_tools.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_tools.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_tools.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_tools.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,42 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvtools,$(SRCDIR)/wizards/source/tools))
+
+$(eval $(call gb_Zip_add_files,basicsrvtools,\
+	Debug.xba \
+	dialog.xlb \
+	DlgOverwriteAll.xdl \
+	Listbox.xba \
+	Misc.xba \
+	ModuleControls.xba\
+	script.xlb \
+	Strings.xba \
+	UCB.xba \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_tools.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_tutorials.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_tutorials.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_tutorials.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_tutorials.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,44 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvtutorials,$(SRCDIR)/wizards/source/tutorials))
+
+$(eval $(call gb_Zip_add_files,basicsrvtutorials,\
+	dialog.xlb \
+	Functions.xba \
+	RoadMap.xba \
+	script.xlb \
+	ShowInfoDialog.xba \
+	TutorialClose.xba \
+	TutorialCloseDialog.xdl \
+	TutorialCreator.xba \
+	TutorialOpen.xba\
+	TutorialOpenDialog.xdl \
+	TutorialsDialog.xdl \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_tutorials.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_usr.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_usr.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_usr.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_usr.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,35 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicusr,$(SRCDIR)/wizards/source/config))
+
+$(eval $(call gb_Zip_add_files,basicusr,\
+	dialog.xlc \
+	script.xlc \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_usr.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/Zip_web.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/Zip_web.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/Zip_web.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/Zip_web.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_Zip_Zip,basicsrvweb,$(SRCDIR)/wizards/source/webwizard))
+
+$(eval $(call gb_Zip_add_files,basicsrvweb,\
+	Bullets.xba \
+	Common.xba \
+	dialog.xlb \
+	HtmlAutoPilotBasic.xba \
+	Language.xba \
+	script.xlb \
+	WebWzrd.xdl \
+))
+
+# vim: set noet sw=4 ts=4:

Propchange: incubator/ooo/branches/gbuild/main/wizards/Zip_web.mk
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/ooo/branches/gbuild/main/wizards/prj/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/wizards/prj/makefile.mk?rev=1409490&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/wizards/prj/makefile.mk (added)
+++ incubator/ooo/branches/gbuild/main/wizards/prj/makefile.mk Wed Nov 14 22:45:00 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog

Propchange: incubator/ooo/branches/gbuild/main/wizards/prj/makefile.mk
------------------------------------------------------------------------------
    svn:executable = *