OpenSim-Sasquatch/addon-modules
2023-07-02 22:27:37 -04:00
..
Gloebit Migrate from the Oracle Mysql connector to the more performance Pomello MySqlConnector dll. 2023-07-02 22:27:37 -04:00
OpenSim.Data.MySQL.MoneyData Migrate from the Oracle Mysql connector to the more performance Pomello MySqlConnector dll. 2023-07-02 22:27:37 -04:00
OpenSim.Region.OptionalModules.Currency Bavl merge develop into addins branch 2022-11-07 11:41:04 -05:00
OpenSim.Server.MoneyServer Migrate from the Oracle Mysql connector to the more performance Pomello MySqlConnector dll. 2023-07-02 22:27:37 -04:00
OpenSimMutelist Bavl merge develop into addins branch 2022-11-07 11:41:04 -05:00
OpenSimSearch Bavl merge develop into addins branch 2022-11-07 11:41:04 -05:00
README minor: slightly improve README for building addon-modules within the main OpenSim build 2010-01-11 15:47:01 +00:00

In this directory you can place addon modules for OpenSim

Each module should be in it's own tree and the root of the tree
should contain a file named "prebuild.xml", which will be included in the
main prebuild file.

The prebuild.xml should only contain <Project> and associated child tags.  
The <?xml>, <Prebuild>, <Solution> and <Configuration> tags should not be 
included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml