You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2011/04/20 21:48:13 UTC

svn commit: r1095491 - in /thrift: branches/0.6.x/lib/java/Makefile.am trunk/lib/java/Makefile.am

Author: jfarrell
Date: Wed Apr 20 19:48:12 2011
New Revision: 1095491

URL: http://svn.apache.org/viewvc?rev=1095491&view=rev
Log:
Adding java build.properties file to the exported files list. 

client: java



Modified:
    thrift/branches/0.6.x/lib/java/Makefile.am
    thrift/trunk/lib/java/Makefile.am

Modified: thrift/branches/0.6.x/lib/java/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/branches/0.6.x/lib/java/Makefile.am?rev=1095491&r1=1095490&r2=1095491&view=diff
==============================================================================
--- thrift/branches/0.6.x/lib/java/Makefile.am (original)
+++ thrift/branches/0.6.x/lib/java/Makefile.am Wed Apr 20 19:48:12 2011
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.xml build.properties src test
 
 export CLASSPATH
 

Modified: thrift/trunk/lib/java/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/java/Makefile.am?rev=1095491&r1=1095490&r2=1095491&view=diff
==============================================================================
--- thrift/trunk/lib/java/Makefile.am (original)
+++ thrift/trunk/lib/java/Makefile.am Wed Apr 20 19:48:12 2011
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.xml build.properties src test
 
 export CLASSPATH