You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/02 11:07:10 UTC

[incubator-skywalking] branch re-organize-dist updated: Fix source package of agent.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch re-organize-dist
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/re-organize-dist by this push:
     new 6b04ad6  Fix source package of agent.
6b04ad6 is described below

commit 6b04ad65831073e632882c2445761717fb8553f1
Author: wusheng <wu...@foxmail.com>
AuthorDate: Fri Mar 2 19:06:37 2018 +0800

    Fix source package of agent.
---
 apm-dist/src/main/assembly/binary.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-dist/src/main/assembly/binary.xml b/apm-dist/src/main/assembly/binary.xml
index d7a5499..23d15bb 100644
--- a/apm-dist/src/main/assembly/binary.xml
+++ b/apm-dist/src/main/assembly/binary.xml
@@ -50,7 +50,7 @@
 
         <!-- Agent repackage into the dist -->
         <fileSet>
-            <directory>${project.basedir}/../packages/skywalking-agent</directory>
+            <directory>${project.basedir}/../skywalking-agent</directory>
             <outputDirectory>/agent</outputDirectory>
         </fileSet>
     </fileSets>

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.