Skip to content

Commit

Permalink
fixed vertx fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed May 1, 2012
1 parent 6e64093 commit cf4809d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ if [ ! -d "$BUILD_DIR/.jdk7" ]; then
echo " done"
fi

export JAVA_HOME="$BUILD_DIR/.jdk7"

cp -r .jdk7 $CACHE_DIR/.jdk7

cd $BUILD_DIR
if [ -d "$CACHE_DIR/.vertx" ]; then
echo -n "copying vertx to app"
Expand All @@ -51,12 +47,13 @@ if [ ! -d "$BUILD_DIR/.vertx" ]; then
echo " done"
fi

cd $BUILD_DIR

export JAVA_HOME="$BUILD_DIR/.jdk7"

cp -r .jdk7 $CACHE_DIR/.jdk7
cp -r .vertx $CACHE_DIR/.vertx


# Warn if no Procfile is present
if [ ! -f Procfile ]; then
echo "-----> No Procfile found. Will use the following default process: "
Expand Down

0 comments on commit cf4809d

Please sign in to comment.