Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorvlorenzo2012-06-15 09:12:07 +0000
committervlorenzo2012-06-15 09:12:07 +0000
commit3eb3c34df4ae20d7bddb66eaa7efc63c063805fc (patch)
tree7043bfe8b631d40f025cf18b203488c36f84224c /readme
parentbfdb7721413f18d72b207058ef64e31fa99948e4 (diff)
downloadorg.eclipse.papyrus-3eb3c34df4ae20d7bddb66eaa7efc63c063805fc.tar.gz
org.eclipse.papyrus-3eb3c34df4ae20d7bddb66eaa7efc63c063805fc.tar.xz
org.eclipse.papyrus-3eb3c34df4ae20d7bddb66eaa7efc63c063805fc.zip
Modify the script to push the generated psf files in the papyrus download area
Diffstat (limited to 'readme')
-rw-r--r--readme/create_psf_files.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme/create_psf_files.sh b/readme/create_psf_files.sh
index 677e03bf9d5..e0d53d2d2bc 100644
--- a/readme/create_psf_files.sh
+++ b/readme/create_psf_files.sh
@@ -190,11 +190,10 @@ echo "The created psf are in the folder: "$generated_psf_folder
#move the generated files to their final destination
for aFile in `ls $generated_psf_folder`
do
- echo $aFile
cp -v $generated_psf_folder/$aFile $psf_trunk_dest
done
-rm -R -f $psf_workspace
+#rm -R -f $psf_workspace
end=$(date +'%T')
echo "began at: "$begin
echo "ended at: "$end

Back to the top