Skip to content

Commit

Permalink
Remove java-repo-tools subtree.
Browse files Browse the repository at this point in the history
Now uses the published shared-configuration parent. There is still a
java-repo-tools submodule, but it is only used for the test-localhost.sh
script, so should not be needed for building & running samples.
  • Loading branch information
tswast committed Oct 12, 2016
1 parent 3c657f4 commit 6a8e6cd
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 888 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "java-repo-tools"]
path = java-repo-tools
url = https://github.com/GoogleCloudPlatform/java-repo-tools.git
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
language: java
jdk:
- oraclejdk8
git:
# Handle git submodules ourselves. We want the samples and tests to work
# without a recursive clone. We only use submodules for an additional layer
# of localhost testing scripts.
submodules: false
addons:
apt:
sources:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions java-repo-tools
Submodule java-repo-tools added at 74755a
26 changes: 0 additions & 26 deletions java-repo-tools/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions java-repo-tools/.travis.yml

This file was deleted.

35 changes: 0 additions & 35 deletions java-repo-tools/CONTRIBUTING.md

This file was deleted.

201 changes: 0 additions & 201 deletions java-repo-tools/LICENSE

This file was deleted.

Loading

0 comments on commit 6a8e6cd

Please sign in to comment.