[hibernate-commits] Hibernate SVN: r16134 - in hibernate-jdocbook-style/trunk: trunk and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 10 17:00:31 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-03-10 17:00:30 -0400 (Tue, 10 Mar 2009)
New Revision: 16134

Added:
   hibernate-jdocbook-style/trunk/pom.xml
Removed:
   hibernate-jdocbook-style/trunk/trunk/pom.xml
Log:
fixed bad import url

Copied: hibernate-jdocbook-style/trunk/pom.xml (from rev 16133, hibernate-jdocbook-style/trunk/trunk/pom.xml)
===================================================================
--- hibernate-jdocbook-style/trunk/pom.xml	                        (rev 0)
+++ hibernate-jdocbook-style/trunk/pom.xml	2009-03-10 21:00:30 UTC (rev 16134)
@@ -0,0 +1,84 @@
+<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/xsd/maven-4.0.0.xsd">
+
+   <modelVersion>4.0.0</modelVersion>
+
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-jdocbook-style</artifactId>
+   <packaging>jdocbook-style</packaging>
+   <version>2.0.0-SNAPSHOT</version>
+
+   <name>Hibernate jDocBook Style Bundle</name>
+   <description>
+        The jDocBook style bundle for the Hibernate reference documentation.
+   </description>
+    <url>http://hibernate.org</url>
+
+    <organization>
+        <name>Hibernate.org</name>
+        <url>http://hibernate.org</url>
+    </organization>
+
+    <contributors>
+        <contributor>
+            <name>Mark Newton</name>
+            <email>mark.newton at jboss.org</email>
+            <organization>Red Hat</organization>
+            <roles>
+                <role>Content Lead</role>
+            </roles>
+            <timezone>+1</timezone>
+        </contributor>
+    </contributors>
+
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public License</name>
+            <url>http://www.gnu.org/copyleft/lesser.html</url>
+            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk
+        </developerConnection>
+        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-style/trunk/</url>
+    </scm>
+
+   <build>
+      <extensions>
+         <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-webdav</artifactId>
+            <version>1.0-beta-2</version>
+         </extension>
+      </extensions>
+      <plugins>
+         <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jdocbook-style-plugin</artifactId>
+            <version>1.0.0</version>
+            <extensions>true</extensions>
+         </plugin>
+      </plugins>
+   </build>
+
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+
+
+
+</project>

Deleted: hibernate-jdocbook-style/trunk/trunk/pom.xml
===================================================================
--- hibernate-jdocbook-style/trunk/trunk/pom.xml	2009-03-10 20:59:56 UTC (rev 16133)
+++ hibernate-jdocbook-style/trunk/trunk/pom.xml	2009-03-10 21:00:30 UTC (rev 16134)
@@ -1,84 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
-
-   <modelVersion>4.0.0</modelVersion>
-
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-jdocbook-style</artifactId>
-   <packaging>jdocbook-style</packaging>
-   <version>2.0.0-SNAPSHOT</version>
-
-   <name>Hibernate jDocBook Style Bundle</name>
-   <description>
-        The jDocBook style bundle for the Hibernate reference documentation.
-   </description>
-    <url>http://hibernate.org</url>
-
-    <organization>
-        <name>Hibernate.org</name>
-        <url>http://hibernate.org</url>
-    </organization>
-
-    <contributors>
-        <contributor>
-            <name>Mark Newton</name>
-            <email>mark.newton at jboss.org</email>
-            <organization>Red Hat</organization>
-            <roles>
-                <role>Content Lead</role>
-            </roles>
-            <timezone>+1</timezone>
-        </contributor>
-    </contributors>
-
-    <licenses>
-        <license>
-            <name>GNU Lesser General Public License</name>
-            <url>http://www.gnu.org/copyleft/lesser.html</url>
-            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-
-    <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk
-        </developerConnection>
-        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-style/trunk/</url>
-    </scm>
-
-   <build>
-      <extensions>
-         <extension>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-webdav</artifactId>
-            <version>1.0-beta-2</version>
-         </extension>
-      </extensions>
-      <plugins>
-         <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jdocbook-style-plugin</artifactId>
-            <version>1.0.0</version>
-            <extensions>true</extensions>
-         </plugin>
-      </plugins>
-   </build>
-
-   <distributionManagement>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-
-
-
-</project>




More information about the hibernate-commits mailing list