Browse Source

Remove sed rule that modifies the content of resin-web.xml. resin-web.xml has been removed.

Martin Tzvetanov Grigorov 8 years ago
parent
commit
4ef0ace6e3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frameworks/Java/wicket/setup.sh

+ 0 - 1
frameworks/Java/wicket/setup.sh

@@ -2,7 +2,6 @@
 
 fw_depends java resin maven
 
-sed -i 's|127.0.0.1|'${DBHOST}'|g' src/main/webapp/WEB-INF/resin-web.xml
 sed -i 's|localhost|'${DBHOST}'|g' src/main/java/hellowicket/WicketApplication.java
 
 mvn clean compile war:war