Repository: incubator-htrace Updated Branches: refs/heads/master 2d078c436 -> 6bb42f424
Revert "HTRACE-65 Add a basic BUILDING.txt" Undoing because overcommitted. Included HTRACE-64 by mistake. This reverts commit 2d078c43680a29749bb45e7de9b6225195e646ba. Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/6bb42f42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/6bb42f42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/6bb42f42 Branch: refs/heads/master Commit: 6bb42f4242d04b61cf1137d9a3a23da079493ec2 Parents: 2d078c4 Author: stack <[email protected]> Authored: Fri Jan 9 16:10:22 2015 -0800 Committer: stack <[email protected]> Committed: Fri Jan 9 16:10:22 2015 -0800 ---------------------------------------------------------------------- htrace-core/pom.xml | 7 +++---- src/main/assembly/src.xml | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/6bb42f42/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 86bc920..2c2b85e 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -114,10 +114,9 @@ language governing permissions and limitations under the License. --> <arg value="-c"/> <arg value="./gobuild.sh clean"/> </exec> - <exec executable="git" failonerror="true" dir="${basedir}/src/go"> - <arg value="clean"/> - <arg value="-ffqdx"/> - <arg value="."/> + <exec executable="bash" failonerror="true" dir="${basedir}/src/go"> + <arg value="-c"/> + <arg value="rm -f ./bin/*"/> </exec> </tasks> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/6bb42f42/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 605e808..fecbf5d 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -43,7 +43,6 @@ <exclude>.gitignore</exclude> <exclude>.settings/</exclude> <exclude>**/src/go/bin/**</exclude> - <exclude>**/src/go/pkg/**</exclude> </excludes> </fileSet> </fileSets> @@ -81,7 +80,6 @@ <include>NOTICE.txt</include> <include>CHANGES.txt</include> <include>DISCLAIMER.txt</include> - <include>BUILDING.txt</include> <include>README.md</include> </includes> <fileMode>0644</fileMode>
