[jboss-svn-commits] JBL Code SVN: r36611 - labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 16 06:05:02 EST 2011


Author: tomjenkinson
Date: 2011-02-16 06:05:02 -0500 (Wed, 16 Feb 2011)
New Revision: 36611

Added:
   labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/pom.xml
   labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/publican-maven.cfg
Log:
JBTM-574 added the administration guide

Added: labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/pom.xml	2011-02-16 11:05:02 UTC (rev 36611)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. 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. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-build-common</artifactId>
+		<version>5.0.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>arjunacore-iaa-guide</artifactId>
+	<name>ArjunaCore Installation and Administration Guide module</name>
+	<packaging>jar</packaging>
+
+	<build>
+		<outputDirectory>target/publican</outputDirectory>
+		<plugins>
+
+<plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <configuration>
+              <tasks>
+
+
+
+            
+                <exec dir="." executable="publican">
+                    <arg value="build"/>
+                    <arg value="--langs=en-US"/>
+                    <arg value="--formats=pdf"/>
+                    <arg value="--config=publican-maven.cfg"/>
+                </exec>
+
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+<plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+       
+            <configuration>
+		<includes>
+			<include>**/*.pdf</include>
+		</includes>
+            </configuration>
+       </plugin>
+		</plugins>
+	</build>
+</project>

Added: labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/publican-maven.cfg
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/publican-maven.cfg	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/publican-maven.cfg	2011-02-16 11:05:02 UTC (rev 36611)
@@ -0,0 +1,8 @@
+# Config::Simple 4.59
+# Fri Sep 24 12:42:32 2010
+
+xml_lang: en-US
+type: Book
+brand: jboss-community
+tmp_dir: target/publican/ArjunaCore_Installation_And_Administration_Guide
+



More information about the jboss-svn-commits mailing list