Warning, /office/calligra/filters/libmso/generated/README is written in an unsupported language. File is not indexed.
0001 The generated code in this directory comes from the project msoscheme. 0002 This project can be found at http://www.gitorious.org/msoscheme 0003 0004 msoscheme is licensed under LGPLv2 and relies on POI which has Apache License 2.0. The files simpleParser.h and simpleParser.cpp are generated by mso.jar from mso.xml, which is included in mso.jar. The files simpleParser.h and simpleParser.cpp inherit the LGPLv2 license from mso.xml. 0005 The files simpleParser.h and simpleParser.cpp contains the git sha1 of the version of mso.jar that was used to generate them. 0006 0007 The code can be regenerated by running 0008 java -jar mso.jar 0009 The code is generated from mso.xml which is included in mso.jar. 0010 If mso.jar finds a different mso.xml in the working directory it will use that version. 0011 0012 To modify the generated code, do the following: 0013 0014 git clone git@gitorious.org:msoscheme/msoscheme.git 0015 cd msoscheme 0016 git branch mybranch 0017 <modify src/mso.xml> 0018 git commit -a 0019 ant 0020 cp cpp/simpleParser.{h,cpp} mso.jar $calligra/filters/libmso/generated 0021