You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/12/04 18:24:49 UTC

svn commit: r1772555 - in /openoffice/trunk/main: fileaccess/Module_fileaccess.mk fileaccess/Package_xml.mk io/Module_io.mk io/Package_xml.mk

Author: damjan
Date: Sun Dec  4 18:24:49 2016
New Revision: 1772555

URL: http://svn.apache.org/viewvc?rev=1772555&view=rev
Log:
Also package the xml files for main/fileaccess and main/io.

Patch by: me


Added:
    openoffice/trunk/main/fileaccess/Package_xml.mk
    openoffice/trunk/main/io/Package_xml.mk
Modified:
    openoffice/trunk/main/fileaccess/Module_fileaccess.mk
    openoffice/trunk/main/io/Module_io.mk

Modified: openoffice/trunk/main/fileaccess/Module_fileaccess.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/fileaccess/Module_fileaccess.mk?rev=1772555&r1=1772554&r2=1772555&view=diff
==============================================================================
--- openoffice/trunk/main/fileaccess/Module_fileaccess.mk (original)
+++ openoffice/trunk/main/fileaccess/Module_fileaccess.mk Sun Dec  4 18:24:49 2016
@@ -25,6 +25,7 @@ $(eval $(call gb_Module_Module,fileacces
 
 $(eval $(call gb_Module_add_targets,fileaccess,\
 	Library_fileacc \
+	Package_xml \
 ))
 
 # vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/fileaccess/Package_xml.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/fileaccess/Package_xml.mk?rev=1772555&view=auto
==============================================================================
--- openoffice/trunk/main/fileaccess/Package_xml.mk (added)
+++ openoffice/trunk/main/fileaccess/Package_xml.mk Sun Dec  4 18:24:49 2016
@@ -0,0 +1,26 @@
+###############################################################
+#  
+#  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.
+#  
+###############################################################
+
+
+
+$(eval $(call gb_Package_Package,fileaccess_xml,$(SRCDIR)/fileaccess/source))
+
+$(eval $(call gb_Package_add_file,fileaccess_xml,xml/fileacc.xml,fileacc.xml))

Modified: openoffice/trunk/main/io/Module_io.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/io/Module_io.mk?rev=1772555&r1=1772554&r2=1772555&view=diff
==============================================================================
--- openoffice/trunk/main/io/Module_io.mk (original)
+++ openoffice/trunk/main/io/Module_io.mk Sun Dec  4 18:24:49 2016
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_add_targets,io,\
 	Library_streams \
 	Library_textinstream \
 	Library_textoutstream \
+	Package_xml \
 ))
 
 # vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/io/Package_xml.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/io/Package_xml.mk?rev=1772555&view=auto
==============================================================================
--- openoffice/trunk/main/io/Package_xml.mk (added)
+++ openoffice/trunk/main/io/Package_xml.mk Sun Dec  4 18:24:49 2016
@@ -0,0 +1,28 @@
+###############################################################
+#  
+#  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.
+#  
+###############################################################
+
+
+
+$(eval $(call gb_Package_Package,io_xml,$(SRCDIR)/io/source))
+
+$(eval $(call gb_Package_add_file,io_xml,xml/acceptor.xml,acceptor/acceptor.xml))
+$(eval $(call gb_Package_add_file,io_xml,xml/connectr.xml,connector/connectr.xml))
+$(eval $(call gb_Package_add_file,io_xml,xml/stm.xml,stm/stm.xml))