diff options
author | Melanie | 2009-08-05 18:36:36 +0100 |
---|---|---|
committer | Melanie | 2009-08-05 18:36:36 +0100 |
commit | 8e58f440409d530f984c7fdc101aad950b635da3 (patch) | |
tree | 551848263e82710e8926935e1ba14fe29b50cd23 | |
parent | Add include line to prebuild (diff) | |
download | opensim-SC_OLD-8e58f440409d530f984c7fdc101aad950b635da3.zip opensim-SC_OLD-8e58f440409d530f984c7fdc101aad950b635da3.tar.gz opensim-SC_OLD-8e58f440409d530f984c7fdc101aad950b635da3.tar.bz2 opensim-SC_OLD-8e58f440409d530f984c7fdc101aad950b635da3.tar.xz |
Add README to addon-modules
-rw-r--r-- | addon-modules/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addon-modules/README b/addon-modules/README new file mode 100644 index 0000000..19f268f --- /dev/null +++ b/addon-modules/README | |||
@@ -0,0 +1,5 @@ | |||
1 | In this directory you can place addon modules for OpenSim | ||
2 | |||
3 | Each module should be in it's own tree and the root of the tree | ||
4 | should contain a file named "prebuild.xml", which will be included in the | ||
5 | main prebuild file. | ||