[jboss-cvs] Repository SVN: r298 - in maven2/jboss/jbossxb: 1.0.0.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 24 20:34:21 EDT 2007


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

Added:
   maven2/jboss/jbossxb/1.0.0.GA/
   maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA-sources.jar
   maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.jar
   maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.pom
Removed:
   maven2/jboss/jbossxb/jbossxb/
Log:
Release 1.0.0.GA

Added: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.pom
===================================================================
--- maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.pom	                        (rev 0)
+++ maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.pom	2007-04-25 00:34:20 UTC (rev 298)
@@ -0,0 +1,118 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>jboss-parent</artifactId>
+    <groupId>jboss</groupId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>jboss</groupId>
+  <artifactId>jbossxb</artifactId>
+  <name>JBoss XML Binding</name>
+  <version>1.0.0.GA</version>
+  <description>JBoss XML Binding</description>
+  <url>http://www.jboss.org</url>
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  <organization>
+    <name>JBoss Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  <build>
+    <finalName>jboss-xml-binding</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <printSummary>true</printSummary>
+          <disableXmlReport>false</disableXmlReport>
+          <testFailureIgnore>true</testFailureIgnore>
+          <includes>
+            <include>**/**TestCase.java</include>
+          </includes>
+          <forkMode>pertest</forkMode>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <snapshots />
+      <id>jboss</id>
+      <name>JBoss Inc. Repository</name>
+      <url>http://repository.jboss.com/maven2/</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common</artifactId>
+      <version>1.2.0.GA</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>oswego-concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaf</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.0.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.7.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>wutka-dtdparser</groupId>
+      <artifactId>dtdparser121</artifactId>
+      <version>1.2.1</version>
+      <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>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jboss-test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.0.0.CR1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <repository>
+      <id>cvs-file-repository</id>
+      <url>file://${maven.cvs.root}</url>
+    </repository>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file


Property changes on: maven2/jboss/jbossxb/1.0.0.GA/jbossxb-1.0.0.GA.pom
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list