Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / assembly / assemble_zip.xml
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  feature-pooling-dmaap
+  feature-pooling-messages
   ================================================================================
   Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-       <id>feature-pooling-dmaap</id>
+       <id>feature-pooling-messages</id>
        <formats>
                <format>zip</format>
        </formats>
 
        <!-- we want "system" and related files right at the root level as this 
-               file is suppose to be unzip on top of a karaf distro. -->
+               file is supposed to be unzipped on top of a karaf distro. -->
        <includeBaseDirectory>false</includeBaseDirectory>
 
        <fileSets>
@@ -38,7 +38,7 @@
                        <directory>target</directory>
                        <outputDirectory>lib/feature</outputDirectory>
                        <includes>
-                               <include>feature-pooling-dmaap-${project.version}.jar</include>
+                               <include>feature-pooling-messages-${project.version}.jar</include>
                        </includes>
                </fileSet>
                <fileSet>