Updated Branches:
  refs/heads/1.6.0-SNAPSHOT ccffeeeb5 -> 279024fe9

ACCUMULO-2197 updating assembly for new locations


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9ff6eea4
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9ff6eea4
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9ff6eea4

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 9ff6eea4169e431b5667464b9231a4f6cee9f487
Parents: 3d436e7
Author: John Vines <vi...@apache.org>
Authored: Tue Feb 4 17:38:36 2014 -0500
Committer: John Vines <vi...@apache.org>
Committed: Tue Feb 4 17:38:36 2014 -0500

----------------------------------------------------------------------
 assemble/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9ff6eea4/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index cae2e3f..40b77cc 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -287,11 +287,11 @@
                           </includes>
                         </source>
                         <source>
-                          <location>${accumulo-top}/proxy/target</location>
+                          <location>${accumulo-top}/proxy/src/main</location>
                           <includes>
-                            <include>gen-cpp/**</include>
-                            <include>gen-py/**</include>
-                            <include>gen-rb/**</include>
+                            <include>cpp/**</include>
+                            <include>ruby/**</include>
+                            <include>python/**</include>
                           </includes>
                         </source>
                       </sources>
@@ -524,13 +524,13 @@
                       <includes>*.thrift</includes>
                     </data>
                     <data>
-                      <src>${accumulo-top}/proxy/target</src>
+                      <src>${accumulo-top}/proxy/src/main/</src>
                       <type>directory</type>
                       <mapper>
                         <type>perm</type>
                         <prefix>/usr/lib/accumulo/proxy/thrift</prefix>
                       </mapper>
-                      <includes>gen-cpp/**,gen-py/**,gen-rb/**</includes>
+                      <includes>cpp/**,python/**,ruby/**</includes>
                     </data>
                     <data>
                       <src>${accumulo-top}/bin</src>

Reply via email to