Skip to content
Snippets Groups Projects
Commit 7512e3ac authored by david_williams's avatar david_williams
Browse files

prep for M4 builds

parent 5f3794c4
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,9 @@
<property
name="build.distribution"
value="wtp" />
<property
name="build.pack-all-in-one"
value="true" />
</ant>
</schedule>
......
......@@ -10,19 +10,19 @@
# for a local build, there should never be a need to check it back in to CVS.
#
echo "save serialized state"
echo " saving serialized state ..."
cp releng.control/*.ser .
echo "remove all of releng.control"
echo " removing all of releng.control ..."
rm -fr releng.control
echo "check out head of releng.control from cvs"
echo " checking out head of releng.control from cvs ..."
cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control
echo "restore serialized state"
echo " restoring serialized state ..."
mv *.ser releng.control
# make sure releng.control files are executable and in proper format
dos2unix releng.control/*.sh* releng.control/**/*.properties releng.control/*.xml
echo " making sure releng.control files are executable and have proper EOL format ..."
dos2unix -quiet -keepdate releng.control/*.sh* releng.control/**/*.properties releng.control/*.xml
chmod +x releng.control/*.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment