You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/08/30 11:07:57 UTC

[2/2] tinkerpop git commit: Really fixed scripts target directory

Really fixed scripts target directory


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

Branch: refs/heads/tp31
Commit: 4780bc29bffc3ffe3940769816a811bdf2383602
Parents: db8ee8a
Author: Robert Dale <ro...@gmail.com>
Authored: Tue Aug 30 07:01:31 2016 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Tue Aug 30 07:01:31 2016 -0400

----------------------------------------------------------------------
 gremlin-server/src/assembly/distribution.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4780bc29/gremlin-server/src/assembly/distribution.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/src/assembly/distribution.xml b/gremlin-server/src/assembly/distribution.xml
index 58e5532..d4c8bb8 100644
--- a/gremlin-server/src/assembly/distribution.xml
+++ b/gremlin-server/src/assembly/distribution.xml
@@ -42,7 +42,7 @@ limitations under the License.
         </fileSet>
         <fileSet>
             <directory>target/apache-tinkerpop-${project.artifactId}-${project.version}-standalone/scripts</directory>
-            <directory>scripts</directory>
+            <outputDirectory>scripts</outputDirectory>
         </fileSet>
         <fileSet>
             <directory>target/apache-tinkerpop-${project.artifactId}-${project.version}-standalone/ext</directory>