diff options
author | Damjan Jovanovic <damjan@apache.org> | 2016-12-06 19:29:05 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2016-12-06 19:29:05 +0000 |
commit | 891012df64bfa88702757c1403208f00da88c930 (patch) | |
tree | d84dd95a3e688e91861b0d73a4f3bb79fcd579e5 /uui/Package_xml.mk | |
parent | 7ea61274f011b92debdbe2e1d7c8812eb9aa8ccc (diff) |
Finish porting main/uui to gbuild.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'uui/Package_xml.mk')
-rw-r--r-- | uui/Package_xml.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/uui/Package_xml.mk b/uui/Package_xml.mk new file mode 100644 index 000000000000..d6fde0a9196f --- /dev/null +++ b/uui/Package_xml.mk @@ -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,uui_xml,$(SRCDIR)/uui)) + +$(eval $(call gb_Package_add_file,uui_xml,xml/uui.xml,util/uui.xml)) |