Author: prabath Date: Tue Apr 21 22:04:17 2009 New Revision: 33852 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33852
Log: overrides carbon.xml settings Modified: trunk/solutions/identity/modules/distribution/pom.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=33852&r1=33851&r2=33852&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Tue Apr 21 22:04:17 2009 @@ -344,6 +344,10 @@ <include name="wso2is-${pom.version}.zip"/> </fileset> </unzip> + + <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="<ServerURL>https://${carbon.local.ip}" value="<ServerURL>https://localhost"/> + <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="<!--HostName>www.wso2.org</HostName-->" value="<HostName>localhost</HostName>"/> + <copy todir="target/wso2carbon-${carbon.version}/webapps/ROOT/WEB-INF/plugins/" overwrite="false"> <fileset dir="${tempdir}/wso2is-${pom.version}/webapps/ROOT/WEB-INF/plugins/"> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
