Skip to content

Commit

Permalink
LPS-12107 Source formatting
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/plugins/trunk@69750 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
brianchandotcom committed Jan 6, 2011
1 parent 91a5b21 commit 8747f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-common-plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<target name="loop-modules">
<if>
<not>
<equals arg1="${plugins.includes}" arg2=""/>
<equals arg1="${plugins.includes}" arg2="" />
</not>
<then>
<for param="module.name">
Expand All @@ -79,9 +79,9 @@
<antelope:stringutil string="@{module.name}" property="module.name.unix">
<antelope:replace regex="\\" replacement="/" />
</antelope:stringutil>

<antelope:grep in="${module.name.unix}" regex="(.*/)(.*)" group="2" property="module.name" />

<antcall target="${loop.modules.cmd}" />
</sequential>
</for>
Expand Down

0 comments on commit 8747f7d

Please sign in to comment.