Author: ctubbsii
Date: Fri May 17 21:17:46 2013
New Revision: 1483994
URL: http://svn.apache.org/r1483994
Log:
ACCUMULO-1404 add the missing proxy pieces (README, proxy.properties, examples)
Modified:
accumulo/branches/1.5/assemble/pom.xml
accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml
Modified: accumulo/branches/1.5/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1483994&r1=1483993&r2=1483994&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/pom.xml (original)
+++ accumulo/branches/1.5/assemble/pom.xml Fri May 17 21:17:46 2013
@@ -250,6 +250,25 @@
</sources>
</mapping>
<mapping>
+
<directory>/opt/accumulo/accumulo-${project.version}/proxy</directory>
+ <sources>
+ <source>
+ <location>${accumulo-top}/proxy/README</location>
+ </source>
+ <source>
+
<location>${accumulo-top}/proxy/proxy.properties</location>
+ </source>
+ </sources>
+ </mapping>
+ <mapping>
+
<directory>/opt/accumulo/accumulo-${project.version}/proxy/examples</directory>
+ <sources>
+ <source>
+ <location>${accumulo-top}/proxy/examples</location>
+ </source>
+ </sources>
+ </mapping>
+ <mapping>
<directory>/opt/accumulo/accumulo-${project.version}/proxy/thrift</directory>
<sources>
<source>
@@ -460,6 +479,33 @@
<excludes>**/.svn/**,src/**</excludes>
</data>
<data>
+ <src>${accumulo-top}/proxy/README</src>
+ <type>file</type>
+ <mapper>
+ <type>perm</type>
+ <prefix>/usr/lib/accumulo/proxy</prefix>
+ </mapper>
+ <includes>*.thrift</includes>
+ </data>
+ <data>
+ <src>${accumulo-top}/proxy/proxy.properties</src>
+ <type>file</type>
+ <mapper>
+ <type>perm</type>
+ <prefix>/usr/lib/accumulo/proxy</prefix>
+ </mapper>
+ <includes>*.thrift</includes>
+ </data>
+ <data>
+ <src>${accumulo-top}/proxy/examples</src>
+ <type>directory</type>
+ <mapper>
+ <type>perm</type>
+ <prefix>/usr/lib/accumulo/proxy/examples</prefix>
+ </mapper>
+ <excludes>**/.svn/**</excludes>
+ </data>
+ <data>
<src>${accumulo-top}/proxy/src/main/thrift</src>
<type>directory</type>
<mapper>
Modified: accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml?rev=1483994&r1=1483993&r2=1483994&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml
(original)
+++ accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml Fri
May 17 21:17:46 2013
@@ -141,6 +141,20 @@
</includes>
</fileSet>
<fileSet>
+ <directory>../proxy</directory>
+ <directoryMode>0755</directoryMode>
+ <fileMode>0644</fileMode>
+ <includes>
+ <include>README</include>
+ <include>proxy.properties</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../proxy/examples</directory>
+ <directoryMode>0755</directoryMode>
+ <fileMode>0644</fileMode>
+ </fileSet>
+ <fileSet>
<directory>../proxy/src/main/thrift</directory>
<directoryMode>0755</directoryMode>
<fileMode>0644</fileMode>