Removing the copy task that is not needed any more.

We do not need to copy commands.properties to utils anymore since the IAM permissions are no longer loaded during Upgrade
This commit is contained in:
Prachi Damle 2014-03-13 14:14:12 -07:00
parent 1f6263dead
commit fa80c63c33

View File

@ -510,12 +510,6 @@
<exclude name="*.in"/>
</fileset>
</copy>
<copy overwrite="true" todir="${basedir}/../utils/conf/">
<fileset dir="${basedir}/tomcatconf">
<include name="commands.properties.in" />
</fileset>
<globmapper from="*.in" to="*" />
</copy>
</target>
</configuration>
</execution>