Author: jleroux
Date: Wed Mar 9 15:50:40 2016
New Revision: 1734276
URL:
http://svn.apache.org/viewvc?rev=1734276&view=revLog:
Removes <ivy:cleancache/> from "clean" target as suggested by Christian at OFBIZ-5461
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1734276&r1=1734275&r2=1734276&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Mar 9 15:50:40 2016
@@ -190,7 +190,6 @@ under the License.
</target>
<target name="clean">
- <ivy:cleancache/>
<hotdeployant target="clean"/>
<antcall target="clean-specialpurpose"/>
<antcall target="clean-applications"/>
@@ -1577,7 +1576,7 @@ under the License.
<filterset refid="replacePlaceholders"/>
</copy>
<echo>Component successfully created in folder ${basedir}/hot-deploy/${component-name}.
- Restart OFBiz and then visit the URL:
http://localhost:8080/${webapp-name}
+ Restart OFBiz and then visit the URL:
https://localhost:8443/${webapp-name}
</echo>
</target>