From 0d4d3ab6ef0c42b5baeb01a51b0bf5d148e3ba6f Mon Sep 17 00:00:00 2001
From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Tue, 22 Jun 2010 16:42:54 +0000
Subject: [PATCH] adding README.txt and copying it into bundle

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2442 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 deployment/README.txt                | 34 ++++++++++++++++++++++++++++
 deployment/win/create_archive.bat.in |  3 ++-
 2 files changed, 36 insertions(+), 1 deletion(-)
 create mode 100644 deployment/README.txt

diff --git a/deployment/README.txt b/deployment/README.txt
new file mode 100644
index 000000000..36189abe5
--- /dev/null
+++ b/deployment/README.txt
@@ -0,0 +1,34 @@
+------------------------------------------------------------------------------
+ This file is part of the OpenStructure project <www.openstructure.org>
+
+ Copyright (C) 2008-2010 by the OpenStructure authors
+
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3.0 of the License, or (at your option)
+ any later version.
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+ details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+------------------------------------------------------------------------------
+
+
+=========================README=========================
+
+Thank you for using OpenStructure!
+
+This is the current Version of OpenStructure as of June 2010.
+Version: 1.0.0a rev 2442
+
+This is a major release containig many bugfixes and improvements considering rendering, GUI and further 
+functionality.
+
+For feedback or suggestions please contact us at www.openstructure.org!
+
+
+The OpenStructure Authors
\ No newline at end of file
diff --git a/deployment/win/create_archive.bat.in b/deployment/win/create_archive.bat.in
index de67e8fa0..01193bf5c 100644
--- a/deployment/win/create_archive.bat.in
+++ b/deployment/win/create_archive.bat.in
@@ -11,10 +11,11 @@ mkdir "%inst_dir%\share\openstructure\examples"
 mkdir "%inst_dir%\lib\site-packages"
 mkdir "%inst_dir%\bin"
 xcopy  /E /I ..\..\examples "%inst_dir%\share\openstructure\examples"
+rmdir /S /Q "%inst_dir%\share\openstructure\examples\dokk"
 xcopy  /E /I ..\..\stage\share "%inst_dir%\share\"
 REM xcopy  /E /I ..\..\website\html "%inst_dir%\share\doc"
 copy  d:\programs\bin\python.exe "%inst_dir%\bin"
-
+copy ..\README.txt "%inst_dir%" 
 xcopy  /E /I /EXCLUDE:excludes d:\programs\lib "%inst_dir%\lib"
 xcopy  /E /I ..\..\stage\lib "%inst_dir%\lib"
 xcopy /E /I /EXCLUDE:excludes ..\..\stage\bin "%inst_dir%\bin"
-- 
GitLab