Changeset 18a423667d357c484ae1f62d81cde8d720ecec46
- Timestamp:
- 08/04/07 15:34:18
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1186234458 +0200
- git-parent:
[d22e1ce0a9a2374fe6332bd42145a932877f5175]
- git-author:
- Christopher Jung <bktheg@web.de> 1186234458 +0200
- Message:
Kleinere Aenderungen an den Tomcat-dependencies des Buildscripts
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r88d318e |
r18a4236 |
|
| 71 | 71 | <include name="*.jar"/> |
|---|
| 72 | 72 | </fileset> |
|---|
| 73 | | <fileset dir="${catalina.home}/server/lib"> |
|---|
| 74 | | <include name="*.jar"/> |
|---|
| 75 | | </fileset> |
|---|
| 76 | | <pathelement location="${catalina.home}/shared/classes"/> |
|---|
| 77 | | <fileset dir="${catalina.home}/shared/lib"> |
|---|
| 78 | | <include name="*.jar"/> |
|---|
| 79 | | </fileset> |
|---|
| 80 | 73 | </path> |
|---|
| 81 | 74 | |
|---|
| … | … | |
| 84 | 77 | <include name="*.jar"/> |
|---|
| 85 | 78 | </fileset> |
|---|
| | 79 | <fileset dir="${catalina.home}/server/lib"> |
|---|
| | 80 | <include name="*.jar"/> |
|---|
| | 81 | </fileset> |
|---|
| 86 | 82 | </path> |
|---|
| 87 | 83 | |
|---|
| … | … | |
| 89 | 85 | |
|---|
| 90 | 86 | <taskdef name="reload" classname="org.apache.catalina.ant.ReloadTask" |
|---|
| 91 | | classpathref="compile.classpath"/> |
|---|
| | 87 | classpathref="ant.classpath"/> |
|---|
| 92 | 88 | |
|---|
| 93 | 89 | <taskdef name="jcsc" classname="rj.tools.jcsc.ant.JCSCTask" classpathref="ant.classpath"/> |
|---|