]> git.pld-linux.org Git - packages/tomcat.git/commit
- build property tomcat-jdt.jar must point to jar that contains eclipse jdt.
authorpawelz <pawelz@pld-linux.org>
Fri, 23 Oct 2009 09:15:52 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commit2ab6ab5f341ab6e064d4b582e8ba700bafdfa6b3
tree8828f5ddb5b8d78def992b036ee7f6d8f6b6e295
parentd97bb7aa585525d0e24fd915fcb6abcb783c46dd
- build property tomcat-jdt.jar must point to jar that contains eclipse jdt.
  The problem was it pointed to itself (/usr/share/java/jasper-compiler-jdt).
  It means, that orc.eclipse.jdt classes from previous tomcat version was
  repackaged to new tomcat version. This is why these classes were older then
  tomcat. In fact they were never updated. Now this property points to
  /usr/share/java/org.eclipse.jdt.core.jar, so tomcat will use the newest
  available eclipse jdt.
- reported by zawadaa, thanks
- rel 4

Changed files:
    tomcat-build.properties -> 1.3
    tomcat.spec -> 1.139
tomcat-build.properties
tomcat.spec
This page took 0.060293 seconds and 4 git commands to generate.