Skip to Content.
Sympa Menu

notify-dpml - r1358 - in trunk/main: . central/etc/docs central/src/docs central/src/docs/about central/src/docs/depot central/src/docs/depot/concepts central/src/docs/metro central/src/docs/metro/concepts central/src/docs/station central/src/docs/station/concepts central/src/docs/transit central/src/docs/transit/concepts central/src/docs/util central/src/docs/util/cli central/src/docs/util/concepts depot/tools/builder/etc/prefs/themes/formal/html depot/tools/builder/src/main/net/dpml/tools/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1358 - in trunk/main: . central/etc/docs central/src/docs central/src/docs/about central/src/docs/depot central/src/docs/depot/concepts central/src/docs/metro central/src/docs/metro/concepts central/src/docs/station central/src/docs/station/concepts central/src/docs/transit central/src/docs/transit/concepts central/src/docs/util central/src/docs/util/cli central/src/docs/util/concepts depot/tools/builder/etc/prefs/themes/formal/html depot/tools/builder/src/main/net/dpml/tools/tasks
  • Date: Tue, 11 Apr 2006 06:12:59 +0200

Author: mcconnell
Date: 2006-04-11 06:12:47 +0200 (Tue, 11 Apr 2006)
New Revision: 1358

Added:
trunk/main/central/src/docs/metro/cli/
trunk/main/central/src/docs/station/concepts/
trunk/main/central/src/docs/station/concepts/index.xml
trunk/main/central/src/docs/station/concepts/navigation.xml
trunk/main/central/src/docs/util/concepts/
trunk/main/central/src/docs/util/concepts/index.xml
trunk/main/central/src/docs/util/concepts/navigation.xml
Removed:
trunk/main/central/src/docs/station/exec/
Modified:
trunk/main/central/etc/docs/.htaccess
trunk/main/central/src/docs/about/index.xml
trunk/main/central/src/docs/about/navigation.xml
trunk/main/central/src/docs/depot/concepts/index.xml
trunk/main/central/src/docs/depot/index.xml
trunk/main/central/src/docs/depot/navigation.xml
trunk/main/central/src/docs/index.xml
trunk/main/central/src/docs/metro/concepts/index.xml
trunk/main/central/src/docs/metro/index.xml
trunk/main/central/src/docs/metro/navigation.xml
trunk/main/central/src/docs/navigation.xml
trunk/main/central/src/docs/station/index.xml
trunk/main/central/src/docs/station/navigation.xml
trunk/main/central/src/docs/transit/concepts/index.xml
trunk/main/central/src/docs/transit/navigation.xml
trunk/main/central/src/docs/util/cli/index.xml
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/DocTask.java
trunk/main/library.xml
Log:
doc refactoring

