From: Eric B. <er...@go...> - 2001-06-07 17:02:12
|
Andreas Leitner wrote: > > This is modelled after your second sugesstion, but I like the first one > better. In your case yes. But if you have something like that: foo/... foo/impl/a foo/impl/b foo/impl/c foo/impl/d foo/impl/e foo/impl/f foo/impl/g then the second solution is better when you want to include only one implementation (if a, b, c, ... are platforms for example): <mount location="${FOO}/library/foo.xace"> <exclude cluster="foo.impl"/> </mount> <mount location="${FOOL}/library/foo.xace" cluster="foo.impl.f"/> -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |