Project

General

Profile

« Previous | Next » 

Revision 8398

Added by Jing Tao over 10 years ago

Use the identity.war to replace the account.war.

View differences:

build.xml
1781 1781
	</target>
1782 1782
	
1783 1783
	<!-- Generate a light war file which only is used to manage the ldap user accounts - register a new user, reset and change the password -->
1784
	<target name="war-account" depends="warPrepare" description="Generate a light war file which only is used to manage the ldap user accounts - register a new user, reset and change the password">
1785
		  <property name="war-name" value="account" />
1784
	<target name="war-identity" depends="warPrepare" description="Generate a light war file which only is used to manage the ldap user accounts - register a new user, reset and change the password">
1785
		  <property name="war-name" value="identity" />
1786 1786
		  <mkdir dir="${dist.dir}" />
1787 1787
		     <war destfile="${dist.dir}/${war-name}.war"
1788 1788
		            webxml="lib/account-web-info/web.xml">

Also available in: Unified diff