|
35 | 35 | <available file="lib/commons-beanutils-1.9.3.jar"/>
|
36 | 36 | <available file="lib/commons-collections-3.2.2.jar"/>
|
37 | 37 | <available file="lib/commons-digester-1.8.1.jar"/>
|
| 38 | + <available file="lib/commons-digester3-3.2.jar"/> |
38 | 39 | <available file="lib/commons-lang-2.6.jar"/>
|
39 | 40 | <available file="lib/commons-lang3-3.12.0.jar"/>
|
40 | 41 | <available file="lib/commons-logging-1.1.3.jar"/>
|
41 | 42 | <available file="lib/commons-text-1.3.jar"/>
|
42 | 43 | <available file="lib/commons-validator-1.6.jar"/>
|
43 |
| - <available file="lib/velocity-1.7.jar"/> |
| 44 | + <available file="lib/velocity-2.3.jar"/> |
44 | 45 | <available file="lib/xercesImpl-2.11.0.jar"/>
|
45 | 46 | <available file="lib/xml-apis-1.4.01.jar"/>
|
46 | 47 | <available file="lib/tagsoup-1.2.1.jar"/>
|
47 | 48 | <available file="lib/servlet-api-2.5-6.0.1.jar"/>
|
48 | 49 | <available file="lib/htmlparser-1.4.9.jar"/>
|
49 |
| - <available file="lib/velocity-tools-2.0.jar"/> |
| 50 | + <available file="lib/velocity-tools-3.1.jar"/> |
| 51 | + <available file="lib/slf4j-api-1.7.32.jar"/> |
| 52 | + <available file="lib/slf4j-nop-1.7.32.jar"/> |
50 | 53 | </and>
|
51 | 54 | </condition>
|
52 | 55 | </target>
|
|
60 | 63 | <get dest="tmp/commons-beanutils-1.9.3.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar" usetimestamp="true"/>
|
61 | 64 | <get dest="tmp/commons-collections-3.2.2.jar" src="https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar" usetimestamp="true"/>
|
62 | 65 | <get dest="tmp/commons-digester-1.8.1.jar" src="https://repo1.maven.org/maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar" usetimestamp="true"/>
|
| 66 | + <get dest="tmp/commons-digester3-3.2.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar" usetimestamp="true"/> |
63 | 67 | <get dest="tmp/commons-lang-2.6.jar" src="https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" usetimestamp="true"/>
|
64 |
| - <get dest="tmp/commons-lang3-3.12.0.jar" src="https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" usetimestamp="true"/> |
| 68 | + <get dest="tmp/commons-lang3-3.12.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" usetimestamp="true"/> |
65 | 69 | <get dest="tmp/commons-text-1.3.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar" usetimestamp="true"/>
|
66 | 70 | <get dest="tmp/commons-logging-1.1.3.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar" usetimestamp="true"/>
|
67 | 71 | <get dest="tmp/commons-validator-1.6.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.jar" usetimestamp="true"/>
|
68 |
| - <get dest="tmp/velocity-1.7.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar" usetimestamp="true"/> |
69 |
| - <get dest="tmp/velocity-tools-2.0.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar" usetimestamp="true"/> |
| 72 | + <get dest="tmp/velocity-2.3.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar" usetimestamp="true"/> |
| 73 | + <get dest="tmp/velocity-tools-3.1.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar" usetimestamp="true"/> |
70 | 74 | <get dest="tmp/xercesImpl-2.11.0.jar" src="https://repo1.maven.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar" usetimestamp="true"/>
|
71 | 75 | <get dest="tmp/xml-apis-1.4.01.jar" src="https://repo1.maven.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar" usetimestamp="true"/>
|
72 | 76 | <get dest="tmp/tagsoup-1.2.1.jar" src="https://repo1.maven.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar" usetimestamp="true"/>
|
73 | 77 | <get dest="tmp/servlet-api-2.5-6.0.1.jar" src="https://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api/2.5-6.0.1/servlet-api-2.5-6.0.1.jar" usetimestamp="true"/>
|
74 | 78 | <get dest="tmp/htmlparser-1.4.9.jar" src="https://repo1.maven.org/maven2/nu/validator/htmlparser/1.4.9/htmlparser-1.4.9.jar" usetimestamp="true"/>
|
| 79 | + <get dest="tmp/slf4j-api-1.7.32.jar" src="https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar" usetimestamp="true"/> |
| 80 | + <get dest="tmp/slf4j-nop-1.7.32.jar" src="https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.32/slf4j-nop-1.7.32.jar" usetimestamp="true"/> |
75 | 81 |
|
76 | 82 |
|
77 | 83 | <copy file="tmp/servlet-api-2.5-6.0.1.jar" tofile="lib/servlet-api-2.5-6.0.1.jar"/>
|
78 | 84 | <copy file="tmp/jigsaw-2.2.6.jar" tofile="lib/jigsaw-2.2.6.jar"/>
|
79 | 85 | <copy file="tmp/commons-beanutils-1.9.3.jar" tofile="lib/commons-beanutils-1.9.3.jar"/>
|
80 | 86 | <copy file="tmp/commons-collections-3.2.2.jar" tofile="lib/commons-collections-3.2.2.jar"/>
|
81 | 87 | <copy file="tmp/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/>
|
| 88 | + <copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/> |
82 | 89 | <copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
|
83 | 90 | <copy file="tmp/commons-lang3-3.12.0.jar" tofile="lib/commons-lang3-3.12.0.jar"/>
|
84 | 91 | <copy file="tmp/commons-text-1.3.jar" tofile="lib/commons-text-1.3.jar"/>
|
85 | 92 | <copy file="tmp/commons-logging-1.1.3.jar" tofile="lib/commons-logging-1.1.3.jar"/>
|
86 | 93 | <copy file="tmp/commons-validator-1.6.jar" tofile="lib/commons-validator-1.6.jar"/>
|
87 |
| - <copy file="tmp/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/> |
88 |
| - <copy file="tmp/velocity-tools-2.0.jar" tofile="lib/velocity-tools-2.0.jar"/> |
| 94 | + <copy file="tmp/velocity-2.3.jar" tofile="lib/velocity-2.3.jar"/> |
| 95 | + <copy file="tmp/velocity-tools-3.1.jar" tofile="lib/velocity-tools-3.1.jar"/> |
89 | 96 | <copy file="tmp/xercesImpl-2.11.0.jar" tofile="lib/xercesImpl-2.11.0.jar"/>
|
90 | 97 | <copy file="tmp/xml-apis-1.4.01.jar" tofile="lib/xml-apis-1.4.01.jar"/>
|
91 | 98 | <copy file="tmp/tagsoup-1.2.1.jar" tofile="lib/tagsoup-1.2.1.jar"/>
|
92 | 99 | <copy file="tmp/htmlparser-1.4.9.jar" tofile="lib/htmlparser-1.4.9.jar"/>
|
| 100 | + <copy file="tmp/slf4j-api-1.7.32.jar" tofile="lib/slf4j-api-1.7.32.jar"/> |
| 101 | + <copy file="tmp/slf4j-nop-1.7.32.jar" tofile="lib/slf4j-nop-1.7.32.jar"/> |
93 | 102 | </target>
|
94 | 103 |
|
95 | 104 | <target name="build" description="Builds the validator" depends="prepare">
|
|
0 commit comments