Skip to content

Commit

Permalink
Streamline the app to minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Feb 27, 2012
1 parent f6ba44d commit f31812a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.

This file was deleted.

31 changes: 0 additions & 31 deletions apache-tapestry5/src/main/java/gwfs/services/QaModule.java

This file was deleted.

17 changes: 0 additions & 17 deletions apache-tapestry5/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -10,23 +10,6 @@ of where to look for pages, components and mixins. -->
<param-name>tapestry.app-package</param-name>
<param-value>gwfs</param-value>
</context-param>
<!--
Specify some additional Modules for two different execution
modes: development and qa.
Remember that the default execution mode is production
-->
<context-param>
<param-name>tapestry.development-modules</param-name>
<param-value>
gwfs.services.DevelopmentModule
</param-value>
</context-param>
<context-param>
<param-name>tapestry.qa-modules</param-name>
<param-value>
gwfs.services.QaModule
</param-value>
</context-param>
<filter>
<filter-name>app</filter-name>
<filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
Expand Down

0 comments on commit f31812a

Please sign in to comment.