Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert (Bobby) Evans committed Jan 4, 2016
1 parent 11aac2e commit 3558968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-tools/move_package.sh
Expand Up @@ -45,8 +45,10 @@ git mv "$BASE"/storm-core/test/clj/backtype/storm/* "$BASE"/storm-core/test/clj/
rm -rf "$BASE"/storm-core/test/clj/backtype
git mv "$BASE"/storm-core/test/clj/storm/trident "$BASE"/storm-core/test/clj/org/apache/storm
rm -rf "$BASE"/storm-core/test/clj/storm
git mv "$BASE"/storm-core/test/clj/integration/storm "$BASE"/storm-core/test/clj/integration/org/apache/storm
git mv "$BASE"/storm-core/test/clj/integration/storm/* "$BASE"/storm-core/test/clj/integration/org/apache/storm
rm -rf "$BASE"/storm-core/test/clj/integration/storm
git mv "$BASE"/storm-core/test/clj/integration/backtype/storm/* "$BASE"/storm-core/test/clj/integration/org/apache/storm
rm -rf "$BASE"/storm-core/test/clj/integration/backtype

#STORM-STARTER
mkdir -p "$BASE"/examples/storm-starter/src/jvm/org/apache/ "$BASE"/examples/storm-starter/src/clj/org/apache/ "$BASE"/examples/storm-starter/test/jvm/org/apache/
Expand Down

0 comments on commit 3558968

Please sign in to comment.