Shinsuke SUGAYA
shins****@users*****
2007年 1月 14日 (日) 11:00:54 JST
Update of /cvsroot/pal/pal-portal/portal In directory sf-cvs:/tmp/cvs-serv22916/portal Modified Files: build.xml Log Message: updated j2 revision. supported j2 seed. pal-portal/portal/build.xml 1.9 -> 1.10 (modified) http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/pal-portal/portal/build.xml.diff?r1=1.9&r2=1.10 =================================================================== RCS file: pal-portal/portal/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.xml 2006/11/14 22:05:37 1.9 +++ build.xml 2007/01/14 02:00:53 1.10 @@ -207,25 +207,20 @@ <!-- Replace with a new password --> <replace - file="${portal.dir}/${portal.security.file}" + file="${portal.dir}/${portal.seed.file}" encoding="UTF-8" token="@@ADMIN_PASSWORD@@" value="${portal.admin.password}" /> <replace - file="${portal.dir}/${portal.security.file}" + file="${portal.dir}/${portal.seed.file}" encoding="UTF-8" token="@@MANAGER_PASSWORD@@" value="${portal.manager.password}" /> <replace - file="${portal.dir}/${portal.mysql.security.file}" + file="${portal.dir}/${portal.seed.file}" encoding="UTF-8" - token="@@ADMIN_PASSWORD@@" - value="${portal.admin.password}" /> - <replace - file="${portal.dir}/${portal.mysql.security.file}" - encoding="UTF-8" - token="@@MANAGER_PASSWORD@@" - value="${portal.manager.password}" /> + token="@@SITE_PASSWORD@@" + value="${portal.site.password}" /> </target> <!-- =================================================================== -->