Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev_3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Jun 3, 2016
2 parents 76030ff + 00beba9 commit 5992606
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 58 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -14,6 +14,9 @@ gen/
out/
intermediate/
.apt_generated/
*.so
*.o
*.o.d

# lint
lint.xml
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -21,6 +21,11 @@ allprojects {
}
}

subprojects {
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'
}

if (JavaVersion.current().isJava8Compatible()) {
allprojects {
tasks.withType(Javadoc) {
Expand Down
1 change: 0 additions & 1 deletion samples/squidb-android-sample/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion samples/squidb-android-sample/build.gradle
Expand Up @@ -26,7 +26,6 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':squidb')
compile project(':squidb-android')
compile project(':squidb-annotations')
Expand Down
1 change: 0 additions & 1 deletion samples/squidb-sample-core/.gitignore

This file was deleted.

Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-json-annotations'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
3 changes: 0 additions & 3 deletions squidb-addons/squidb-json/squidb-json-compiler/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-json-compiler'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
3 changes: 0 additions & 3 deletions squidb-addons/squidb-json/squidb-json-plugin/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-json-plugin'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-addons/squidb-reactive/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-addons/squidb-reactive/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-reactive'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-addons/squidb-recyclerview/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-addons/squidb-recyclerview/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-recyclerview'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
2 changes: 0 additions & 2 deletions squidb-addons/squidb-sqlite-bindings/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-addons/squidb-sqlite-bindings/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-sqlite-bindings'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-addons/squidb-support-loader/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-addons/squidb-support-loader/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-support-loader'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-android/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-android/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-android'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
3 changes: 0 additions & 3 deletions squidb-annotations/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-annotations'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-ios/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-ios/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-ios'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-processor/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb-processor/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb-processor'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
1 change: 0 additions & 1 deletion squidb-tests/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions squidb/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions squidb/build.gradle
Expand Up @@ -3,9 +3,6 @@
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
project.ext.artifactId = 'squidb'
group = 'com.yahoo.squidb'
version = '3.0.0-beta.1'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down

0 comments on commit 5992606

Please sign in to comment.