diff --git a/deployment/README.txt b/deployment/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..36189abe542ac53e4877782a210bc714ada5273b --- /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 de67e8fa0f02c9f63b504245de6a4d3f5123818d..01193bf5cdf893e8064804d67eddf10ca967a3d3 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"