Skip to content

Commit

Permalink
LPS-1617
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/portal/trunk@25006 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
brianchandotcom committed Jan 14, 2009
1 parent 36382f3 commit 5b2a4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions build-common-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<target name="clean">
<delete dir="docroot/WEB-INF/classes" />
<delete file="${war.file}.war" failonerror="false" />

<delete>
<fileset dir="docroot" includes="**/.sprite.png" />
<fileset dir="docroot" includes="**/.sprite.properties" />
<fileset dir="docroot" includes="**/Thumbs.db" />
</delete>
</target>

<target name="compile">
Expand Down
4 changes: 0 additions & 4 deletions portal-web/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<delete dir="test-classes" />
<delete dir="test-results" />

<delete>
<fileset dir="docroot" includes="**/Thumbs.db" />
</delete>

<delete>
<fileset dir="docroot/WEB-INF/tld" includes="liferay*.tld" />
</delete>
Expand Down

0 comments on commit 5b2a4d7

Please sign in to comment.