Modified: trunk/main/central/etc/docs/.htaccess
===================================================================
--- trunk/main/central/etc/docs/.htaccess 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/etc/docs/.htaccess 2006-04-11 04:12:47 UTC (rev
1358)
@@ -10,3 +10,6 @@
RedirectMatch ^/central/* http://www.dpml.net/index.html
RedirectMatch ^/transit/overview.html
http://www.dpml.net/transit/concepts/index.html
RedirectMatch ^/about/setup(.*) http://www.dpml.net/about/download/index.html
+RedirectMatch ^/index.html http://www.dpml.net/about/index.html
+RedirectMatch ^/index.htm http://www.dpml.net/about/index.html
+RedirectMatch ^/ http://www.dpml.net/about/index.html

Modified: trunk/main/central/src/docs/about/index.xml
===================================================================
--- trunk/main/central/src/docs/about/index.xml 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/src/docs/about/index.xml 2006-04-11 04:12:47 UTC (rev
1358)
@@ -1,19 +1,51 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<document>
-
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
- <title>About the DPML</title>
- <description>General information about the DPML.</description>
- <keywords>DPML, community, policy, resources</keywords>
- </properties>
+ <title>DPML Component Management Solutions</title>
+ <description>Intelligent Component Management Solutions for
Java.</description>
+ <keywords>DPML, build, runtime, management, components, soa, java,
composition</keywords>
+ </properties>

<body>
- <section name="The Digital Product Meta Library">
- <!-- this is an empty page as we don't link to it directly -->
+
+ <section name="Component Management Solutions">
+
+ <subsection name="Products">
+
+ <ul>
+ <li>
+ <a href="/transit/index.html">Transit</a> resource management
framework.
+ </li>
+ <li>
+ <a href="/depot/index.html">Depot</a> tools
+ for build automation in complex multi-project environments.
+ </li>
+ <li>
+ <a href="/metro/index.html">Metro</a> context-driven IOC runtime
container.
+ </li>
+ <li>
+ <a href="/station/index.html">Station</a> multi-appplication
management system.
+ </li>
+ <li>
+ <a href="/util/index.html">util</a> supporting utilities.
+ </li>
+ </ul>
+
+ </subsection>
+
+ <subsection name="License">
+
+ <p>
+ All DPML products are published under <a
href="legal/index.html">open-source</a> license.
+ </p>
+
+ </subsection>
+
</section>
+
</body>
- <body/>
+
</document>


Modified: trunk/main/central/src/docs/about/navigation.xml
===================================================================
--- trunk/main/central/src/docs/about/navigation.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/about/navigation.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -25,6 +25,7 @@
<body>

<menu>
+ <item name="Overview" href="index.html"/>
<item name="Download" href="download/index.html"/>
<item name="Reports" href="reports/index.html"/>
<item name="Resources" href="resources/index.html"/>

Modified: trunk/main/central/src/docs/depot/concepts/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/concepts/index.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/depot/concepts/index.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -9,7 +9,7 @@

<body>

- <section name="Depot Overview">
+ <section name="DPML Depot">

<p>
Depot is a the component development workshop. It provides tools

Modified: trunk/main/central/src/docs/depot/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/index.xml 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/src/docs/depot/index.xml 2006-04-11 04:12:47 UTC (rev
1358)
@@ -9,7 +9,7 @@

<body>

- <section name="Depot Development Tooling">
+ <section name="DPML Depot">

<p>
The project builder provides support for the building of multiple

Modified: trunk/main/central/src/docs/depot/navigation.xml
===================================================================
--- trunk/main/central/src/docs/depot/navigation.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/depot/navigation.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -26,9 +26,9 @@

<menu>
<item name="Overview" href="concepts/index.html"/>
- <item name="Library Directive" href="library/index.html"/>
+ <item name="XML Directive" href="library/index.html"/>
<item name="Builder" href="tools/index.html"/>
- <item name="Antlib" href="tasks/index.html"/>
+ <item name="Ant" href="tasks/index.html"/>
<item name="CLI" href="cli/index.html"/>
</menu>


Modified: trunk/main/central/src/docs/index.xml
===================================================================
--- trunk/main/central/src/docs/index.xml 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/src/docs/index.xml 2006-04-11 04:12:47 UTC (rev
1358)
@@ -17,15 +17,21 @@

<ul>
<li>
- <a href="depot/index.html">Depot</a> tools
+ <a href="/transit/index.html">Transit</a> resource management
framework.
+ </li>
+ <li>
+ <a href="/depot/index.html">Depot</a> tools
for build automation in complex multi-project environments.
</li>
<li>
- <a href="metro/index.html">Metro</a> context-driven IOC runtime
container.
+ <a href="/metro/index.html">Metro</a> context-driven IOC runtime
container.
</li>
<li>
- <a href="transit/index.html">Transit</a> resource management
framework.
+ <a href="/station/index.html">Station</a> multi-appplication
management system.
</li>
+ <li>
+ <a href="/util/index.html">util</a> supporting utilities.
+ </li>
</ul>

</subsection>

Copied: trunk/main/central/src/docs/metro/cli (from rev 1357,
trunk/main/central/src/docs/station/exec)

Modified: trunk/main/central/src/docs/metro/concepts/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/concepts/index.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/metro/concepts/index.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -9,7 +9,7 @@

<body>

- <section name="Metro Overview">
+ <section name="DPML Metro">

<p>
Metro is an advanced component runtime solution.

Modified: trunk/main/central/src/docs/metro/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/index.xml 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/src/docs/metro/index.xml 2006-04-11 04:12:47 UTC (rev
1358)
@@ -9,7 +9,7 @@

<body>

- <section name="Metro Component Management">
+ <section name="DPML Metro">

<p>
Metro is an advanced component runtime solution.

Modified: trunk/main/central/src/docs/metro/navigation.xml
===================================================================
--- trunk/main/central/src/docs/metro/navigation.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/metro/navigation.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -26,9 +26,10 @@

<menu>
<item name="Overview" href="concepts/index.html"/>
- <item name="Directives" href="directives/index.html"/>
+ <item name="XML Directive" href="directives/index.html"/>
<item name="Runtime" href="runtime/index.html"/>
- <item name="Tasks" href="tasks/index.html"/>
+ <item name="Ant" href="tasks/index.html"/>
+ <item name="CLI" href="cli/index.html"/>
</menu>

</body>

Modified: trunk/main/central/src/docs/navigation.xml
===================================================================
--- trunk/main/central/src/docs/navigation.xml 2006-04-10 23:54:35 UTC (rev
1357)
+++ trunk/main/central/src/docs/navigation.xml 2006-04-11 04:12:47 UTC (rev
1358)
@@ -26,6 +26,7 @@
<body>

<links>
+ <item name="Home" href="about/index.html"/>
<item name="Utilities" href="util/concepts/index.html"/>
<item name="Station" href="station/concepts/index.html"/>
<item name="Metro" href="metro/concepts/index.html"/>
@@ -34,6 +35,7 @@
</links>

<menu>
+ <item name="Overview" href="about/index.html"/>
<item name="Download" href="about/download/index.html"/>
<item name="Reports" href="about/reports/index.html"/>
<item name="Resources" href="about/resources/index.html"/>

Added: trunk/main/central/src/docs/station/concepts/index.xml
===================================================================
--- trunk/main/central/src/docs/station/concepts/index.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/station/concepts/index.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Station</title>
+ </properties>
+
+ <body>
+
+ <section name="DPML Station">
+
+ <p>
+ The DPML Station is system supporting the maintenance of multiple
+ applications. It is composed of an remotely accessible registry
+ of <a href="applications/index.html">applications</a> and a
+ supporting <a href="cli/index.html">commandline tool</a>.
+ Applications are defined using network resolvable
+ <a href="profiles/index.html">profiles</a> that contain information
about
+ the application environment, JVM settings, and application codebase.
+ </p>
+
+ <p>
+ Capabilities of the station include:
+ </p>
+
+ <ul>
+ <li>Ability to run as a background process.</li>
+ <li>Add, remove and update application profiles.</li>
+ <li>Start, stop and restart registered applications.</li>
+ <li>List information about running applications and/or profiles</li>
+ </ul>
+
+ </section>
+
+ </body>
+
+</document>
+

Added: trunk/main/central/src/docs/station/concepts/navigation.xml
===================================================================
--- trunk/main/central/src/docs/station/concepts/navigation.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/station/concepts/navigation.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2004 Stephen McConnell
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.dpml.net/central/about/legal/
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project>
+
+ <title>DPML Central</title>
+
+ <body>
+
+ <menu>
+ </menu>
+
+ </body>
+
+</project>

Modified: trunk/main/central/src/docs/station/index.xml
===================================================================
--- trunk/main/central/src/docs/station/index.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/station/index.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -9,7 +9,7 @@

<body>

- <section name="Metro Station">
+ <section name="DPML Station">

<p>
The Metro Station is system supporting the maintenance of multiple

Modified: trunk/main/central/src/docs/station/navigation.xml
===================================================================
--- trunk/main/central/src/docs/station/navigation.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/station/navigation.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -28,8 +28,7 @@
<item name="Overview" href="concepts/index.html"/>
<item name="Profiles" href="profiles/index.html"/>
<item name="Applications" href="applications/index.html"/>
- <item name="Station CLI" href="cli/index.html"/>
- <item name="Metro CLI" href="exec/index.html"/>
+ <item name="CLI" href="cli/index.html"/>
<item name="SCM" href="scm.html"/>
</menu>


Modified: trunk/main/central/src/docs/transit/concepts/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/concepts/index.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/transit/concepts/index.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -30,7 +30,7 @@

<body verified="true">

- <section name="Transit Overview">
+ <section name="DPML Transit">

<pre>@TRANSIT-HANDLER-URI@</pre>


Modified: trunk/main/central/src/docs/transit/navigation.xml
===================================================================
--- trunk/main/central/src/docs/transit/navigation.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/transit/navigation.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -26,10 +26,10 @@

<menu>
<item name="Overview" href="concepts/index.html"/>
+ <item name="XML Directive" href="parts/index.html"/>
<item name="Protocols" href="technical/index.html"/>
- <item name="Part Directive" href="parts/index.html"/>
<item name="Setup" href="setup/index.html"/>
- <item name="Antlib" href="tasks/index.html"/>
+ <item name="Ant" href="tasks/index.html"/>
<item name="CLI" href="cli/index.html"/>
</menu>


Modified: trunk/main/central/src/docs/util/cli/index.xml
===================================================================
--- trunk/main/central/src/docs/util/cli/index.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/util/cli/index.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -31,6 +31,8 @@

<p>
The CLI library provides an API for processing command line
interfaces.
+ </p>
+ <p>
The implementation is based on the Jakarta Commons CLI2 library
written
by John Keyes and Rob Oxspring.
</p>

Added: trunk/main/central/src/docs/util/concepts/index.xml
===================================================================
--- trunk/main/central/src/docs/util/concepts/index.xml 2006-04-10 23:54:35
UTC (rev 1357)
+++ trunk/main/central/src/docs/util/concepts/index.xml 2006-04-11 04:12:47
UTC (rev 1358)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ Copyright 2005 Stephen McConnell
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.dpml.net/central/about/legal/
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Metro Common Utilities</title>
+ </properties>
+
+ <body>
+
+ <section name="DPML Utilities">
+
+ <p>
+ A number of common utility libraries are provided by the DPML.
+ These are stadalone utilities that may be used in conjuction with
+ or independently of the Metro runtime. The libraries include
+ support for internationalization, advanced commandline handling,
+ and a simple logging interface.
+ </p>
+
+ </section>
+
+ </body>
+
+</document>

Added: trunk/main/central/src/docs/util/concepts/navigation.xml
===================================================================
--- trunk/main/central/src/docs/util/concepts/navigation.xml 2006-04-10
23:54:35 UTC (rev 1357)
+++ trunk/main/central/src/docs/util/concepts/navigation.xml 2006-04-11
04:12:47 UTC (rev 1358)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2004-2005 Stephen McConnell
+ Copyright 2004 Niclas Hedhman
+ Copyright 2005 David Leangen
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.dpml.net/central/about/legal/
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project>
+
+ <title>DPML Runtime</title>
+
+ <body>
+
+ <menu>
+ </menu>
+
+ </body>
+
+</project>

Modified:
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
2006-04-10 23:54:35 UTC (rev 1357)
+++ trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
2006-04-11 04:12:47 UTC (rev 1358)
@@ -12,6 +12,7 @@

/>

+ <xsl:param name="homepath"/>
<xsl:param name="directory" />
<xsl:param name="file" />
<xsl:param name="fullpath" />
@@ -31,19 +32,20 @@

<xsl:template match="document">
<html>
- <head>
- <title>
- <xsl:value-of select="properties/title" />
- </title>
- <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//menu/level" />
- <link rel="stylesheet" type="text/css">
- <xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />styles/style.css</xsl:attribute>
- </link>
- <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
- <xsl:apply-templates select="properties" />
- <meta name="publisher" content="DPML" />
- </head>
- <xsl:apply-templates select="body" />
+ <head>
+ <title>
+ <xsl:value-of select="properties/title" />
+ </title>
+ <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//menu/level" />
+ <link rel="stylesheet" type="text/css">
+ <xsl:attribute name="href">
+ <xsl:value-of select="$relativepath[position() = last()]"
/>styles/style.css</xsl:attribute>
+ </link>
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
+ <xsl:apply-templates select="properties" />
+ <meta name="publisher" content="DPML" />
+ </head>
+ <xsl:apply-templates select="body"/>
</html>
</xsl:template>

@@ -56,7 +58,6 @@

<xsl:template match="author">
<meta name="author"><xsl:attribute name="content"><xsl:value-of
select="." /></xsl:attribute></meta>
- <!--<meta name="email"><xsl:attribute name="content"><xsl:value-of
select="@email" /></xsl:attribute></meta>-->
</xsl:template>

<xsl:template match="contributor">
@@ -196,16 +197,19 @@
<div class="categorybar">
<xsl:attribute name="dir"><xsl:value-of select="$directory"
/></xsl:attribute>

+ <!--
<a>
<xsl:attribute name="class"><xsl:value-of select="$homeclass"
/></xsl:attribute>
- <xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />index.html</xsl:attribute>
+ <xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />about/index.html</xsl:attribute>
Home
</a>
+ -->
<xsl:variable name="x" select="document('navigation.xml', .
)/project/body//category" />
<xsl:apply-templates select="$x/item" >
<xsl:with-param name="dir" select="$x/../level" />
<xsl:with-param name="class" select="'category'" />
</xsl:apply-templates>
+
</div>
</xsl:template>


Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/DocTask.java
===================================================================
--- trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/DocTask.java
2006-04-10 23:54:35 UTC (rev 1357)
+++ trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/DocTask.java
2006-04-11 04:12:47 UTC (rev 1358)
@@ -68,6 +68,7 @@
private static final String DOC_LOGO_MIDDLE_FILE_VALUE = "";
private static final String DOC_LOGO_MIDDLE_URL_VALUE = "";
private static final String DOC_BRAND_NAME_VALUE = "DPML";
+ private static final String DOC_HOME_PATH_VALUE = "index.html";

/**
* Constant organization key.
@@ -154,6 +155,11 @@
*/
public static final String DOC_ANCHOR_URL_KEY =
"project.docs.anchor.url";

