Author: prabath Date: Fri Apr 24 11:47:57 2009 New Revision: 34108 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34108
Log: name change for Identity Server Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/modules/distribution/src/assembly/filter.properties Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=34108&r1=34107&r2=34108&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Fri Apr 24 11:47:57 2009 @@ -264,19 +264,19 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.mgt.ui</artifactId> <version>${carbon.version}</version> - </dependency> - + </dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.profile.mgt</artifactId> <version>${carbon.version}</version> </dependency> - + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.profile.ui</artifactId> <version>${carbon.version}</version> - </dependency> + </dependency> <!-- Orbit dependency foe axis1service component --> <dependency> @@ -357,6 +357,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/modules/distribution/src/assembly/filter.properties URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/src/assembly/filter.properties?rev=34108&r1=34107&r2=34108&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/filter.properties (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/filter.properties Fri Apr 24 11:47:57 2009 @@ -1,4 +1,3 @@ -product.name=WSO2 Identity Solution -product.version=2.0 +product.name=WSO2 Identity Serverproduct.version=2.0 hotdeployment=true hotupdate=false \ No newline at end of file _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
