Yes, there is only one build folder, which is svn:externalized (or whatever is the word here), so every subproject has the same build structure. What make every subproject build different is a set of properties situated in the parent folder of every subproject (a build.properties file). As there is only one build file, it cannot contain any subproject adaptation and has to be the same for every subproject. Only some tuning in the build.properties files is valid ;-)...
Bruno 2005/7/11, Grant Smith <[EMAIL PROTECTED]>: > I need some help understanding how the current build systems works. Are > all the individual build.xml files actually svn_externals of the main > build.xml file ? That would explain why I can't make modifications to > each one, and commit them. > > > Any insight would be greatly appreciated. > > Thanks, > Grant >
