blob: 8c8755efb0a7d884691e570a0ce7247f69fa909f [file] [log] [blame]
James E. King IIIb1d63e72019-01-22 14:16:39 -05001# This file is shared currently between this Gradle build and the
2# Ant builds for fd303 and JavaScript. Keep the dotted notation for
3# the properties to minimize the changes in the dependencies.
4thrift.version=1.0.0
5thrift.groupid=org.apache.thrift
6release=false
7sign=false
8
9# Local Install paths
10install.path=/usr/local/lib
11install.javadoc.path=/usr/local/lib
12
13# Test execution properties
14testPort=9090
15
16# Maven dependency download locations
17mvn.repo=http://repo1.maven.org/maven2
18apache.repo=https://repository.apache.org/content/repositories/releases
19
20# Apache Maven publish
21license=http://www.apache.org/licenses/LICENSE-2.0.txt
22maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
23maven-repository-id=apache.releases.https