You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:06:19 UTC

[02/50] git commit: FC-129 - change setting build.xml for sentry distribution

FC-129 - change setting build.xml for sentry distribution


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/218ba45d
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/218ba45d
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/218ba45d

Branch: refs/heads/master
Commit: 218ba45d0fe83dcd3b3f8a3b8917d72af792c2a6
Parents: 76116bf
Author: Shawn McKinney <sh...@jts.us>
Authored: Wed May 28 14:33:19 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Wed May 28 14:33:19 2014 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/218ba45d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2067550..86ca1a7 100644
--- a/build.xml
+++ b/build.xml
@@ -106,7 +106,7 @@
        <!-- ########### Sentry manage & config properties ########################### -->
        <property name="sentry" value="sentry"/>
        <property name="sentry.dir" value="${basedir}/${sentry}-${version}"/>
-       <property name="sentry.zip" value="${lib.dir}/${sentry}-${version}-dist.jar"/>
+       <property name="sentry.zip" value="${lib.dir}/${sentry}-${version}.jar"/>
 
        <!-- ########### EnMasse manage & config properties ########################### -->
        <property name="enmasse" value="enmasse"/>