From 3ecea5005880b9fb86fc854b85e6812897d0683b Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Wed, 20 Apr 2011 19:48:12 +0000 Subject: [PATCH] Adding java build.properties file to the exported files list. client: java git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1095491 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am index c5c75217..ea019783 100644 --- a/lib/java/Makefile.am +++ b/lib/java/Makefile.am @@ -17,7 +17,7 @@ # under the License. # -EXTRA_DIST = build.xml src test +EXTRA_DIST = build.xml build.properties src test export CLASSPATH -- 2.17.1