Author: remy.maucherat(a)jboss.com
Date: 2008-02-14 05:26:17 -0500 (Thu, 14 Feb 2008)
New Revision: 421
Modified:
trunk/build.properties.default
trunk/dist.xml
trunk/webapps/docs/project.xml
Log:
- Add OpenSSL to allow easy key management.
Modified: trunk/build.properties.default
===================================================================
--- trunk/build.properties.default 2008-02-13 17:02:20 UTC (rev 420)
+++ trunk/build.properties.default 2008-02-14 10:26:17 UTC (rev 421)
@@ -71,7 +71,7 @@
# ----- JBoss Native, version 2.0 or later -----
jbossnative.home=${base.path}/jboss-native-2.0.3
-jbossnative.test=${base.path}/jboss-native-2.0.3/JBossORG-EULA.txt
+jbossnative.openssl=${base.path}/jboss-native-2.0.3/bin/openssl.exe
jbossnative.dlls=${jbossnative.home}/bin/native
jbossnative.loc=http://labs.jboss.com/downloading/?projectId=jbossweb&...
Modified: trunk/dist.xml
===================================================================
--- trunk/dist.xml 2008-02-13 17:02:20 UTC (rev 420)
+++ trunk/dist.xml 2008-02-14 10:26:17 UTC (rev 421)
@@ -240,6 +240,7 @@
<copy todir="${tomcat.dist}/bin">
<fileset dir="${jbossnative.dlls}" includes="*.dll"/>
</copy>
+ <copy todir="${tomcat.dist}/bin" file="${jbossnative.openssl}"
/>
<filter token="VERSION" value="${version}"/>
<filter token="VERSION_NUMBER" value="${version.number}"/>
Modified: trunk/webapps/docs/project.xml
===================================================================
--- trunk/webapps/docs/project.xml 2008-02-13 17:02:20 UTC (rev 420)
+++ trunk/webapps/docs/project.xml 2008-02-14 10:26:17 UTC (rev 421)
@@ -2,21 +2,17 @@
<project name="JBoss Web Documentation"
href="http://labs.jboss.com/jbossweb/">
- <title>JBoss Web 2.1</title>
+ <title></title>
- <logo href="/images/jboss_logo.gif">
+ <logo href="/images/jbossweblogo.gif">
The JBoss Web Servlet/JSP Container
</logo>
<body>
- <menu name="Links">
- <item name="Docs Home" href="index.html"/>
- <item name="FAQ"
href="http://tomcat.apache.org/faq" />
- </menu>
-
<menu name="User Guide">
+ <item name="Docs Home" href="index.html"/>
<item name="Introduction"
href="introduction.html"/>
<item name="Setup" href="setup.html"/>
<item name="System Properties"
href="sysprops.html"/>
@@ -45,14 +41,6 @@
<item name="Advanced IO"
href="aio.html"/>
</menu>
- <menu name="Reference">
- <item name="Release Notes"
href="RELEASE-NOTES.txt"/>
- <item name="Configuration"
href="config/index.html"/>
- <item name="Javadocs"
href="api/index.html"/>
- <item name="JK 1.2 Documentation"
-
href="http://tomcat.apache.org/connectors-doc/"/>
- </menu>
-
<menu name="JBoss Web Development">
<item name="Building"
href="building.html"/>
<item name="Changelog"
href="changelog.html"/>
@@ -61,6 +49,15 @@
<item name="Legal" href="legal.html"/>
</menu>
+ <menu name="Reference">
+ <item name="Release Notes"
href="RELEASE-NOTES.txt"/>
+ <item name="Configuration"
href="config/index.html"/>
+ <item name="Javadocs"
href="api/index.html"/>
+ <item name="JK 1.2 Documentation"
+
href="http://tomcat.apache.org/connectors-doc/"/>
+ <item name="Tomcat FAQ"
href="http://tomcat.apache.org/faq" />
+ </menu>
+
</body>
</project>