|
35 | 35 | <available file="lib/commons-beanutils-1.9.2.jar"/>
|
36 | 36 | <available file="lib/commons-collections-3.2.1.jar"/>
|
37 | 37 | <available file="lib/commons-digester-1.8.1.jar"/>
|
38 |
| - <available file="lib/commons-text-1.1.jar"/> |
| 38 | + <available file="lib/commons-lang-2.6.jar"/> |
39 | 39 | <available file="lib/commons-logging-1.1.1.jar"/>
|
| 40 | + <available file="lib/commons-text-1.1.jar"/> |
40 | 41 | <available file="lib/velocity-1.7.jar"/>
|
41 | 42 | <available file="lib/xercesImpl-2.11.0.jar"/>
|
42 | 43 | <available file="lib/xml-apis-1.4.01.jar"/>
|
|
57 | 58 | <get dest="tmp/commons-beanutils-1.9.2.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar" usetimestamp="true"/>
|
58 | 59 | <get dest="tmp/commons-collections-3.2.1.jar" src="https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" usetimestamp="true"/>
|
59 | 60 | <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"/>
|
| 61 | + <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"/> |
60 | 62 | <get dest="tmp/commons-text-1.1.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar" usetimestamp="true"/>
|
61 | 63 | <get dest="tmp/commons-logging-1.1.1.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" usetimestamp="true"/>
|
62 | 64 | <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"/>
|
|
73 | 75 | <copy file="tmp/commons-beanutils-1.9.2.jar" tofile="lib/commons-beanutils-1.9.2.jar"/>
|
74 | 76 | <copy file="tmp/commons-collections-3.2.1.jar" tofile="lib/commons-collections-3.2.1.jar"/>
|
75 | 77 | <copy file="tmp/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/>
|
| 78 | + <copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/> |
76 | 79 | <copy file="tmp/commons-text-1.1.jar" tofile="lib/commons-text-1.1.jar"/>
|
77 | 80 | <copy file="tmp/commons-logging-1.1.1.jar" tofile="lib/commons-logging-1.1.1.jar"/>
|
78 | 81 | <copy file="tmp/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/>
|
|
0 commit comments