You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/06/07 20:19:28 UTC

[30/50] [abbrv] git commit: work on packaging and doc

work on packaging and doc


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

Branch: refs/heads/master
Commit: eeeea122f6b41171dadf26b3d397415a631b597f
Parents: 73decc7
Author: randgalt <ra...@apache.org>
Authored: Sat May 31 13:28:59 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat May 31 13:28:59 2014 -0500

----------------------------------------------------------------------
 curator-x-rpc/dependency-reduced-pom.xml | 6 ++++++
 curator-x-rpc/pom.xml                    | 6 ++++++
 pom.xml                                  | 2 ++
 3 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/eeeea122/curator-x-rpc/dependency-reduced-pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-rpc/dependency-reduced-pom.xml b/curator-x-rpc/dependency-reduced-pom.xml
index abb20c7..25e5f68 100644
--- a/curator-x-rpc/dependency-reduced-pom.xml
+++ b/curator-x-rpc/dependency-reduced-pom.xml
@@ -16,6 +16,12 @@
           <include>curator/help.txt</include>
         </includes>
       </resource>
+      <resource>
+        <directory>${project.basedir}/src/main/thrift</directory>
+        <includes>
+          <include>curator.thrift</include>
+        </includes>
+      </resource>
     </resources>
     <plugins>
       <plugin>

http://git-wip-us.apache.org/repos/asf/curator/blob/eeeea122/curator-x-rpc/pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-rpc/pom.xml b/curator-x-rpc/pom.xml
index de9bfb0..1bc3b90 100644
--- a/curator-x-rpc/pom.xml
+++ b/curator-x-rpc/pom.xml
@@ -99,6 +99,12 @@
                     <include>curator/help.txt</include>
                 </includes>
             </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/thrift</directory>
+                <includes>
+                    <include>curator.thrift</include>
+                </includes>
+            </resource>
         </resources>
 
         <plugins>

http://git-wip-us.apache.org/repos/asf/curator/blob/eeeea122/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec3e374..837908e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -703,6 +703,7 @@
                         <exclude>**/help.txt</exclude>
                         <exclude>**/*.rdf</exclude>
                         <exclude>**/.gitignore</exclude>
+                        <exclude>**/.thrift</exclude>
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
@@ -746,6 +747,7 @@
                         <exclude>**/*.rdf</exclude>
                         <exclude>**/help.txt</exclude>
                         <exclude>**/.gitignore</exclude>
+                        <exclude>**/.thrift</exclude>
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>