aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-04-25 16:40:23 -0700
committerPatrick Brady <pb071s@att.com>2018-04-25 16:40:30 -0700
commitc78c41ab353ef8b6191fa07b3779baff5b53c2b6 (patch)
treea22ae2a39e187f8e72c252ded4eb3bbca211204f
parent9783f840bd73670c4e92c35d285617e89f945e69 (diff)
Fix missing aaf config file
One place was left out during the last commit. Change-Id: I2584928993b9c2373a1443441fd9538f81c94233 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-404
-rw-r--r--installation/appc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index efaed22..3d2689a 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -355,7 +355,7 @@ limitations under the License.
<include>*.dump</include>
<include>*.sh</include>
<include>*.cfg</include>
- <include>*.ini</include>
+ <include>*.xml</include>
</includes>
<filtering>false</filtering>
</resource>