Skip to content

Commit ff58e05

Browse files
committed
fixing apidocs build
1 parent 4b83c7f commit ff58e05

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build/build-aws-api.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<property name="jar.dir" location="${target.dir}/jar" />
4545
<property name="build.log" location="${target.dir}/ant_verbose.txt" />
4646
<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" /> -->
4848
<property file="${build.dir}/build-aws-api.properties" />
4949
<property name="version" value="${company.major.version}.${company.minor.version}.${company.patch.version}" />
5050
<property name="tomcat.home" location="${catalina.dir}" />
@@ -58,11 +58,11 @@
5858
<include name="*.jar" />
5959
</fileset>
6060
</path>
61-
<path id="rampart.classpath">
61+
<!-- <path id="rampart.classpath">
6262
<fileset dir="${rampart.dir}">
6363
<include name="*.jar" />
6464
</fileset>
65-
</path>
65+
</path> -->
6666
<path id="dist.classpath">
6767
<fileset dir="${target.dir}">
6868
<include name="**/*.jar" />
@@ -114,7 +114,7 @@
114114
<path id="awsapi.classpath">
115115
<path refid="deps.classpath" />
116116
<!-- <path refid="thirdparty.classpath" /> -->
117-
<path refid="rampart.classpath" />
117+
<!-- <path refid="rampart.classpath" /> -->
118118
<path refid="dist.classpath" />
119119
</path>
120120
<target name="compile-awsapi" depends="-init-awsapi" description="Compile Cloud.com Simple Storage Service">
@@ -252,12 +252,12 @@
252252
<include name="web.xml" />
253253
</fileset>
254254
</copy>
255-
<!-- rampart lib goes where the axis lib files go -->
255+
<!-- rampart lib goes where the axis lib files go
256256
<copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/lib">
257257
<fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib">
258258
<include name="*.jar" />
259259
</fileset>
260-
</copy>
260+
</copy> -->
261261
<!-- copying over rampart mar files for WS-Security -->
262262
<copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/modules">
263263
<fileset dir="${base.dir}/deps/awsapi-lib/modules">
@@ -365,9 +365,9 @@
365365
</fileset>
366366
</copy>
367367
<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">
369369
<include name="*.jar" />
370-
</fileset>
370+
</fileset> -->
371371
<fileset dir="${jar.dir}">
372372
<include name="cloud-awsapi.jar" />
373373
<include name="cloud-jasypt-1.8.jar" />

0 commit comments

Comments
 (0)