|
44 | 44 | <property name="jar.dir" location="${target.dir}/jar" /> |
45 | 45 | <property name="build.log" location="${target.dir}/ant_verbose.txt" /> |
46 | 46 | <property name="thirdparty.dir" location="${base.dir}/deps/awsapi-lib" /> |
47 | | - <property name="rampart.dir" location="${base.dir}/deps/awsapi-lib/rampart-lib" /> |
| 47 | + <!-- <property name="rampart.dir" location="${base.dir}/deps/awsapi-lib/rampart-lib" /> --> |
48 | 48 | <property file="${build.dir}/build-aws-api.properties" /> |
49 | 49 | <property name="version" value="${company.major.version}.${company.minor.version}.${company.patch.version}" /> |
50 | 50 | <property name="tomcat.home" location="${catalina.dir}" /> |
|
58 | 58 | <include name="*.jar" /> |
59 | 59 | </fileset> |
60 | 60 | </path> |
61 | | - <path id="rampart.classpath"> |
| 61 | +<!-- <path id="rampart.classpath"> |
62 | 62 | <fileset dir="${rampart.dir}"> |
63 | 63 | <include name="*.jar" /> |
64 | 64 | </fileset> |
65 | | - </path> |
| 65 | + </path> --> |
66 | 66 | <path id="dist.classpath"> |
67 | 67 | <fileset dir="${target.dir}"> |
68 | 68 | <include name="**/*.jar" /> |
|
114 | 114 | <path id="awsapi.classpath"> |
115 | 115 | <path refid="deps.classpath" /> |
116 | 116 | <!-- <path refid="thirdparty.classpath" /> --> |
117 | | - <path refid="rampart.classpath" /> |
| 117 | +<!-- <path refid="rampart.classpath" /> --> |
118 | 118 | <path refid="dist.classpath" /> |
119 | 119 | </path> |
120 | 120 | <target name="compile-awsapi" depends="-init-awsapi" description="Compile Cloud.com Simple Storage Service"> |
|
252 | 252 | <include name="web.xml" /> |
253 | 253 | </fileset> |
254 | 254 | </copy> |
255 | | - <!-- rampart lib goes where the axis lib files go --> |
| 255 | + <!-- rampart lib goes where the axis lib files go |
256 | 256 | <copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/lib"> |
257 | 257 | <fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib"> |
258 | 258 | <include name="*.jar" /> |
259 | 259 | </fileset> |
260 | | - </copy> |
| 260 | + </copy> --> |
261 | 261 | <!-- copying over rampart mar files for WS-Security --> |
262 | 262 | <copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/modules"> |
263 | 263 | <fileset dir="${base.dir}/deps/awsapi-lib/modules"> |
|
365 | 365 | </fileset> |
366 | 366 | </copy> |
367 | 367 | <copy todir="${rpm.tomcat.dir}/webapps7080/awsapi/WEB-INF/lib"> |
368 | | - <fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib"> |
| 368 | +<!-- <fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib"> |
369 | 369 | <include name="*.jar" /> |
370 | | - </fileset> |
| 370 | + </fileset> --> |
371 | 371 | <fileset dir="${jar.dir}"> |
372 | 372 | <include name="cloud-awsapi.jar" /> |
373 | 373 | <include name="cloud-jasypt-1.8.jar" /> |
|
0 commit comments