Hi,
I've just started playing with Castor to convert a set of XSD files to
Java sources and I have to say Castor saved me a lot of work. I use
Maven to build my projects so I'd like to contribute a Maven project.xml
file. It doesn't interfere with your existing Ant build and I will keep
the project.xml file up to date as long as I'm using Castor which will
be some time to come I imagine.
I've updated the Maven repository on Ibiblio with the JARs Castor needs
to build so anyone with Maven installed should be able to build Castor
with Maven if they wish.
Thanks again!
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org
In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
-- Jacques Ellul, The Technological Society
<?xml version="1.0"?>
<project>
<pomVersion>3</pomVersion>
<id>castor</id>
<name>Castor</name>
<currentVersion>0.9.4</currentVersion>
<organization>
<name>Exolab</name>
<url>http://www.exolab.org/</url>
<logo></logo>
</organization>
<inceptionYear>2000</inceptionYear>
<package>org.exolab.castor</package>
<logo></logo>
<description>
Castor is an open source data binding framework for Java[tm]. It's
basically the shortest path between Java objects, XML documents and SQL
tables. Castor provides Java to XML binding, Java to SQL persistence, and
then some more.
</description>
<shortDescription></shortDescription>
<url>http://castor.exolab.org/</url>
<issueTrackingUrl></issueTrackingUrl>
<siteAddress></siteAddress>
<siteDirectory></siteDirectory>
<distributionDirectory></distributionDirectory>
<repository>
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/cvs/castor:castor</connection>
<url>http://virtuals.intalio.com/cgi-bin/cvsweb.cgi/castor/?cvsroot=castor</url>
</repository>
<versions/>
<branches/>
<mailingLists/>
<developers/>
<dependencies>
<dependency>
<id>ant</id>
<version>1.4.1</version>
</dependency>
<dependency>
<id>jdbc</id>
<version>2.0</version>
</dependency>
<dependency>
<id>jndi</id>
<version>1.2.1</version>
</dependency>
<dependency>
<id>jta</id>
<version>1.0.1</version>
</dependency>
<dependency>
<id>ldapsdk</id>
<version>4.1</version>
</dependency>
<dependency>
<id>oro</id>
<version>2.0.6</version>
</dependency>
<dependency>
<id>postgresql</id>
<version>7.2</version>
</dependency>
<dependency>
<id>regexp</id>
<version>1.2</version>
</dependency>
<dependency>
<id>servletapi</id>
<version>2.3</version>
</dependency>
<dependency>
<id>xerces</id>
<version>1.4.0</version>
</dependency>
</dependencies>
<build>
<nagEmailAddress></nagEmailAddress>
<sourceDirectory>src/main</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
<resources/>
<jars>
</jars>
</build>
</project>