Skip to content

Commit

Permalink
changed target dir in run.sh to match build dir in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stouffers committed Jul 25, 2014
1 parent 32966e6 commit feea461
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/run.sh
@@ -1,7 +1,7 @@
#!/bin/bash
source $(dirname "$0")/utils.sh

BASE="$ROOTDIR/target/legislation-$VERSION/WEB-INF"
BASE="$ROOTDIR/target/legislation##$VERSION/WEB-INF"
TOMCAT_HOME=/usr/share/tomcat
SCRIPT=$1; shift

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -154,6 +154,12 @@
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.6</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Expand Up @@ -30,7 +30,7 @@
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.WordUtils;
import org.apache.commons.lang3.text.WordUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.log4j.Logger;
Expand Down

0 comments on commit feea461

Please sign in to comment.