+ /**
+ * Constant docs home page path.
+ */
+ public static final String DOC_HOME_PATH_KEY = "project.docs.home.path";
+
private String m_theme;
private File m_baseToDir;
private File m_baseSrcDir;
@@ -257,6 +263,7 @@
mkDir( docs );
final String theme = getTheme();
final String output = getOutputFormat();
+ final String home = getHomePath();
final File themeRoot = getThemesDirectory();
final File themeDir = new File( themeRoot, theme + "/" + output );

@@ -306,6 +313,11 @@
return new File( Transit.DPML_PREFS, "dpml/tools/themes" );
}

+ private String getHomePath()
+ {
+ return getProject().getProperty( DOC_HOME_PATH_KEY );
+ }
+
private String getOutputFormat()
{
return getProject().getProperty( DOC_FORMAT_KEY );

Modified: trunk/main/library.xml
===================================================================
--- trunk/main/library.xml 2006-04-10 23:54:35 UTC (rev 1357)
+++ trunk/main/library.xml 2006-04-11 04:12:47 UTC (rev 1358)
@@ -41,7 +41,11 @@
<import file="station/module.xml"/>
<import file="planet/module.xml"/>

- <project name="central" basedir="central"/>
+ <project name="central" basedir="central">
+ <properties>
+ <property name="project.docs.home.path" value="about/index.html"/>
+ </properties>
+ </project>

</module>





  • r1358 - in trunk/main: . central/etc/docs central/src/docs central/src/docs/about central/src/docs/depot central/src/docs/depot/concepts central/src/docs/metro central/src/docs/metro/concepts central/src/docs/station central/src/docs/station/concepts central/src/docs/transit central/src/docs/transit/concepts central/src/docs/util central/src/docs/util/cli central/src/docs/util/concepts depot/tools/builder/etc/prefs/themes/formal/html depot/tools/builder/src/main/net/dpml/tools/tasks, mcconnell at BerliOS, 04/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page