[gatein-commits] gatein SVN: r8012 - epp/docs/branches/5.2/Release_Notes.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 8 22:25:13 EST 2011


Author: smumford
Date: 2011-11-08 22:25:13 -0500 (Tue, 08 Nov 2011)
New Revision: 8012

Removed:
   epp/docs/branches/5.2/Release_Notes/en-US/
   epp/docs/branches/5.2/Release_Notes/pom.xml
   epp/docs/branches/5.2/Release_Notes/publican.cfg
Log:
Removed unecessary release notes doc

Deleted: epp/docs/branches/5.2/Release_Notes/pom.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/pom.xml	2011-11-09 01:42:19 UTC (rev 8011)
+++ epp/docs/branches/5.2/Release_Notes/pom.xml	2011-11-09 03:25:13 UTC (rev 8012)
@@ -1,216 +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.gatein.docs.dummy</groupId>
-	<artifactId>${docname}-${translation}</artifactId>
-	<version>1.0-SNAPSHOT</version>
-	<packaging>jdocbook</packaging>
-	<name>${bookname}-(${translation})</name>
-
-  <properties>
-    <translation>en-US</translation>
-    <docname>Release_Notes</docname>
-    <bookname>Relese Notes</bookname>
-  </properties> 
-
-  <repositories>
-      <repository>
-          <id>repository.jboss.org</id>
-          <name>JBoss Repository</name>
-          <layout>default</layout>
-          <url>http://repository.jboss.org/maven2/</url>
-          <snapshots>
-              <enabled>false</enabled>
-          </snapshots>
-      </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-  
-  
-  <profiles>
-
-    <!-- mvn compile -->
-    <profile>
-      <id>all</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.1</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>pdf</formatName>
-        					<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-        					<finalName>${docname}.pdf</finalName>
-        				</format>
-    					  <format>
-    					    <formatName>html</formatName>
-    						  <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-    						  <finalName>index.html</finalName>
-    					  </format>
-        				<format>
-        				  <formatName>html_single</formatName>
-        					<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
-        					<finalName>index.html</finalName>
-        				</format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Phtml -->
-    <profile>
-      <id>html</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.1</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-    					  <format>
-    					    <formatName>html</formatName>
-    						  <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-    						  <finalName>index.html</finalName>
-    					  </format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Phtml-single -->
-    <profile>
-      <id>html-single</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.1</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>html_single</formatName>
-        					<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
-        					<finalName>index.html</finalName>
-        				</format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-    <!-- mvn compile -Ppdf -->
-    <profile>
-      <id>pdf</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-    		<plugins>
-    			<plugin>
-    				<groupId>org.jboss.maven.plugins</groupId>
-    				<artifactId>maven-jdocbook-plugin</artifactId>
-    				<version>2.2.0</version>
-    				<extensions>true</extensions>
-    				<configuration>
-    				  <formats>
-        				<format>
-        				  <formatName>pdf</formatName>
-        					<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-        					<finalName>${docname}.pdf</finalName>
-        				</format>
-    					</formats>
-  					</configuration>
-  				</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-  </profiles>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jboss.maven.plugins</groupId>
-				<artifactId>maven-jdocbook-plugin</artifactId>
-				<version>2.2.0</version>
-				<extensions>true</extensions>
-				<dependencies>
-					<dependency>
-						<groupId>org.jboss</groupId>
-						<artifactId>jbossorg-docbook-xslt</artifactId>
-						<version>1.1.0</version>
-					</dependency>
-					<dependency>
-						<groupId>org.jboss</groupId>
-						<artifactId>jbossorg-jdocbook-style</artifactId>
-						<version>1.1.0</version>
-						<type>jdocbook-style</type>
-					</dependency>
-				</dependencies>
-				<configuration>
-		      <sourceDocumentName>${docname}.xml</sourceDocumentName>
-				  <sourceDirectory>.</sourceDirectory>
-				  <imageResource>
-					  <directory>${translation}</directory>
-					  <includes>
-						  <include>images/*</include>
-					  </includes>
-				  </imageResource>
-				  <options>
-					  <xincludeSupported>true</xincludeSupported>
-					  <xmlTransformerType>saxon</xmlTransformerType>
-					  <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
-					  <!--     could also locate the docbook dependency and inspect its version... -->
-					  <docbookVersion>1.72.0</docbookVersion>
-    				<transformerParameters>
-    				  <property>
-    					  <name>javax.xml.parsers.DocumentBuilderFactory</name>
-    						<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-    					</property>
-    					<property>
-    						<name>javax.xml.parsers.SAXParserFactory</name>
-    						<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-    					</property>
-    				</transformerParameters>
-    			</options>
-			  </configuration>
-		  </plugin>
-		  
-	  </plugins>
-  </build>
-
-</project>

Deleted: epp/docs/branches/5.2/Release_Notes/publican.cfg
===================================================================
--- epp/docs/branches/5.2/Release_Notes/publican.cfg	2011-11-09 01:42:19 UTC (rev 8011)
+++ epp/docs/branches/5.2/Release_Notes/publican.cfg	2011-11-09 03:25:13 UTC (rev 8012)
@@ -1,10 +0,0 @@
-# Config::Simple 4.59
-# Thu Mar 18 09:14:12 2010
-
-debug: 1
-xml_lang: en-US
-brand: JBoss
-show_remarks: 1
-cvs_branch: DOCS-RHEL-6
-cvs_root: :ext:cvs.devel.redhat.com:/cvs/dist
-cvs_pkg: JBoss_Enterprise_Portal_Platform-5.2.0_Release_Notes-5.2-web-__LANG__
\ No newline at end of file



More information about the gatein-commits mailing list