summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2016-12-04 18:24:49 +0000
committerDamjan Jovanovic <damjan@apache.org>2016-12-04 18:24:49 +0000
commit468972d8a7f8e0ccf999458a2f5a00921dfae7fc (patch)
tree272c26eab37154b67b3dece64e945a987cf862e1 /io
parent4c5a2d096c9bf3b17552e8ee47de6b5aff7493bb (diff)
Also package the xml files for main/fileaccess and main/io.
Patch by: me
Notes
Notes: ignore: obsolete
Diffstat (limited to 'io')
-rw-r--r--io/Module_io.mk1
-rw-r--r--io/Package_xml.mk28
2 files changed, 29 insertions, 0 deletions
diff --git a/io/Module_io.mk b/io/Module_io.mk
index 0f380c35532c..f1b19d6e83be 100644
--- a/io/Module_io.mk
+++ b/io/Module_io.mk
@@ -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:
diff --git a/io/Package_xml.mk b/io/Package_xml.mk
new file mode 100644
index 000000000000..7d3ea58d5a16
--- /dev/null
+++ b/io/Package_xml.mk
@@ -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))