Author: jochen
Date: Sat Aug 20 13:38:16 2005
New Revision: 234132

URL: http://svn.apache.org/viewcvs?rev=234132&view=rev
Log:
Made the POM extending common-build/project.xml.

Modified:
    webservices/jaxme/branches/MAVEN/project.xml

Modified: webservices/jaxme/branches/MAVEN/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/project.xml?rev=234132&r1=234131&r2=234132&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/project.xml (original)
+++ webservices/jaxme/branches/MAVEN/project.xml Sat Aug 20 13:38:16 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>

+<?xml version="1.0" encoding="UTF-8"?>
 <!--
        
        Copyright 2004 The Apache Software Foundation.
@@ -15,115 +15,36 @@
        See the License for the specific language governing permissions and
        limitations under the License.
        
--->

-<project>

-    <pomVersion>3</pomVersion>

-    <id>jaxme:JaxMeAll</id>

-    <artifactId>JaxMeAll</artifactId>

-    <name>JaxMe2</name>

-    <groupId>jaxme</groupId>

-    <currentVersion>0.5beta</currentVersion>

-    <organization>

-        <name>The Apache Software Foundation</name>

-        <url>http://apache.org/</url>

-        <logo>http://apache.org/images/asf_logo_wide.gif</logo>

-    </organization>

-    <inceptionYear>2002</inceptionYear>

-    <package>org.apache.ws.jaxme</package>

-    <logo>http://ws.apache.org/jaxme/images/group-logo.gif</logo>

-    <description>A Java/XML binding compiler takes as input a schema 
description (in most cases an XML schema but it may be a DTD, a RelaxNG schema, 
a Java class inspected via reflection or a database schema). The output is a 
set of Java classes:&#xD;

-&#xD;

-    * A Java bean class compatible with the schema description. (If the schema 
was obtained via Java reflection, then the original Java bean class.)&#xD;

-    * An unmarshaller that converts a conforming XML document into the 
equivalent Java bean.&#xD;

-    * Vice versa, a marshaller that converts the Java bean back into the 
original XML document.&#xD;

-A Java/XML binding compiler takes as input a schema description (in most cases 
an XML schema but it may be a DTD, a RelaxNG schema, a Java class inspected via 
reflection or a database schema). The output is a set of Java classes:&#xD;

-&#xD;

-    * A Java bean class compatible with the schema description. (If the schema 
was obtained via Java reflection, then the original Java bean class.)&#xD;

-    * An unmarshaller that converts a conforming XML document into the 
equivalent Java bean.&#xD;

-    * Vice versa, a marshaller that converts the Java bean back into the 
original XML document.</description>

-    <shortDescription>Open source implementation of JAXB, the specification 
for Java/XML binding</shortDescription>

-    <url>http://ws.apache.org/jaxme/</url>

-    <issueTrackingUrl>https://issues.apache.org/jira/</issueTrackingUrl>

-    <siteAddress>http://ws.apache.org/jaxme/</siteAddress>

-    
<distributionSite>http://ws.apache.org/jaxme/downloads.cgi</distributionSite>

-    <repository>

-        <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:ws-jaxme</connection>

-        <url>http://cvs.apache.org/viewcvs.cgi/ws-jaxme/</url>

-    </repository>

-    <versions>

-        <version>

-            <id>1</id>

-            <name>0.3</name>

-            <tag>R0_3</tag>

-        </version>

-        <version>

-            <id>2</id>

-            <name>0.3.1</name>

-            <tag>R0_3_1</tag>

-        </version>

-        <version>

-            <id>3</id>

-            <name>0.4beta</name>

-            <tag>R0_4beta</tag>

-        </version>

-        <version>

-            <id>4</id>

-            <name>0.4</name>

-            <tag>R0_4</tag>

-        </version>

-        <version>

-            <id>5</id>

-            <name>0.5beta</name>

-            <tag>R0_5beta</tag>

-        </version>

-    </versions>

-    <mailingLists>

-        <mailingList>

-            <name>[email protected]</name>

-            <subscribe>[EMAIL PROTECTED]</subscribe>

-            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>

-            
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=172</archive>

-        </mailingList>

-    </mailingLists>

-    <developers>

-        <developer>

-            <name>Jochen Wiedmann</name>

-            <id>JW</id>

-            <email>jochen.wiedmann at gmail dot com</email>

-        </developer>

-        <developer>

-            <name>Davanum Srinivas</name>

-            <id>DS</id>

-            <email>dims at yahoo.com</email>

-        </developer>

-        <developer>

-            <name>Robert Burrell Donkin</name>

-            <id>RD</id>

-            <email>rdonkin at apache.org</email>

-        </developer>

-        <developer>

-            <name>Changshin Lee (Ias)</name>

-            <id>CL</id>

-            <email>iasandcb at tmax.co.kr</email>

-        </developer>

-        <developer>

-            <name>Nacho G. Mac Dowell</name>

-            <id>NM</id>

-            <email>mac at apache.org</email>

-        </developer>

-    </developers>

-    <licenses>

-        <license>

-            <name>Apache License Version 2.0</name>

-            <url>http://www.apache.org/licenses/LICENSE-2.0</url>

-            <distribution>repo</distribution>

-        </license>

-    </licenses>

-    <build />

-    <reports>

-        <report>maven-license-plugin</report>

-        <report>maven-changes-plugin</report>

-        <report>maven-multiproject-plugin</report>

+-->
+<project>
+    <extend>common-build/project.xml</extend>
+    <id>jaxme:JaxMeAll</id>
+    <artifactId>jaxme:JaxMeAll</artifactId>
+    <organization />
+    <description>A Java/XML binding compiler takes as input a schema 
description (in most cases an XML schema but it may be a DTD, a RelaxNG schema, 
a Java class inspected via reflection or a database schema). The output is a 
set of Java classes:&#xD;
+&#xD;
+    * A Java bean class compatible with the schema description. (If the schema 
was obtained via Java reflection, then the original Java bean class.)&#xD;
+    * An unmarshaller that converts a conforming XML document into the 
equivalent Java bean.&#xD;
+    * Vice versa, a marshaller that converts the Java bean back into the 
original XML document.&#xD;
+A Java/XML binding compiler takes as input a schema description (in most cases 
an XML schema but it may be a DTD, a RelaxNG schema, a Java class inspected via 
reflection or a database schema). The output is a set of Java classes:&#xD;
+&#xD;
+    * A Java bean class compatible with the schema description. (If the schema 
was obtained via Java reflection, then the original Java bean class.)&#xD;
+    * An unmarshaller that converts a conforming XML document into the 
equivalent Java bean.&#xD;
+    * Vice versa, a marshaller that converts the Java bean back into the 
original XML document.</description>
+    <repository />
+    <mailingLists>
+        <mailingList>
+            <name>[email protected]</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=172</archive>
+        </mailingList>
+    </mailingLists>
+    <build />
+    <reports>
+        <report>maven-license-plugin</report>
+        <report>maven-changes-plugin</report>
+        <report>maven-multiproject-plugin</report>
         <!--
         <report>maven-jcoverage-plugin</report>
         <report>maven-changelog-plugin</report>
@@ -138,7 +59,7 @@
         <report>maven-tasklist-plugin</report>
         <report>maven-jxr-plugin</report>
         <report>maven-linkcheck-plugin</report>
--->

-    </reports>

-</project>

-

+-->
+    </reports>
+</project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to