You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2006/11/24 21:37:48 UTC

svn commit: r478990 - in /webservices/jaxme/branches/MAVEN: ./ common-build/ jaxme-api/ jaxme-jm/ jaxme-js/ jaxme-pm/ jaxme-xs/ jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/ projects/api/ projects/jm/ projects/js/ projects/pm/ projects/xs/

Author: jochen
Date: Fri Nov 24 12:37:47 2006
New Revision: 478990

URL: http://svn.apache.org/viewvc?view=rev&rev=478990
Log:
Moved some stuff from the m1 build scripts to the m2 build scripts.

Removed:
    webservices/jaxme/branches/MAVEN/build.xml
    webservices/jaxme/branches/MAVEN/common-build/
    webservices/jaxme/branches/MAVEN/maven.xml
    webservices/jaxme/branches/MAVEN/overview.html
    webservices/jaxme/branches/MAVEN/project.properties
    webservices/jaxme/branches/MAVEN/project.xml
    webservices/jaxme/branches/MAVEN/projects/api/LICENSE.txt
    webservices/jaxme/branches/MAVEN/projects/api/README.txt
    webservices/jaxme/branches/MAVEN/projects/api/project.properties
    webservices/jaxme/branches/MAVEN/projects/api/project.xml
    webservices/jaxme/branches/MAVEN/projects/jm/LICENSE.txt
    webservices/jaxme/branches/MAVEN/projects/jm/README.txt
    webservices/jaxme/branches/MAVEN/projects/jm/maven.xml
    webservices/jaxme/branches/MAVEN/projects/jm/project.properties
    webservices/jaxme/branches/MAVEN/projects/jm/project.xml
    webservices/jaxme/branches/MAVEN/projects/js/
    webservices/jaxme/branches/MAVEN/projects/pm/LICENSE.txt
    webservices/jaxme/branches/MAVEN/projects/pm/README.txt
    webservices/jaxme/branches/MAVEN/projects/pm/maven.xml
    webservices/jaxme/branches/MAVEN/projects/pm/project.xml
    webservices/jaxme/branches/MAVEN/projects/xs/LICENSE.txt
    webservices/jaxme/branches/MAVEN/projects/xs/README.txt
    webservices/jaxme/branches/MAVEN/projects/xs/project.properties
    webservices/jaxme/branches/MAVEN/projects/xs/project.xml
Modified:
    webservices/jaxme/branches/MAVEN/.classpath
    webservices/jaxme/branches/MAVEN/jaxme-api/pom.xml
    webservices/jaxme/branches/MAVEN/jaxme-jm/pom.xml
    webservices/jaxme/branches/MAVEN/jaxme-js/pom.xml
    webservices/jaxme/branches/MAVEN/jaxme-pm/pom.xml
    webservices/jaxme/branches/MAVEN/jaxme-xs/pom.xml
    webservices/jaxme/branches/MAVEN/jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/XSTestCase.java
    webservices/jaxme/branches/MAVEN/pom.xml

Modified: webservices/jaxme/branches/MAVEN/.classpath
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/.classpath?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/.classpath (original)
+++ webservices/jaxme/branches/MAVEN/.classpath Fri Nov 24 12:37:47 2006
@@ -11,10 +11,10 @@
 	<classpathentry kind="src" output="jaxme-jm/target/classes" path="jaxme-jm/src/main/java"/>
 	<classpathentry kind="src" output="jaxme-jm/target/classes" path="jaxme-jm/target/generated-sources/antrun"/>
 	<classpathentry kind="src" output="jaxme-jm/target/test-classes" path="jaxme-jm/src/test/java"/>
-	<classpathentry kind="src" output="jaxme-pm/target/classes" path="jaxme-pm/src/main/java"/>
+	<classpathentry excluding="org/apache/ws/jaxme/generator/ino/api4j/|org/apache/ws/jaxme/pm/ino/api4j/" kind="src" output="jaxme-pm/target/classes" path="jaxme-pm/src/main/java"/>
 	<classpathentry kind="src" output="jaxme-pm/target/test-classes" path="jaxme-pm/src/test/java"/>
 	<classpathentry kind="src" output="jaxme-jm/target/test-classes" path="jaxme-jm/target/generated-test-sources/antrun"/>
-	<classpathentry kind="src" output="jaxme-pm/target/test-classes" path="jaxme-pm/target/generated-test-sources/antrun/org"/>
+	<classpathentry kind="src" output="jaxme-pm/target/test-classes" path="jaxme-pm/target/generated-test-sources/antrun"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: webservices/jaxme/branches/MAVEN/jaxme-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-api/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-api/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-api/pom.xml Fri Nov 24 12:37:47 2006
@@ -26,7 +26,32 @@
     <artifactId>jaxme-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>jaxme-api</artifactId>
+  <artifactId>jaxmeapi</artifactId>
   <version>0.6-SNAPSHOT</version>
   <name>JaxMe API</name>
