You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/10/26 14:31:43 UTC

[tomcat] branch 7.0.x updated: Fix cglib download location

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

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new aa8bc66  Fix cglib download location
aa8bc66 is described below

commit aa8bc66072eda1d5ebde907690c3a5fd65eeb2d8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Oct 26 14:30:00 2020 +0000

    Fix cglib download location
---
 build.properties.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index c4ab2ba..041ca99 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -273,7 +273,7 @@ cglib.checksum.algorithm=SHA-512
 cglib.checksum.value=faa1d2121e87ae69e179e3aae217accd0834e0da716b91a029fd526e192612e71675f2740bedf48e23ef1edc45f672a2be1b3e78bbfb1ad59c96dd3d2feeedba
 cglib.home=${base.path}/cglib-${cglib.version}
 cglib.jar=${cglib.home}/cglib-nodep-${cglib.version}.jar
-cglib.loc=${base-sf.loc}/cglib/cglib-nodep-${cglib.version}.jar
+cglib.loc=${base-maven.loc}/cglib/cglib-nodep/${cglib.version}/cglib-nodep-${cglib.version}.jar
 
 # ----- objenesis, used by EasyMock, version 2.6 or later -----
 objenesis.version=2.6


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org