Merge pull request #29 from charithag/master

Excluded jaggery.conf provided by uuf-base app and removed oltu patch
application-manager-new
Charitha Goonetilleke 9 years ago
commit a0cda93e13

@ -365,16 +365,6 @@
<include>dynamic-client-web.war</include> <include>dynamic-client-web.war</include>
</includes> </includes>
</fileSet> </fileSet>
<!--copy jaxrs web app for OAuth feature-->
<!-- Copying mdm app extensions -->
<fileSet>
<directory>../apps/jaggery/mdm/src/mdm/</directory>
<outputDirectory>
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/mdm
</outputDirectory>
</fileSet>
<!-- Copying mdm app from devicemgt app--> <!-- Copying mdm app from devicemgt app-->
<fileSet> <fileSet>
@ -384,6 +374,9 @@
<outputDirectory> <outputDirectory>
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt
</outputDirectory> </outputDirectory>
<excludes>
<exclude>jaggery.conf</exclude>
</excludes>
</fileSet> </fileSet>
<fileSet> <fileSet>
@ -1181,14 +1174,14 @@
<fileMode>644</fileMode> <fileMode>644</fileMode>
</file> </file>
<file> <!--<file>-->
<source> <!--<source>-->
src/repository/patches/oltu-1.0.0.wso2v2.jar <!--src/repository/patches/oltu-1.0.0.wso2v2.jar-->
</source> <!--</source>-->
<outputDirectory> <!--<outputDirectory>-->
${pom.artifactId}-${pom.version}/repository/components/patches/patch1000 <!--${pom.artifactId}-${pom.version}/repository/components/patches/patch1000-->
</outputDirectory> <!--</outputDirectory>-->
</file> <!--</file>-->
</files> </files>
</assembly> </assembly>

Loading…
Cancel
Save