1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[releng] fix comment about version check

This commit is contained in:
Martin Oberhuber 2010-11-09 14:25:32 +00:00
parent 7650ebafce
commit 85f852f21a

View file

@ -77,9 +77,9 @@ if [ ${TYPE} = test ]; then
cp -R $DIR/plugins .
fi
fi
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
# Minor/major version updates are not allowed.
# Update of "qualifier" requires also updating "micro"
# CHECK VERSION CORRECTNESS for MICRO or MINOR UPDATES only
# Major version updates are not allowed.
# Update of "qualifier" requires also updating "micro" or "minor"
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.2"
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
ls ../updates/3.2/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt