You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/12/07 13:18:19 UTC

svn commit: r1718327 - /subversion/branches/ra-git/build.conf

Author: rhuijben
Date: Mon Dec  7 12:18:19 2015
New Revision: 1718327

URL: http://svn.apache.org/viewvc?rev=1718327&view=rev
Log:
On the ra-git branch: Move the git dependencies to the git-install group
in build.conf

* build.conf
  (libsvn_fs_git,
   libsvn_ra_git): Update install target.

Modified:
    subversion/branches/ra-git/build.conf

Modified: subversion/branches/ra-git/build.conf
URL: http://svn.apache.org/viewvc/subversion/branches/ra-git/build.conf?rev=1718327&r1=1718326&r2=1718327&view=diff
==============================================================================
--- subversion/branches/ra-git/build.conf (original)
+++ subversion/branches/ra-git/build.conf Mon Dec  7 12:18:19 2015
@@ -310,7 +310,7 @@ msvc-delayload = yes
 description = Readonly Subversion Filesystem representation of a git repository
 type = fs-module
 path = subversion/libsvn_fs_git
-install = fsmod-lib
+install = git-lib
 libs = libsvn_delta libsvn_subr aprutil apriconv apr libgit2 libsvn_fs_util
 msvc-export = ../libsvn_fs_git/fs_init.h
 msvc-delayload = yes
@@ -370,7 +370,7 @@ msvc-static = yes
 description = Subversion Git Repository Access Library
 type = ra-module
 path = subversion/libsvn_ra_git
-install = ramod-lib
+install = git-lib
 libs = libsvn_delta libsvn_subr apriconv apr libgit2
 msvc-static = yes