[jboss-svn-commits] JBoss Common SVN: r2380 - jbossxb/tags/1.0.0.GA.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 24 20:29:05 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-24 20:29:05 -0400 (Tue, 24 Apr 2007)
New Revision: 2380

Modified:
   jbossxb/tags/1.0.0.GA/.classpath
   jbossxb/tags/1.0.0.GA/pom.xml
Log:
Cleanup dependencies and set version to 1.0.0.GA

Modified: jbossxb/tags/1.0.0.GA/.classpath
===================================================================
--- jbossxb/tags/1.0.0.GA/.classpath	2007-04-24 23:17:15 UTC (rev 2379)
+++ jbossxb/tags/1.0.0.GA/.classpath	2007-04-25 00:29:05 UTC (rev 2380)
@@ -1,22 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1-beta-4/jaxen-1.1-beta-4.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/logging/log4j/jboss-logging-log4j/1.0/jboss-logging-log4j-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.0.2/activation-1.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/common/core/jboss-common-core/1.0/jboss-common-core-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.5/dom4j-1.5.jar"/>
-  <classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jboss-test/jboss-test/1.0.0.CR1/jboss-test-1.0.0.CR1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/logging/jboss-logging-spi/1.0/jboss-logging-spi-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.5/dom4j-1.5.jar"/>
+	<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-test/jboss-test/1.0.0.CR1/jboss-test-1.0.0.CR1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common/1.2.0.GA/jboss-common-1.2.0.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.0.2/activation-1.0.2.jar"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: jbossxb/tags/1.0.0.GA/pom.xml
===================================================================
--- jbossxb/tags/1.0.0.GA/pom.xml	2007-04-24 23:17:15 UTC (rev 2379)
+++ jbossxb/tags/1.0.0.GA/pom.xml	2007-04-25 00:29:05 UTC (rev 2380)
@@ -9,7 +9,7 @@
   <groupId>jboss.jbossxb</groupId>
   <artifactId>jbossxb</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.0.CR10</version>
+  <version>1.0.0.GA</version>
   <name>JBoss XML Binding</name>
   <url>http://www.jboss.org</url>
   <description>JBoss XML Binding</description>
@@ -73,19 +73,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss.logging.log4j</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss.common.core</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>1.0</version>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common</artifactId>
+      <version>1.2.0.GA</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -95,12 +85,6 @@
       <scope>compile</scope>
     </dependency> 
     <dependency>
-      <groupId>apache-slide</groupId>
-      <artifactId>webdavlib</artifactId>
-      <version>2.0</version>
-      <scope>compile</scope>
-    </dependency> 
-    <dependency>
       <groupId>sun-jaf</groupId>
       <artifactId>activation</artifactId>
       <version>1.0.2</version>
@@ -119,6 +103,12 @@
       <scope>compile</scope>
     </dependency>         
     <dependency>
+      <groupId>apache-log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.14</version>
+      <scope>test</scope>
+    </dependency> 
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>




More information about the jboss-svn-commits mailing list