Changeset 1815 for trunk/prepare_new_stable
- Timestamp:
- Nov 4, 2010 12:51:15 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/stable/0.6 merged: 1813-1814
- Property svn:mergeinfo changed
-
trunk/prepare_new_stable
r1802 r1815 674 674 ext_minVer=`expr $ext_minVer + 1` 675 675 ext_url=`replaceVersionInURL $ext_url $ext_majVer $ext_minVer` 676 # pre-1.1 Data configuration677 if ! expr "$ext_url" : '.*/Data/trunk/.*' >/dev/null 2>&1; then676 ext_isNormal=`isNormalURL $ext_url` 677 if test $ext_isNormal = yes ; then 678 678 ext_url="${ext_url}${ext_proj}" 679 679 fi
Note: See TracChangeset
for help on using the changeset viewer.