Skip to content

Commit

Permalink
LPS-13430 added new support for making portlet plugin projects that u…
Browse files Browse the repository at this point in the history
…se the vaadin framework.

git-svn-id: svn://svn.liferay.com/repos/public/plugins/trunk@64937 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
gamerson committed Oct 27, 2010
1 parent 10f7298 commit 259d204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portlets/create.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if "" == "%1" goto errorCreate
if "" == "%2" goto errorCreate

call ant -Dportlet.name=%1 -Dportlet.display.name=%2 create
call ant -Dportlet.name=%1 -Dportlet.display.name=%2 -Dframework=%3 create

rem call ant deploy

Expand Down
2 changes: 1 addition & 1 deletion portlets/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -z "$1" ]; then
exit 127
fi

ant -Dportlet.name=$1 -Dportlet.display.name=\"$2\" create
ant -Dportlet.name=$1 -Dportlet.display.name=\"$2\" -Dframework=$3 create

#ant deploy

Expand Down

0 comments on commit 259d204

Please sign in to comment.