From ba326d88325362422df8fba8972fa262c63d8917 Mon Sep 17 00:00:00 2001 From: Rick Date: Tue, 15 Sep 2015 22:48:53 +0200 Subject: [PATCH] Removed library local repository references --- .idea/workspace.xml | 335 +++++++++++++++++++++++++++++----------- colormixer/build.gradle | 2 - gradle.properties | 3 +- 3 files changed, 247 insertions(+), 93 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d0f070e..f23022e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -30,23 +30,109 @@ - + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1370,7 +1456,7 @@ + + + + + + + + + @@ -1757,6 +1861,7 @@ + @@ -1764,29 +1869,9 @@ - - - - - - - - - - - - @@ -1795,62 +1880,28 @@ - - - - - - - - - - - - - - + - + @@ -1990,6 +2041,9 @@ + + + @@ -2001,36 +2055,44 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - - - - + + + + + + + + @@ -2039,32 +2101,127 @@ - + + + + + + + + + + + + + + + + + + - + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/colormixer/build.gradle b/colormixer/build.gradle index 1bb6a5a..a60f0c0 100644 --- a/colormixer/build.gradle +++ b/colormixer/build.gradle @@ -28,8 +28,6 @@ if (project.hasProperty('PUBLISH_GROUP_ID')) { pom.groupId = PUBLISH_GROUP_ID pom.artifactId = PUBLISH_ARTIFACT_ID pom.version = PUBLISH_VERSION - - repository(url: LOCAL_REPO) } } } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 9d8767f..aedb084 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,4 @@ PUBLISH_GROUP_ID=com.commonsware.cwac PUBLISH_ARTIFACT_ID=colormixer -PUBLISH_VERSION=0.6.1 -LOCAL_REPO=file:///home/mmurphy/stuff/CommonsWare/projects/CWAC/repository +PUBLISH_VERSION=0.6.1 \ No newline at end of file