|
165 | 165 |
|
166 | 166 | <property name="build.jar.dependencies" |
167 | 167 | value="ant ant-junit ${ant-contrib.path} antlr ${test.build.jar.dependencies} |
168 | | - ${common.jar.dependencies} ${tomcat-jars} ${jasper-jars} |
169 | | - xalan-j2" /> |
| 168 | + ${common.jar.dependencies} ${tomcat-jars} ${jasper-jars}" /> |
170 | 169 |
|
171 | 170 | <property name="run.jar.dependencies" |
172 | 171 | value="antlr objectweb-asm/asm ${cglib-jar} ${c3p0} commons-discovery dom4j ${jaf} ${jta11-jars} ojdbc14 sitemesh |
173 | | - taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec |
174 | | - xalan-j2 xalan-j2-serializer xerces-j2 ${common.jar.dependencies}" /> |
| 172 | + taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec ${common.jar.dependencies}" /> |
175 | 173 |
|
176 | 174 | <!-- =================== RPM build, use jpackage syntax ======================= --> |
177 | 175 | <!-- property name="install.test.jar.dependencies" |
|
188 | 186 |
|
189 | 187 | <property name="install.build.jar.dependencies" |
190 | 188 | value="ant ant/ant-junit ${ant-contrib.path} antlr ${jasper-jars} ${test.build.jar.dependencies} |
191 | | - ${install.common.jar.dependencies} xalan-j2" /> |
| 189 | + ${install.common.jar.dependencies}" /> |
192 | 190 |
|
193 | 191 | <property name="install.run.jar.dependencies" |
194 | 192 | value="antlr objectweb-asm/asm ${cglib-jar} ${c3p0} commons-discovery dom4j ${jaf} ${jta11-jars} sitemesh |
195 | 193 | taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec |
196 | | - xalan-j2 xalan-j2-serializer xerces-j2 ${install.common.jar.dependencies}" /> |
| 194 | + ${install.common.jar.dependencies}" /> |
197 | 195 |
|
198 | 196 | <property name="install.common.jar.dependencies" |
199 | 197 | value="bcel ${cglib-jar} commons-beanutils commons-cli commons-codec |
|
219 | 217 | taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec |
220 | 218 | postgresql-jdbc ongres-scram/client ongres-scram/common ${stringprep-jars} |
221 | 219 | snakeyaml simpleframework/simplexml ${suse-common-jars} ${suse-runtime-jars} |
222 | | - xalan-j2 xalan-j2-serializer xerces-j2 simple-core ${ehcache}" /> |
| 220 | + simple-core ${ehcache}" /> |
223 | 221 |
|
224 | 222 | <property name="taskomatic.jar.dependencies" |
225 | 223 | value="${dist.jar.dependencies} jsch" /> |
|
0 commit comments