Author: lbbbarreiro
Date: Wed Mar 18 15:44:02 2009
New Revision: 5113
Modified:
trunk/servers/mobicents-all/build.xml
trunk/servers/mobicents-all/documentation-checkout.xml
trunk/servers/sip-presence/release/build.xml
trunk/servers/sip-presence/release/documentation-checkout.xml
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/build.xml
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/documentation-checkout.xml
Log:
Updates documentation to the new SVN repositories
Modified: trunk/servers/mobicents-all/build.xml
==============================================================================
--- trunk/servers/mobicents-all/build.xml (original)
+++ trunk/servers/mobicents-all/build.xml Wed Mar 18 15:44:02 2009
@@ -343,15 +343,6 @@
<target name="release-documentation" depends="get-documentation">
<echo>Building documentation</echo>
- <!-- Use move/copy if symbolic links doesn't work -->
- <!--move todir="${docs.stage.dir}/jain-slee/en-US/Common_Content">
- <fileset dir="${docs.stage.dir}/common" />
- </move-->
- <symlink overwrite="true"
link="${docs.stage.dir}/jain-slee/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
- <symlink overwrite="true"
link="${docs.stage.dir}/media/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
- <symlink overwrite="true"
link="${docs.stage.dir}/sip-presence/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
- <symlink overwrite="true"
link="${docs.stage.dir}/sip-servlets/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
-
<exec executable="${mvn.executable}"
dir="${docs.stage.dir}/jain-slee/">
<arg line="clean compile" />
</exec>
@@ -364,6 +355,9 @@
<exec executable="${mvn.executable}"
dir="${docs.stage.dir}/sip-servlets/">
<arg line="clean compile" />
</exec>
+ <exec executable="${mvn.executable}"
dir="${docs.stage.dir}/platform-installation/">
+ <arg line="clean compile" />
+ </exec>
<copy overwrite="true"
todir="${release.dir}/documentation/jain-slee">
<fileset
dir="${docs.stage.dir}/jain-slee/target/docbook/publish/en-US/" />
@@ -376,6 +370,9 @@
</copy>
<copy overwrite="true"
todir="${release.dir}/documentation/sip-servlets">
<fileset
dir="${docs.stage.dir}/sip-servlets/target/docbook/publish/en-US/" />
+ </copy>
+ <copy overwrite="true"
todir="${release.dir}/documentation/platform-installation-guide">
+ <fileset
dir="${docs.stage.dir}/platform-installation/target/docbook/publish/en-US/"
/>
</copy>
<!--delete dir="${docs.stage.dir}" /-->
Modified: trunk/servers/mobicents-all/documentation-checkout.xml
==============================================================================
--- trunk/servers/mobicents-all/documentation-checkout.xml (original)
+++ trunk/servers/mobicents-all/documentation-checkout.xml Wed Mar 18
15:44:02 2009
@@ -13,12 +13,11 @@
<checkout.username>mobicents-read-only</checkout.username>
<checkout.password></checkout.password>
-
<jainslee.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_JAIN_SLEE_Server_Guide</jainslee.docs.connectionURL>
-
<media.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_Media_Server_Guide</media.docs.connectionURL>
-
<sippresence.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_SIP_Presence_Service_Guide</sippresence.docs.connectionURL>
-
<sipservlets.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_SIP_Servlets_Server_Guide</sipservlets.docs.connectionURL>
-
-
<common.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/Staff/1.0/dhensley/Common_Content</common.docs.connectionURL>
+
<jainslee.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/JAIN_SLEE_Server_User_Guide</jainslee.docs.connectionURL>
+
<media.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Media_Server_User_Guide</media.docs.connectionURL>
+
<sippresence.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/SIP_Presence_Service_User_Guide</sippresence.docs.connectionURL>
+
<sipservlets.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/SIP_Servlets_Server_User_Guide</sipservlets.docs.connectionURL>
+
<platform.installation.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Platform_Installation_Guide</platform.installation.docs.connectionURL>
</properties>
@@ -34,7 +33,7 @@
<inherited>false</inherited>
<executions>
<execution>
- <id>common-docs-checkoutd</id>
+ <id>jain-slee-docs-checkout</id>
<goals>
<goal>checkout</goal>
</goals>
@@ -43,14 +42,14 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/common</checkoutDirectory>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
+
<checkoutDirectory>${checkout.basedir}/jain-slee</checkoutDirectory>
+
<connectionUrl>${jainslee.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
- <id>jain-slee-docs-checkout</id>
+ <id>media-docs-checkout</id>
<goals>
<goal>checkout</goal>
</goals>
@@ -59,14 +58,14 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/jain-slee</checkoutDirectory>
-
<connectionUrl>${jainslee.docs.connectionURL}</connectionUrl>
+
<checkoutDirectory>${checkout.basedir}/media</checkoutDirectory>
+
<connectionUrl>${media.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
- <id>media-docs-checkout</id>
+ <id>sip-presence-docs-checkout</id>
<goals>
<goal>checkout</goal>
</goals>
@@ -75,14 +74,14 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/media</checkoutDirectory>
-
<connectionUrl>${media.docs.connectionURL}</connectionUrl>
+
<checkoutDirectory>${checkout.basedir}/sip-presence</checkoutDirectory>
+
<connectionUrl>${sippresence.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
- <id>sip-presence-docs-checkout</id>
+ <id>sipservlets-docs-checkout</id>
<goals>
<goal>checkout</goal>
</goals>
@@ -91,14 +90,14 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/sip-presence</checkoutDirectory>
-
<connectionUrl>${sippresence.docs.connectionURL}</connectionUrl>
+
<checkoutDirectory>${checkout.basedir}/sip-servlets</checkoutDirectory>
+
<connectionUrl>${sipservlets.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
- <id>sipservlets-docs-checkout</id>
+
<id>platform-instalation-docs-checkoutd</id>
<goals>
<goal>checkout</goal>
</goals>
@@ -107,8 +106,8 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/sip-servlets</checkoutDirectory>
-
<connectionUrl>${sipservlets.docs.connectionURL}</connectionUrl>
+
<checkoutDirectory>${checkout.basedir}/platform-installation</checkoutDirectory>
+
<connectionUrl>${platform.installation.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
@@ -129,21 +128,6 @@
<inherited>false</inherited>
<executions>
<execution>
- <id>common-docs-update</id>
- <goals>
- <goal>update</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
-
<basedir>${checkout.basedir}/common</basedir>
- <scmVersion>HEAD</scmVersion>
-
<scmVersionType>revision</scmVersionType>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
-
<username>${checkout.username}</username>
-
<password>${checkout.password}</password>
- </configuration>
- </execution>
- <execution>
<id>jain-slee-docs-update</id>
<goals>
<goal>update</goal>
@@ -199,6 +183,21 @@
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${sipservlets.docs.connectionURL}</connectionUrl>
+
<username>${checkout.username}</username>
+
<password>${checkout.password}</password>
+ </configuration>
+ </execution>
+ <execution>
+ <id>platform-instalation-docs-update</id>
+ <goals>
+ <goal>update</goal>
+ </goals>
+ <phase>validate</phase>
+ <configuration>
+
<basedir>${checkout.basedir}/platform-installation</basedir>
+ <scmVersion>HEAD</scmVersion>
+
<scmVersionType>revision</scmVersionType>
+
<connectionUrl>${platform.installation.docs.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
Modified: trunk/servers/sip-presence/release/build.xml
==============================================================================
--- trunk/servers/sip-presence/release/build.xml (original)
+++ trunk/servers/sip-presence/release/build.xml Wed Mar 18 15:44:02 2009
@@ -297,11 +297,6 @@
<target name="build-documentation" depends="get-documentation">
<echo>Building documentation</echo>
- <!--move
todir="${docs.stage.dir}/sip-presence/en-US/Common_Content">
- <fileset dir="${docs.stage.dir}/common" />
- </move-->
- <symlink overwrite="true"
link="${docs.stage.dir}/sip-presence/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
-
<exec executable="${mvn.executable}"
dir="${docs.stage.dir}/sip-presence/">
<arg line="clean compile" />
</exec>
Modified: trunk/servers/sip-presence/release/documentation-checkout.xml
==============================================================================
--- trunk/servers/sip-presence/release/documentation-checkout.xml
(original)
+++ trunk/servers/sip-presence/release/documentation-checkout.xml Wed Mar
18 15:44:02 2009
@@ -13,9 +13,8 @@
<checkout.username>mobicents-read-only</checkout.username>
<checkout.password></checkout.password>
-
<sippresence.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_SIP_Presence_Service_Guide</sippresence.docs.connectionURL>
+
<sippresence.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/SIP_Presence_Service_User_Guide</sippresence.docs.connectionURL>
-
<common.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/Staff/1.0/dhensley/Common_Content</common.docs.connectionURL>
</properties>
<profiles>
@@ -30,22 +29,6 @@
<inherited>false</inherited>
<executions>
<execution>
- <id>common-docs-checkout</id>
- <goals>
- <goal>checkout</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
- <scmVersion>HEAD</scmVersion>
-
<scmVersionType>revision</scmVersionType>
-
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/common</checkoutDirectory>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
-
<username>${checkout.username}</username>
-
<password>${checkout.password}</password>
- </configuration>
- </execution>
- <execution>
<id>sip-presence-docs-checkout</id>
<goals>
<goal>checkout</goal>
@@ -76,21 +59,6 @@
<artifactId>maven-scm-plugin</artifactId>
<inherited>false</inherited>
<executions>
- <execution>
- <id>common-docs-update</id>
- <goals>
- <goal>update</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
-
<basedir>${checkout.basedir}/common</basedir>
- <scmVersion>HEAD</scmVersion>
-
<scmVersionType>revision</scmVersionType>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
-
<username>${checkout.username}</username>
-
<password>${checkout.password}</password>
- </configuration>
- </execution>
<execution>
<id>sippresence-docs-update</id>
<goals>
Modified:
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/build.xml
==============================================================================
--- trunk/servers/sip-servlets/sip-servlets-bootstrap/release/build.xml
(original)
+++ trunk/servers/sip-servlets/sip-servlets-bootstrap/release/build.xml Wed
Mar 18 15:44:02 2009
@@ -363,13 +363,6 @@
<target name="build-documentation" depends="get-documentation">
<echo>Building documentation</echo>
- <!--move
todir="${docs.stage.dir}/sip-presence/en-US/Common_Content">
- <fileset dir="${docs.stage.dir}/common" />
- </move-->
-
- <!--symlink overwrite="true"
link="${docs.stage.dir}/media/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
- <symlink overwrite="true"
link="${docs.stage.dir}/sip-servlets/en-US/Common_Content"
resource="${docs.stage.dir}/common"/>
-
<exec executable="${mvn.executable}"
dir="${docs.stage.dir}/media/">
<arg line="clean compile" />
</exec>
@@ -382,7 +375,7 @@
</copy>
<copy overwrite="true"
todir="${jboss.home}/docs/mobicents-sip-servlets">
<fileset
dir="${docs.stage.dir}/sip-servlets/target/docbook/publish/en-US/" />
- </copy-->
+ </copy>
<!--delete dir="${docs.stage.dir}" /-->
</target>
Modified:
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/documentation-checkout.xml
==============================================================================
---
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/documentation-checkout.xml
(original)
+++
trunk/servers/sip-servlets/sip-servlets-bootstrap/release/documentation-checkout.xml
Wed Mar 18 15:44:02 2009
@@ -13,10 +13,8 @@
<checkout.username>mobicents-read-only</checkout.username>
<checkout.password></checkout.password>
-
<media.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_Media_Server_Guide</media.docs.connectionURL>
-
<sipservlets.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Mobicents_SIP_Servlets_Server_Guide</sipservlets.docs.connectionURL>
-
-
<common.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/Staff/1.0/dhensley/Common_Content</common.docs.connectionURL>
+
<media.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/Media_Server_User_Guide</media.docs.connectionURL>
+
<sipservlets.docs.connectionURL>scm:svn:https://svn.devel.redhat.com/repos/ecs/JBoss_Communications_Platform/1.2.0/SIP_Servlets_Server_User_Guide</sipservlets.docs.connectionURL>
</properties>
@@ -32,22 +30,6 @@
<inherited>false</inherited>
<executions>
<execution>
- <id>common-docs-checkoutd</id>
- <goals>
- <goal>checkout</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
- <scmVersion>HEAD</scmVersion>
-
<scmVersionType>revision</scmVersionType>
-
<skipCheckoutIfExists>true</skipCheckoutIfExists>
-
<checkoutDirectory>${checkout.basedir}/common</checkoutDirectory>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
-
<username>${checkout.username}</username>
-
<password>${checkout.password}</password>
- </configuration>
- </execution>
- <execution>
<id>media-docs-checkout</id>
<goals>
<goal>checkout</goal>
@@ -94,21 +76,6 @@
<artifactId>maven-scm-plugin</artifactId>
<inherited>false</inherited>
<executions>
- <execution>
- <id>common-docs-update</id>
- <goals>
- <goal>update</goal>
- </goals>
- <phase>validate</phase>
- <configuration>
-
<basedir>${checkout.basedir}/common</basedir>
- <scmVersion>HEAD</scmVersion>
-
<scmVersionType>revision</scmVersionType>
-
<connectionUrl>${common.docs.connectionURL}</connectionUrl>
-
<username>${checkout.username}</username>
-
<password>${checkout.password}</password>
- </configuration>
- </execution>
<execution>
<id>media-docs-update</id>
<goals>