[jboss-cvs] Repository SVN: r1185 - in maven2/org/hibernate: hibernate-manual-parent and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 31 14:06:09 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-08-31 14:06:08 -0400 (Fri, 31 Aug 2007)
New Revision: 1185

Added:
   maven2/org/hibernate/hibernate-manual-parent/
   maven2/org/hibernate/hibernate-manual-parent/1/
   maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom
   maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.md5
   maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.sha1
   maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml
   maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.md5
   maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.sha1
Log:
deploy the hibernate-manual-parent pom (version 1)

Added: maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, v. 2.1. This program is distributed in the
+  ~ hope that it will be useful, but WITHOUT A WARRANTY; without even the implied
+  ~ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details. You should have received a
+  ~ copy of the GNU Lesser General Public License, v.2.1 along with this
+  ~ distribution; if not, write to the Free Software Foundation, Inc.,
+  ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  ~
+  ~ Red Hat Author(s): Steve Ebersole
+  -->
+<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">
+
+    <!-- NOTE : the need for this parent goes away largely if we move to using a PO approach for translations -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+    	<groupId>org.hibernate</groupId>
+    	<artifactId>hibernate-core-parent</artifactId>
+    	<version>1</version>
+        <!-- if we have both parents checked out then use the realtive path... -->
+        <relativePath>../core-parent/pom.xml</relativePath>
+    </parent>
+    
+    <groupId>org.hibernate</groupId>
+    <artifactId>hibernate-manual-parent</artifactId>
+    <packaging>pom</packaging>
+    <version>1</version>
+    <name>Hibernate Core Manual Parent</name>
+    <description>Parent POM for the Hibernate Core reference manual modules</description>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-plugin</artifactId>
+                <version>2.0.0</version>
+		<extensions>true</extensions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.hibernate</groupId>
+                        <artifactId>hibernate-jdocbook-style</artifactId>
+                        <version>1.0.0</version>
+                        <type>jdocbook-style</type>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <sourceDocumentName>master.xml</sourceDocumentName>
+                    <formats>
+                        <format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>classpath:/xslt/standard/fopdf.xsl</stylesheetResource>
+                            <finalName>hibernate_reference.pdf</finalName>
+                        </format>
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/standard/html.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
+                    <options>
+                        <xincludeSupported>false</xincludeSupported>
+                    </options>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <properties>
+        <masterTranslation>en-US</masterTranslation>
+    </properties>
+
+</project>

Added: maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.md5
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.md5	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1 @@
+9407fab969985a908527ff78f548713d
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/1/hibernate-manual-parent-1.pom.sha1	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1 @@
+b6971b5d60ccfc01c3c01f48944c57295e31a8f9
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.hibernate</groupId>
+  <artifactId>hibernate-manual-parent</artifactId>
+  <version>1</version>
+  <versioning>
+    <versions>
+      <version>1</version>
+    </versions>
+    <lastUpdated>20070831180528</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.md5	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1 @@
+25dfac7e4d19217fc984cd8857274d86
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-manual-parent/maven-metadata.xml.sha1	2007-08-31 18:06:08 UTC (rev 1185)
@@ -0,0 +1 @@
+a08a63a895244f7a346046c5717d1c46cd77167f
\ No newline at end of file




More information about the jboss-cvs-commits mailing list