[jboss-cvs] JBossAS SVN: r94525 - in projects/spring-int/branches/1_0: build and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 8 15:17:25 EDT 2009


Author: marius.bogoevici
Date: 2009-10-08 15:17:24 -0400 (Thu, 08 Oct 2009)
New Revision: 94525

Modified:
   projects/spring-int/branches/1_0/build/pom.xml
   projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/author-group.xml
   projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/legal-notice.xml
   projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml
   projects/spring-int/branches/1_0/pom.xml
Log:
some further fixes


Modified: projects/spring-int/branches/1_0/build/pom.xml
===================================================================
--- projects/spring-int/branches/1_0/build/pom.xml	2009-10-08 18:28:31 UTC (rev 94524)
+++ projects/spring-int/branches/1_0/build/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
@@ -13,7 +13,7 @@
   <description>Snowdrop Distribution</description>
 
   <properties>
-    <deployer.version>3.2.CR1</deployer.version>
+    <deployer.version>3.2</deployer.version>
   </properties>
 
   <profiles>

Modified: projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/author-group.xml
===================================================================
--- projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/author-group.xml	2009-10-08 18:28:31 UTC (rev 94524)
+++ projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/author-group.xml	2009-10-08 19:17:24 UTC (rev 94525)
@@ -1,6 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
+
 <authorgroup>
   <corpauthor>Marius Bogoevici</corpauthor>
   <corpauthor>Aleš Justin</corpauthor>

Modified: projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/legal-notice.xml
===================================================================
--- projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/legal-notice.xml	2009-10-08 18:28:31 UTC (rev 94524)
+++ projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/legal-notice.xml	2009-10-08 19:17:24 UTC (rev 94525)
@@ -1,6 +1,3 @@
-<?xml version='1.0'?>
-<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
 
 <legalnotice id="Book-Legal_Notice">
 	<title>Legal Notice</title>

Modified: projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml
===================================================================
--- projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml	2009-10-08 18:28:31 UTC (rev 94524)
+++ projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml	2009-10-08 19:17:24 UTC (rev 94525)
@@ -12,8 +12,6 @@
     <xi:include href="author-group.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude" />
 
-    <xi:include href="legal-notice.xml"
-                xmlns:xi="http://www.w3.org/2001/XInclude" />
   </bookinfo>
 
   <preface>
@@ -308,6 +306,7 @@
         <para>You can specify the JNDI name explicitly by putting it in the
         description element of the Spring XML.</para>
 
+        <?dbfo-need height="5in" ?>
         <programlisting language="XML">&lt;beans&gt;
     &lt;description&gt;BeanFactory=(MyApp)&lt;/description&gt;
 ...

Modified: projects/spring-int/branches/1_0/pom.xml
===================================================================
--- projects/spring-int/branches/1_0/pom.xml	2009-10-08 18:28:31 UTC (rev 94524)
+++ projects/spring-int/branches/1_0/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
@@ -10,8 +10,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Snowdrop Parent POM</name>
-  <url>http://www.jboss.com/products/jbossmc</url>
+  <url>http://jboss.org/snowdrop</url>
   <description>Snowdrop</description>
+
   <scm>
     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/snowdrop/tags/1_0</connection>
     <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/snowdrop/branches/1_0</developerConnection>




More information about the jboss-cvs-commits mailing list