Skip to content

Commit

Permalink
Exclude database.properties from license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Jan 2, 2019
1 parent 13cc8c8 commit 41327d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
#
# Copyright © 2018-2019 Jesse Gallagher
#
# Licensed 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.
#

<?xml version='1.0' encoding='utf-8'?>
<database xmlns='http://www.lotus.com/dxl' version='10.0' maintenanceversion='1.0'
replicaid='85258371005A4D98' path='CN=Galatea-VCC/O=IKSG!!libertyadmin.nsf'
Expand Down
1 change: 1 addition & 0 deletions openliberty-domino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>**/build.properties</exclude>
<exclude>**/odp/AppProperties/database.properties</exclude>
</excludes>
<properties>
<owner>Jesse Gallagher</owner>
Expand Down

0 comments on commit 41327d5

Please sign in to comment.