Author: prabath Date: Mon May 4 21:00:47 2009 New Revision: 34839 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34839
Log: name changes to Identity Server Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/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=34839&r1=34838&r2=34839&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Mon May 4 21:00:47 2009 @@ -405,6 +405,7 @@ </fileset> </unzip> + <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="${product.name}" value="Identity Server"/> <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>"/> Modified: trunk/solutions/identity/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/pom.xml?rev=34839&r1=34838&r2=34839&view=diff ============================================================================== --- trunk/solutions/identity/pom.xml (original) +++ trunk/solutions/identity/pom.xml Mon May 4 21:00:47 2009 @@ -7,7 +7,7 @@ <groupId>org.wso2.solutions.identity</groupId> <artifactId>identity-solution-parent</artifactId> <packaging>pom</packaging> - <description>WSO2 Identity Solution</description> + <description>WSO2 Identity Server</description> <version>SNAPSHOT</version> <name>WSO2 Identity Server</name> <url>http://wso2.org/projects/solutions/identity</url> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
