[jboss-osgi-commits] JBoss-OSGI SVN: r91600 - in projects/jboss-osgi/trunk: distribution/installer/src/main/resources/installer and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Jul 23 04:28:40 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-23 04:28:39 -0400 (Thu, 23 Jul 2009)
New Revision: 91600

Modified:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
   projects/jboss-osgi/trunk/distribution/pom.xml
   projects/jboss-osgi/trunk/hudson/hudson-home/config.xml
Log:
Publish apidocs

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml	2009-07-23 08:19:43 UTC (rev 91599)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml	2009-07-23 08:28:39 UTC (rev 91600)
@@ -110,7 +110,7 @@
       
       <!-- JBossOSGi Docs -->
       <fileset dir="@{deploy.artifacts.dir}/docs/userguide" targetdir="$INSTALL_PATH/docs/userguide" override="true"/>
-      <file src="@{deploy.artifacts.dir}/lib/jboss-osgi-javadoc-javadoc.jar" targetdir="$INSTALL_PATH/docs/javadoc" unpack="true" override="true"/>
+      <file src="@{deploy.artifacts.dir}/lib/jboss-osgi-javadoc-javadoc.jar" targetdir="$INSTALL_PATH/docs/apidocs" unpack="true" override="true"/>
       
       <!-- JBossOSGi Examples -->
       <file src="@{deploy.artifacts.dir}/lib/jboss-osgi-testsuite-example.zip" targetdir="$INSTALL_PATH" unpack="true" override="true" />

Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml	2009-07-23 08:19:43 UTC (rev 91599)
+++ projects/jboss-osgi/trunk/distribution/pom.xml	2009-07-23 08:28:39 UTC (rev 91600)
@@ -10,6 +10,15 @@
   <!-- ====================================================================== -->
 
   <!-- $Id: pom.xml 91576 2009-07-22 19:42:25Z thomas.diesler at jboss.com $ -->
+  
+  <!--
+  
+    To copy a snapshot of the documentation run:
+    
+    scp -r docbook/target/docbook/publish/en-US/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0.Beta3/userguide
+    scp -r javadoc/target/apidocs/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0.Beta3/apidocs
+     
+  -->
 
 <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">
   <modelVersion>4.0.0</modelVersion>

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/config.xml	2009-07-23 08:19:43 UTC (rev 91599)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/config.xml	2009-07-23 08:28:39 UTC (rev 91600)
@@ -9,7 +9,7 @@
 <table>
 <tr align="left"><th>Bind Addr</th><td>@jboss.bind.address@</td></tr>
 <tr align="left"><th>Documentation</th><td>
-<a href='job/jbossosgi-jdk16/ws/jboss-osgi/distribution/installer/target/auto-install-dest/docs/javadoc/index.html'>Javadoc</a>&nbsp;
+<a href='job/jbossosgi-jdk16/ws/jboss-osgi/distribution/installer/target/auto-install-dest/docs/apidocs/index.html'>Javadoc</a>&nbsp;
 <a href='job/jbossosgi-jdk16/ws/jboss-osgi/distribution/installer/target/auto-install-dest/docs/userguide/pdf/JBossOSGi - Userguide.pdf'>PDF</a>&nbsp;
 <a href='job/jbossosgi-jdk16/ws/jboss-osgi/distribution/installer/target/auto-install-dest/docs/userguide/html/index.html'>HTML</a>&nbsp;
 <a href='job/jbossosgi-jdk16/ws/jboss-osgi/distribution/installer/target/auto-install-dest/docs/userguide/html_single/index.html'>HTML-Single</a>&nbsp;



More information about the jboss-osgi-commits mailing list