You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mg...@apache.org on 2020/06/10 13:39:00 UTC

[tomcat] branch 8.5.x updated (9904507 -> 3a7bdc9)

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

mgrigorov pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 9904507  Downgrade Objenesis to 2.6
     new 600d061  Update the version of Objenesis for IDEA project template
     new 3a7bdc9  Fix the version of the Eclipse compiler for the IDEA project template

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 res/ide-support/idea/tomcat.iml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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


[tomcat] 02/02: Fix the version of the Eclipse compiler for the IDEA project template

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3a7bdc979abb3e9dc76d060c4d6d79370e0803fd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jun 10 16:38:22 2020 +0300

    Fix the version of the Eclipse compiler for the IDEA project template
---
 res/ide-support/idea/tomcat.iml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/ide-support/idea/tomcat.iml b/res/ide-support/idea/tomcat.iml
index 94f0130..c7a9c03 100644
--- a/res/ide-support/idea/tomcat.iml
+++ b/res/ide-support/idea/tomcat.iml
@@ -68,7 +68,7 @@
     <orderEntry type="module-library">
       <library>
         <CLASSES>
-          <root url="jar://$TOMCAT_BUILD_LIBS$/ecj-4.7.3a/ecj-4.7.3a.jar!/" />
+          <root url="jar://$TOMCAT_BUILD_LIBS$/ecj-4.6.3/ecj-4.6.3.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES />


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


[tomcat] 01/02: Update the version of Objenesis for IDEA project template

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 600d061bb5a642afc9e1e0641f4a2d6093e2311e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jun 10 16:37:36 2020 +0300

    Update the version of Objenesis for IDEA project template
---
 res/ide-support/idea/tomcat.iml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/ide-support/idea/tomcat.iml b/res/ide-support/idea/tomcat.iml
index 16775d5..94f0130 100644
--- a/res/ide-support/idea/tomcat.iml
+++ b/res/ide-support/idea/tomcat.iml
@@ -104,7 +104,7 @@
     <orderEntry type="module-library">
       <library>
         <CLASSES>
-          <root url="jar://$TOMCAT_BUILD_LIBS$/objenesis-3.1/objenesis-3.1.jar!/" />
+          <root url="jar://$TOMCAT_BUILD_LIBS$/objenesis-2.6/objenesis-2.6.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES />


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