Re: Re: [Keel User] Large update to CVS

Shash Chatterjee <[email protected]> Sun, 04 Sep 2005 10:34:03 -0500
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Raoul,

> OK Resources files in conf/common/resources?
> And resources_{prefix,suffix}.xml in keel-client/conf/common/snippets?

Yes, and the bundling of the resources in both client/server.

Also, I noticed that in svc-model-defaultmodel we have:
    <dependency>
      <groupId>xmlwriter</groupId>
      <artifactId>xmlwriter</artifactId>
      <version>2.2</version>
      <type>jar</type>
      <properties>
        <war.bundle>true</war.bundle>
        <keel.client>true</keel.client>
        <keel.server>true</keel.server>
      </properties>
    </dependency>

I don't think the properties are necessary.  Models actually run on the
server-side, and <keel.server> is default anyway.  We don't need on the
client side, do we?

Shash