Skip to content

Commit dc8f8d5

Browse files
committed
Cleanup
This change removes the existing code to setup for the v2 development effort
1 parent 1479284 commit dc8f8d5

File tree

310 files changed

+59
-41458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+59
-41458
lines changed

.gitignore

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
*~
2-
.idea
3-
\#*\#
4-
.\#*
5-
target/
6-
build/
7-
.classpath
8-
.project
9-
.settings
10-
.gitreview
11-
.metadata
12-
Servers
13-
/*.DS_Store
14-
/*.iml
15-
!cloudfoundry-client-lib/src/test/resources/apps/app-with-scm-metadata/*.svn
1+
.idea/libraries
2+
.idea/tasks.xml
3+
.idea/workspace.xml
4+
target

.travis.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
---
22
language: java
3-
4-
before_install:
5-
- ./bin/install-protoc-apt.sh
6-
7-
before_script:
8-
- protoc --version
9-
10-
script: mvn install -DskipTests=true -B -V --quiet && cd cloudfoundry-client-lib && mvn -P integration-test clean install -Dccng.target=$TARGET
11-
-Dccng.email=$EMAIL -Dccng.passwd=$PASSWD -Dccng.org=$ORG -Dccng.space=$SPACE -Dsurefire.useFile=false --quiet
12-
13-
env:
14-
global:
15-
- secure: ! 'CEnlffjCZBVHaO9yXS6Q1cWdorIovujdzAeRuAXBD9MFGnqWxJkACRyfTC2okTamcocisznrI1IPcQajLvNBQhVjgut/vV1Dpneuy1/xySmhNG3bF+CV7GQf/3FrS4yd7Uylpv9SMd3VM+EClDGQ3mR7OT4216+Q+vyE5Lh09WA='
16-
- secure: ! 'nzRzsqc+3dN9ts10T9SFveaW/hWmzByi81QyMn5LhbmGjU95D3fibgyd/aU3OQPCTR2mTh/Ri7ROb5Bne+6elqPCu99CFoML3QWOSm8cHt2bbwbbbtzDtTC1ZEIyXjUrz5wcvrXWMbYTbxEPVDrHUvK0vjE9gjl2pTK87fd5v+8='
17-
- secure: ! 'QDCvbb1T+DwyoLhoK1omwhRXBaHz/iYMCcI/miKlExwjCqHsPmnoy4HGe0vqEj+Nm6WraYPkDC7GGmt3i7tNOgMFssxTm0qh62zzIlf1oQC/FQuPK4rQL+D/BOZJB7rFBcko9ONKNTubUfomk3NLuf65/S+GbsSWshXohon4JWU='
18-
- secure: ! 'gGknileQIFfu2598k93xb/t4EvMvauthat+jVZAqztbnxOopEBgjoSixQG7RDAHs6YbbzoJZYuFH0XyyxtNwJ/kYbN3pBn43bIoK0NNZw7cPwew8zkjbBDcwHqg8Qt88FYbZWMepMZre0eN8tMJyjO9YqlpnLX0YFVRJD28wga0='
19-
- secure: ! 'oEsQwUVp6SCxI0jpPYpYH7cRW/M8GtOFLEuU5ZKlgXANeU8t1AoKeFHIMKww5vLs5J+AqNYyGODeSMZ7EwgmGRVqzHckQUKfMNzkwyFN4Uj0nmRwGXnzSKk6OgG+XFxHZ/RKlCUSwKYwxdMbTon6MlTBCjxDmQIPk/HfoRUVGOc='
3+
jdk:
4+
- oraclejdk8

0 commit comments

Comments
 (0)