From b776e06f0d05f2568f7c29e78c506daa3c13fb73 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Mon, 11 Jan 2010 15:47:01 +0000 Subject: [PATCH] minor: slightly improve README for building addon-modules within the main OpenSim build --- addon-modules/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addon-modules/README b/addon-modules/README index 19f268fa52..b5bf2e007e 100644 --- a/addon-modules/README +++ b/addon-modules/README @@ -3,3 +3,7 @@ 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 and associated child tags. +The , , and tags should not be +included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml