[jboss-cvs] Repository SVN: r16971 - in maven2/org: scannotation and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 08:26:39 EST 2008


Author: bill.burke at jboss.com
Date: 2008-11-03 08:26:38 -0500 (Mon, 03 Nov 2008)
New Revision: 16971

Added:
   maven2/org/scannotation/
   maven2/org/scannotation/scannotation/
   maven2/org/scannotation/scannotation/1.0.2/
   maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar
   maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.pom
   maven2/org/scannotation/scannotation/maven-metadata-local.xml
   maven2/org/scannotation/titan-cruise/
   maven2/org/scannotation/titan-cruise/1.0/
   maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.jar
   maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.pom
   maven2/org/scannotation/titan-cruise/maven-metadata-local.xml
Log:
scannotation


Added: maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.pom
===================================================================
--- maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.pom	                        (rev 0)
+++ maven2/org/scannotation/scannotation/1.0.2/scannotation-1.0.2.pom	2008-11-03 13:26:38 UTC (rev 16971)
@@ -0,0 +1,67 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
+    <groupId>org.scannotation</groupId>
+    <artifactId>scannotation</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0.2</version>
+    <name>scannotation</name>
+    <url>http://maven.apache.org</url>
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.org/maven2</url>
+        </repository>
+    </repositories>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.scannotation</groupId>
+            <artifactId>titan-cruise</artifactId>
+            <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.6.0.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+           <plugin>
+              <artifactId>maven-site-plugin</artifactId>
+              <configuration>
+                 <locales>en</locales>
+              </configuration>
+           </plugin>
+        </plugins>
+    </build>
+</project>

Added: maven2/org/scannotation/scannotation/maven-metadata-local.xml
===================================================================
--- maven2/org/scannotation/scannotation/maven-metadata-local.xml	                        (rev 0)
+++ maven2/org/scannotation/scannotation/maven-metadata-local.xml	2008-11-03 13:26:38 UTC (rev 16971)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.scannotation</groupId>
+  <artifactId>scannotation</artifactId>
+  <version>1.0.2</version>
+  <versioning>
+    <versions>
+      <version>1.0.2</version>
+    </versions>
+    <lastUpdated>20081103132425</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.pom
===================================================================
--- maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.pom	                        (rev 0)
+++ maven2/org/scannotation/titan-cruise/1.0/titan-cruise-1.0.pom	2008-11-03 13:26:38 UTC (rev 16971)
@@ -0,0 +1,106 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
+    <groupId>org.scannotation</groupId>
+    <artifactId>titan-cruise</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0</version>
+    <name>titan-cruise</name>
+    <url>http://maven.apache.org</url>
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.org/maven2</url>
+        </repository>
+    </repositories>
+    <dependencies>
+        <dependency>
+            <groupId>hibernate</groupId>
+            <artifactId>hibernate3</artifactId>
+            <version>3.2.4.SP1</version>
+        </dependency>
+        <dependency>
+            <groupId>hibernate-annotations</groupId>
+            <artifactId>hibernate-annotations</artifactId>
+            <version>3.3.0.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>hibernate-commons-annotations</groupId>
+            <artifactId>hibernate-commons-annotations</artifactId>
+            <version>3.0.0.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>hibernate-entitymanager</groupId>
+            <artifactId>hibernate-entitymanager</artifactId>
+            <version>3.3.1.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.7</version>
+        </dependency>
+        <dependency>
+            <groupId>hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <version>1.8.0.2</version>
+        </dependency>
+        <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-core</artifactId>
+            <version>2.2.0.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1.0.jboss</version>
+        </dependency>
+        <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.6.0.GA</version>
+        </dependency>
+        <dependency>
+            <groupId>cglib</groupId>
+            <artifactId>cglib</artifactId>
+            <version>2.1_3</version>
+        </dependency>
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.6.1</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.1</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Added: maven2/org/scannotation/titan-cruise/maven-metadata-local.xml
===================================================================
--- maven2/org/scannotation/titan-cruise/maven-metadata-local.xml	                        (rev 0)
+++ maven2/org/scannotation/titan-cruise/maven-metadata-local.xml	2008-11-03 13:26:38 UTC (rev 16971)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.scannotation</groupId>
+  <artifactId>titan-cruise</artifactId>
+  <version>1.0</version>
+  <versioning>
+    <versions>
+      <version>1.0</version>
+    </versions>
+    <lastUpdated>20081103132424</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list