Skip to content

Commit

Permalink
fixes path to jboss tools, refs #236
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxner committed Jul 30, 2014
1 parent 12bddb0 commit b1c9f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rm -r $JBOSS_HOME/modules/org/picketlink/main/*
cp /tmp/plato/provisional/picketlink/* $JBOSS_HOME/modules/org/picketlink/main/

# add utf8 valve as jboss module
mkdir -p $JBOSS_HOME/modules/eu/scape_project/planning/util/
mkdir -p $JBOSS_HOME/modules/eu/scape_project/planning/util/main
cd /tmp/plato/jboss-util
mvn package
cp target/*.jar $JBOSS_HOME/modules/eu/scape_project/planning/util/main
Expand Down

0 comments on commit b1c9f50

Please sign in to comment.