Skip to content

Commit

Permalink
Include VoltCore in Client jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugg committed May 14, 2012
1 parent acdbb83 commit ac24d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -715,6 +715,7 @@ JAR BUILDING
<target name="voltdbclient.jar" depends="compile, buildinfo">
<jar destfile="voltdb/voltdbclient-${dist.version}.jar">
<fileset dir="${build.prod.dir}" defaultexcludes="yes" >
<include name="org/voltcore/**" />
<include name="org/voltdb/**" />
<include name="org/json_voltpatches/**" />
<include name="org/apache/hadoop_voltpatches/**" />
Expand Down

0 comments on commit ac24d7a

Please sign in to comment.