+  <description>
+    JaxMeAPI is clean room implementation of the JAXB API. Unlike the
+    reference implementation this one comes under a very moderate open
+    source license, the Apache License.
+    In terms of Jar files, the JaxMeAPI is equivalent to the following
+    Jar files from the reference implementation: jaxb-api.jar,
+    jax-qname.jar, and namespace.jar. JaxMeAPI was written as a part
+    of the JaxMe 2 project. It is available as a separate module to be
+    included in source distributions of JAXB client applications.
+    Perhaps other JAXB provider implementations might be interested too
+    at some point.
+  </description>
+  <contributors>
+    <contributor>
+      <name>Richard Zschech</name>
+      <email>richard.zschech at cqrdata.com</email>
+    </contributor>
+  </contributors>
+  <dependencies>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.02</version>
+    </dependency>
+  </dependencies>
 </project>

Modified: webservices/jaxme/branches/MAVEN/jaxme-jm/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-jm/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-jm/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-jm/pom.xml Fri Nov 24 12:37:47 2006
@@ -26,33 +26,33 @@
     <artifactId>jaxme-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>jaxme-jm</artifactId>
+  <artifactId>jaxme2</artifactId>
   <version>0.6-SNAPSHOT</version>
   <name>JaxMe JM</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme-api</artifactId>
