Skip to content

Commit

Permalink
Remove index Project
Browse files Browse the repository at this point in the history
  • Loading branch information
James McClain committed Feb 23, 2016
1 parent 7dd54fe commit 1420867
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ EOF
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project vector" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project proj4" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project raster" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project index" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project engine" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project services" publish \
&& ./sbt "++$TRAVIS_SCALA_VERSION" "project jetty" publish \
Expand Down
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ lazy val graph = Project("graph", file("graph")).
dependsOn(spark % "test->test;compile->compile").
settings(commonSettings: _*)

lazy val index = Project("index", file("index")).
settings(commonSettings: _*)

lazy val gdal: Project = Project("gdal", file("gdal")).
dependsOn(proj4, raster, spark, sparkEtl).
settings(commonSettings: _*)
Expand Down
1 change: 0 additions & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
./sbt -J-Xmx2G "project spark" test || { exit 1; }
./sbt -J-Xmx2G "project spark-etl" compile || { exit 1; }
./sbt -J-Xmx2G "project engine-test" test || { exit 1; }
./sbt -J-Xmx2G "project index" test || { exit 1; }
./sbt -J-Xmx2G "project benchmark" compile || { exit 1; }
./sbt -J-Xmx2G "project slick" test:compile || { exit 1; }
./sbt -J-Xmx2G "project gdal" test:compile || { exit 1; }
Expand Down
2 changes: 0 additions & 2 deletions cleanall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
./sbt -J-Xmx2G "project raster-test" clean || { exit 1; }
./sbt -J-Xmx2G "project spark" clean || { exit 1; }
./sbt -J-Xmx2G "project engine-test" clean || { exit 1; }
./sbt -J-Xmx2G "project index" clean || { exit 1; }
./sbt -J-Xmx2G "project benchmark" clean || { exit 1; }
./sbt -J-Xmx2G "project slick" clean || { exit 1; }
./sbt -J-Xmx2G "project gdal" clean || { exit 1; }
Expand All @@ -24,7 +23,6 @@ rm -r raster-test/target
rm -r spark/target
rm -r engine/target
rm -r engine-test/target
rm -r index/target
rm -r benchmark/target
rm -r slick/target
rm -r gdal/target
Expand Down
4 changes: 0 additions & 4 deletions index/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions index/build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion publish-local-crossversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
./sbt "project vector" +publish-local && \
./sbt "project proj4" +publish-local && \
./sbt "project raster" +publish-local && \
./sbt "project index" +publish-local && \
./sbt "project engine" +publish-local && \
./sbt "project services" +publish-local && \
./sbt "project jetty" +publish-local && \
Expand Down
1 change: 0 additions & 1 deletion publish-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
./sbt "project vector" publish-local && \
./sbt "project proj4" publish-local && \
./sbt "project raster" publish-local && \
./sbt "project index" publish-local && \
./sbt "project engine" publish-local && \
./sbt "project services" publish-local && \
./sbt "project jetty" publish-local && \
Expand Down

0 comments on commit 1420867

Please sign in to comment.