From 73b8dfc92ce2ca51d098e3780d84665698a4a94d Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Thu, 2 Jun 2011 16:13:18 +0000 Subject: [PATCH] Thrift-1194: Java lib does not install artifacts to local dir correctly Client: java Patch: Jake Farrell Fixes broken java lib install target to work properly and cleans up build.properties. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1130626 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/build.properties | 99 --------------------------------------- lib/java/build.xml | 7 ++- 2 files changed, 3 insertions(+), 103 deletions(-) diff --git a/lib/java/build.properties b/lib/java/build.properties index c097cc1b..03015efa 100644 --- a/lib/java/build.properties +++ b/lib/java/build.properties @@ -25,102 +25,3 @@ thrift.groupid=org.apache.thrift # Jar Versions mvn.ant.task.version=2.1.3 -# Local Install paths -install.path=/usr/local/lib -install.javadoc.path=${install.path} - -# Maven dependency download locations -mvn.repo=http://repo1.maven.org/maven2 -apache.repo=https://repository.apache.org/content/repositories/releases -mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} -mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar - -# Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" -maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 -maven-repository-id=apache.releases.https - -thrift.version=0.7.0 -thrift.groupid=org.apache.thrift - -# Jar Versions -mvn.ant.task.version=2.1.3 - -# Local Install paths -install.path=/usr/local/lib -install.javadoc.path=${install.path} - -# Maven dependency download locations -mvn.repo=http://repo1.maven.org/maven2 -apache.repo=https://repository.apache.org/content/repositories/releases -mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} -mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar - -# Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" -maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 -maven-repository-id=apache.releases.https - -thrift.version=0.7.0 -thrift.groupid=org.apache.thrift - -# Jar Versions -mvn.ant.task.version=2.1.3 - -# Local Install paths -install.path=/usr/local/lib -install.javadoc.path=${install.path} - -# Maven dependency download locations -mvn.repo=http://repo1.maven.org/maven2 -apache.repo=https://repository.apache.org/content/repositories/releases -mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} -mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar - -# Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" -maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 -maven-repository-id=apache.releases.https - -thrift.version=0.7.0 -thrift.groupid=org.apache.thrift - -# Jar Versions -mvn.ant.task.version=2.1.3 - -# Local Install paths -install.path=/usr/local/lib -install.javadoc.path=${install.path} - -# Maven dependency download locations -mvn.repo=http://repo1.maven.org/maven2 -apache.repo=https://repository.apache.org/content/repositories/releases -mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} -mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar - -# Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" -maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 -maven-repository-id=apache.releases.https - -thrift.version=0.7.0 -thrift.groupid=org.apache.thrift - -# Jar Versions -mvn.ant.task.version=2.1.3 - -# Local Install paths -install.path=/usr/local/lib -install.javadoc.path=${install.path} - -# Maven dependency download locations -mvn.repo=http://repo1.maven.org/maven2 -apache.repo=https://repository.apache.org/content/repositories/releases -mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} -mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar - -# Apache Maven publish -license=http://www.apache.org/licenses/LICENSE-2.0.txt" -maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 -maven-repository-id=apache.releases.https - diff --git a/lib/java/build.xml b/lib/java/build.xml index 7ad5a49d..923da2bd 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -131,12 +131,11 @@ - + + - - - + -- 2.17.1