Changeset 2946
- Timestamp:
- Sep 13, 2013 4:36:21 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prepare_new_release
r2841 r2946 650 650 getScript=get.$ext_proj 651 651 if test -x "$getScript" ; then 652 ./$getScript - patch652 ./$getScript -y 653 653 fi 654 654 cd $coDir … … 669 669 echo '===> Downloading third party code ...' 670 670 echo '' 671 ./get.$stableProj 671 ./get.$stableProj -y 672 672 else 673 673 isThirdPartyWithoutGet=yes -
trunk/prepare_new_stable
- Property svn:keywords set to Author Date Id Revision
r2841 r2946 587 587 getScript=get.$ext_proj 588 588 if test -x "$getScript" ; then 589 ./$getScript - patch589 ./$getScript -y 590 590 fi 591 591 cd $coDir … … 606 606 echo '===> Downloading third party code...' 607 607 echo '' 608 ./get.$srcProj 608 ./get.$srcProj -y 609 609 fi 610 610 fi
Note: See TracChangeset
for help on using the changeset viewer.