Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-437 clean up unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jul 10, 2015
1 parent 2c37b03 commit a3a9105
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 122 deletions.
30 changes: 0 additions & 30 deletions modules/feed-comm/WEB-INF/jboss-deployment-structure.xml

This file was deleted.

22 changes: 0 additions & 22 deletions modules/feed-comm/WEB-INF/jboss-web.xml

This file was deleted.

32 changes: 0 additions & 32 deletions modules/feed-comm/WEB-INF/web.xml

This file was deleted.

24 changes: 0 additions & 24 deletions modules/feed-comm/src/main/webapp/WEB-INF/jboss-all.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<!--
Copyright 2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -17,12 +17,14 @@
limitations under the License.
-->
<jboss-deployment-structure>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">

<deployment>
<dependencies>
<!--<module name="org.hawkular.nest" />-->
<module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/>
<module name="deployment.hawkular-integrated-inventory-rest.war" services="import"/>
<module name="org.hawkular.nest" />
<module name="org.jboss.resteasy.resteasy-jackson2-provider"/>
</dependencies>
</deployment>

</jboss-deployment-structure>

4 changes: 1 addition & 3 deletions modules/feed-comm/src/main/webapp/WEB-INF/jboss-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@
-->
<jboss-web>
<context-root>/hawkular/opsq</context-root>
<!-- see https://community.jboss.org/wiki/JBossAS7SecurityAuditing for the next tag -->
<!--<disable-audit>false</disable-audit>-->
<context-root>/hawkular/feed-comm</context-root>
</jboss-web>
6 changes: 0 additions & 6 deletions modules/feed-comm/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">



<context-param>
<param-name>resteasy.media.type.mappings</param-name>
<param-value>html : text/html, json : application/json, xml : application/xml, csv : text/csv, txt: text/plain,
yaml: application/yaml, jsonw: application/vnd.hawkular.wrapped+json
</param-value>
</context-param>

</web-app>

0 comments on commit a3a9105

Please sign in to comment.