svnno****@sourc*****
svnno****@sourc*****
2008年 6月 20日 (金) 05:58:42 JST
Revision: 991 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=991 Author: shinsuke Date: 2008-06-20 05:58:41 +0900 (Fri, 20 Jun 2008) Log Message: ----------- removed portal.build.dir in clean target. Modified Paths: -------------- pal-portal/branches/pal-portal-1.x/portal/build.xml -------------- next part -------------- Modified: pal-portal/branches/pal-portal-1.x/portal/build.xml =================================================================== --- pal-portal/branches/pal-portal-1.x/portal/build.xml 2008-06-18 05:39:49 UTC (rev 990) +++ pal-portal/branches/pal-portal-1.x/portal/build.xml 2008-06-19 20:58:41 UTC (rev 991) @@ -42,6 +42,7 @@ > <arg line="${shell.options} 'maven ${jetspeed2.build.options} allClean'"/> </exec> + <delete dir="${portal.build.dir}"/> </target>