summaryrefslogtreecommitdiff
path: root/databinding.properties
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-05-21 15:49:58 -0700
committerYigit Boyar <yboyar@google.com>2015-05-22 11:11:42 -0700
commitb1356339eaa6c8e967e4fc1dc283b82909a1208d (patch)
tree0644d70a89f74d261294ce91fd2d83d9aa02d2fa /databinding.properties
parent79ae2e5b4612d3af10bcadb235c86b564b5f97c1 (diff)
downloaddata-binding-b1356339eaa6c8e967e4fc1dc283b82909a1208d.tar.gz
Merge projects for an easier release
This CL merges annotation processor, xml grammer and grammer builder into compiler project. It also adds logic to pass gradle's --debug parameter to the annotation processor so that we can grab logs when necessary. Bug: 21327802 Change-Id: I1d07002519a6b95de3cdc0891bd00f461f73e8ea
Diffstat (limited to 'databinding.properties')
-rw-r--r--databinding.properties10
1 files changed, 9 insertions, 1 deletions
diff --git a/databinding.properties b/databinding.properties
index 1c05fdf4..b343daf8 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -5,9 +5,17 @@ releaseVersion = 1.0-rc0
androidPluginVersion = 1.1.3
javaTargetCompatibility = 1.6
javaSourceCompatibility = 1.6
-mavenRepoName=maven-repo
+
prebuildFolderName=prebuilds
group=com.android.databinding
testGroup=com.android.databinding.test
eapOutFolderName=data-binding-eap
+licenseName=The Apache Software License, Version 2.0
+licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
+licenseDistribution=repo
+# use these two properties to change the target of rebuildRepo task.
+# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
+# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
+mavenRepoAbsolutePath=.
+mavenRepoName=maven-repo \ No newline at end of file