Skip to content

Commit

Permalink
LPS-935
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/plugins/trunk@23567 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
brianchandotcom committed Dec 9, 2008
1 parent 19d53d2 commit 0ac31b9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 70 deletions.
14 changes: 0 additions & 14 deletions portlets/create.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,8 @@ if "" == "%2" goto errorCreate

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

svn add %1-portlet

cd %1-portlet\docroot\WEB-INF

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd ..

cd ..

rem call ant deploy

cd ..

goto end

:errorCreate
Expand Down
12 changes: 0 additions & 12 deletions portlets/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ fi

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

svn add $1-portlet

cd $1-portlet/docroot/WEB-INF

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd ..

cd ..

#ant deploy

exit 0

This file was deleted.

20 changes: 0 additions & 20 deletions themes/create.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,8 @@ if "" == "%2" goto errorCreate

call ant -Dtheme.name=%1 -Dtheme.display.name=%2 create

svn add %1-theme

cd %1-theme\docroot

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd WEB-INF

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd ..

cd ..

rem call ant deploy

cd ..

goto end

:errorCreate
Expand Down
18 changes: 0 additions & 18 deletions themes/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ fi

ant -Dtheme.name=$1 -Dtheme.display.name=\"$2\" create

svn add $1-theme

cd $1-theme/docroot

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd WEB-INF

svn ps svn:ignore -F .cvsignore .

svn remove --force .cvsignore

cd ..

cd ..

#ant deploy

exit 0
4 changes: 0 additions & 4 deletions tools/theme_tmpl/docroot/.cvsignore

This file was deleted.

1 change: 0 additions & 1 deletion tools/theme_tmpl/docroot/WEB-INF/.cvsignore

This file was deleted.

0 comments on commit 0ac31b9

Please sign in to comment.