+      <artifactId>jaxmeapi</artifactId>
       <version>${version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme-js</artifactId>
+      <artifactId>jaxmejs</artifactId>
       <version>${version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme-xs</artifactId>
+      <artifactId>jaxmexs</artifactId>
       <version>${version}</version>
     </dependency>
 
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.6.2</version>
+      <version>2.7.1</version>
     </dependency>
 
     <dependency>
@@ -270,4 +270,59 @@
 
     </plugins>
   </build>
+
+  <contributors>
+    <contributor>
+      <name>Geert Barentsen</name>
+      <email>geert.barentsen at telenet.be</email>
+    </contributor>
+    <contributor>
+      <name>Doru Sular</name>
+      <email>dorus at savatech.ro</email>
+    </contributor>
+    <contributor>
+      <name>Fredrik Vraalsen</name>
+      <email>fredrik at vraalsen.no</email>
+    </contributor>
+    <contributor>
+      <name>Dogan Atay</name>
+      <email>doganatay at yahoo.com</email>
+    </contributor>
+    <contributor>
+      <name>Marcin Kuthan</name>
+      <email>mkuthan at pit.edu.pl</email>
+    </contributor>
+    <contributor>
+      <name>Peter Nagy</name>
+      <email>peter.1.nagy at nokia.com</email>
+    </contributor>
+    <contributor>
+      <name>Chris Kirk</name>
+      <email>mrck1996 at yahoo.co.uk</email>
+    </contributor>
+    <contributor>
+      <name>Colin Bendell</name>
+      <email>cbendell at point2.com</email>
+    </contributor>
+    <contributor>
+      <name>David Holscher</name>
+      <email>David.Holscher at Nav-International.com</email>
+    </contributor>
+    <contributor>
+      <name>Nicolas De Loof</name>
+      <email>nicolas.deloof at cgey.com</email>
+    </contributor>
+    <contributor>
+      <name>Veniamin Fichin</name>
+      <email>3ca28f66 at mail.ru</email>
+    </contributor>
+    <contributor>
+      <name>Andreas Arrgård</name>
+      <email>andreas.arrgard at octagroup.com</email>
+    </contributor>
+    <contributor>
+      <name>Vincent Reviol</name>
+      <email>vincent.reviol@gmail.com</email>
+    </contributor>
+  </contributors>
 </project>

Modified: webservices/jaxme/branches/MAVEN/jaxme-js/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-js/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-js/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-js/pom.xml Fri Nov 24 12:37:47 2006
@@ -26,7 +26,7 @@
     <artifactId>jaxme-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>jaxme-js</artifactId>
+  <artifactId>jaxmejs</artifactId>
   <version>0.6-SNAPSHOT</version>
   <name>JaxMe JS</name>
 

Modified: webservices/jaxme/branches/MAVEN/jaxme-pm/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-pm/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-pm/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-pm/pom.xml Fri Nov 24 12:37:47 2006
@@ -26,20 +26,24 @@
     <artifactId>jaxme-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>jaxme-pm</artifactId>
+  <artifactId>jaxmepm</artifactId>
   <version>0.6-SNAPSHOT</version>
   <name>JaxMe PM</name>
+  <description>
+    JaxMe Persistence Management means the ability to read JaxMe objects
+    from, insert them into, update them in, or delete them from the
+    database. These operations are supported by JaxMe's persistence
+    managers. The word database has a very broad meaning. The PM layer
+    restricts itself to the most basic operations. As a result, almost
+    arbitrary types of databases may be used: Relational databases via
+    JDBC, native XML databases via XML:DB, or native XML databases via
+    proprietary API's or protocols.
+  </description>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme-api</artifactId>
-      <version>${version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme-jm</artifactId>
+      <artifactId>jaxme2</artifactId>
       <version>${version}</version>
     </dependency>
 
@@ -172,4 +176,11 @@
 
     </plugins>
   </build>
+
+  <contributors>
+    <contributor>
+      <name>Theo Straeten</name>
+      <email>theo.straeten at softwareag.com</email>
+    </contributor>
+  </contributors>
 </project>

Modified: webservices/jaxme/branches/MAVEN/jaxme-xs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-xs/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-xs/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-xs/pom.xml Fri Nov 24 12:37:47 2006
@@ -26,9 +26,20 @@
     <artifactId>jaxme-parent</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>jaxme-xs</artifactId>
+  <artifactId>jaxmexs</artifactId>
   <version>0.6-SNAPSHOT</version>
   <name>JaxMe XS</name>
+  <description>
+    This is JaxMeXS, a parser for XML schema. Yet another one, to be precise.
+    As there are a lot of other parsers around, the question arises: What
+    makes it different? What advantages does it have? Let's begin with a
+    disadvantage: This one is not a strict parser. In other words, it was
+    not written to detect any possible invalid schema. Strictness is a
+    secondary goal. The main purpose of JaxMeXS is being extensible. It is
+    written with XML languages in mind, that extend XML schema. The best
+    example is JAXB, the XML binding specification for Java. It extends XML
+    schema by adding some more tags.
+  </description>
 
   <dependencies>
     <dependency>
@@ -52,4 +63,31 @@
       </plugin>
     </plugins>
   </build>
+
+  <contributors>
+    <contributor>
+      <name>Daniel Barclay</name>
+      <email>daniel at fgm.com</email>
+    </contributor>
+    <contributor>
+      <name>Richard Calmbach</name>
+      <email>RichardCalmbach at fairisaac.com</email>
+    </contributor>
+    <contributor>
+      <name>Mik Lernout</name>
+      <email>mik at futurestreet.org</email>
+    </contributor>
+    <contributor>
+      <name>Markus Holzner</name>
+      <email>MarkusHo at gmx.net</email>
+    </contributor>
+    <contributor>
+      <name>Chris Kirk</name>
+      <email>mrck1996 at yahoo.co.uk</email>
+    </contributor>
+    <contributor>
+      <name>Nina Juliadotter</name>
+      <email>nvjuliad at it.uts.edu.au</email>
+    </contributor>
+  </contributors>
 </project>

Modified: webservices/jaxme/branches/MAVEN/jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/XSTestCase.java
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/XSTestCase.java?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/XSTestCase.java (original)
+++ webservices/jaxme/branches/MAVEN/jaxme-xs/src/test/java/org/apache/ws/jaxme/xs/junit/XSTestCase.java Fri Nov 24 12:37:47 2006
@@ -25,7 +25,7 @@
 
 
 /**
- * Base class for deriving jaxme-xs tests.
+ * Base class for deriving jaxmexs tests.
  */
 public abstract class XSTestCase extends TestCase {
 	private final String xsdDirectory = System.getProperty("jaxme.xs.xsdDirectory", "src/test/xsd");

Modified: webservices/jaxme/branches/MAVEN/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/branches/MAVEN/pom.xml?view=diff&rev=478990&r1=478989&r2=478990
==============================================================================
--- webservices/jaxme/branches/MAVEN/pom.xml (original)
+++ webservices/jaxme/branches/MAVEN/pom.xml Fri Nov 24 12:37:47 2006
@@ -21,17 +21,30 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+  </parent>
   <groupId>org.apache.ws.jaxme</groupId>
   <artifactId>jaxme-parent</artifactId>
   <packaging>pom</packaging>
   <name>JaxMe Parent</name>
-  <version>1-SNAPSHOT</version>
+  <description>
+    JaxMe is a Java/XML binding compiler: It takes as input a schema
+    description (in most cases an XML schema but it may be a DTD or
+    a database schema as well). The output is a set of Java classes,
+    which allow to convert Java instances into XML documents matching
+    the schema (marshalling) and, vice versa, compliant XML instances
+    into Java objects (unmarshalling).
+  </description>
+  <version>0.6-SNAPSHOT</version>
   <url>http://ws.apache.org/jaxme</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/JAXME</url>
   </issueManagement>
-  <inceptionYear>2006</inceptionYear>
+  <inceptionYear>2002</inceptionYear>
   <mailingLists>
     <mailingList>
       <name>JaxMe Developers</name>
@@ -50,6 +63,26 @@
       <id>jochen</id>
       <email>jochen.wiedmann@gmail.com</email>
     </developer>
+    <developer>
+      <name>Davanum Srinivas</name>
+      <id>dims</id>
+      <email>dims at yahoo.com</email>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+      <email>rdonkin at apache.org</email>
+    </developer>
+    <developer>
+      <name>Changshin Lee (Ias)</name>
+      <id>ias</id>
+      <email>iasandcb at tmax.co.kr</email>
+    </developer>
+    <developer>
+      <name>Nacho G. Mac Dowell</name>
+      <id>mac</id>
+      <email>mac at apache.org</email>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -61,13 +94,6 @@
       <email>anthony.vito@gmail.com</email>
     </contributor>
   </contributors>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/jaxme/trunk/ws-jaxme/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/trunk/ws-jaxme/</developerConnection>



---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org