You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/11/03 03:00:30 UTC

svn commit: r470631 - in /beehive/branches/v1.0.2: ./ docs/forrest/release/src/documentation/content/xdocs/ docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/ netui/src/pageflow/ samples/netui-samples/web/advanced/customvalidator...

Author: crogers
Date: Thu Nov  2 18:00:29 2006
New Revision: 470631

URL: http://svn.apache.org/viewvc?view=rev&rev=470631
Log:
first pass at updating version numbers in the documentation, build, etc. for v1.0.2

Tests: nightly build


Modified:
    beehive/branches/v1.0.2/beehive-imports.xml
    beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/installation.xml
    beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/tutorial.xml
    beehive/branches/v1.0.2/netui/src/pageflow/beehive-netui-core.pom
    beehive/branches/v1.0.2/samples/netui-samples/web/advanced/customvalidator/index.jsp
    beehive/branches/v1.0.2/user/samples-README.txt

Modified: beehive/branches/v1.0.2/beehive-imports.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/beehive-imports.xml?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/beehive-imports.xml (original)
+++ beehive/branches/v1.0.2/beehive-imports.xml Thu Nov  2 18:00:29 2006
@@ -30,7 +30,7 @@
     <property name="ant.dir" location="${os.ANT_HOME}"/>
     <property name="forrest.dir" location="${os.FORREST_HOME}"/>
 
-    <property name="beehive.version" value="1.1-SNAPSHOT"/>
+    <property name="beehive.version" value="1.0.2"/>
     <property name="dist.base.name" value="apache-beehive-"/>
     <property name="dist.name" value="${dist.base.name}${beehive.version}"/>
 

Modified: beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/installation.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/installation.xml?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/installation.xml (original)
+++ beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/installation.xml Thu Nov  2 18:00:29 2006
@@ -12,7 +12,7 @@
         </p>
             <p>(1) The following software is required for developing Beehive applications:</p>
             <ul>
-                <li>Beehive Binary Distribution -- download from <a class="fork" href="site:beehive-release/current">http://beehive.apache.org/releases/release-1.0.cgi</a></li>
+                <li>Beehive Binary Distribution -- download from <a class="fork" href="site:beehive-release/current">http://beehive.apache.org/releases/release-1.0.2.cgi</a></li>
                 <li>Ant 1.6.2 -- download from <a class="fork" href="site:ant16/download">http://ant.apache.org/bindownload.cgi</a></li>
                 <li>J2SE 5.0 JDK -- download from <a class="fork" href="site:java5download">http://java.sun.com/j2se/1.5.0/download.jsp</a></li>
             </ul>

Modified: beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/tutorial.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/tutorial.xml?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/tutorial.xml (original)
+++ beehive/branches/v1.0.2/docs/forrest/release/src/documentation/content/xdocs/system-controls/wsc/tutorial.xml Thu Nov  2 18:00:29 2006
@@ -95,7 +95,7 @@
                     </p>
                     <p>
                         For example, if Beehive distribution is located in
-                        <code>/apache/apache-beehive-1.0</code>
+                        <code>/apache/apache-beehive-1.0.2</code>
                         and JUnit is located in
                         <code>/test-tools/junit</code>
                         , then your
@@ -105,7 +105,7 @@
                     </p>
                     <source>
                         beehive.home=
-                        <strong>/apache/apache-beehive-1.0.1</strong>
+                        <strong>/apache/apache-beehive-1.0.2</strong>
 
                         junit.home=
                         <strong>/test-tools/junit</strong>

Modified: beehive/branches/v1.0.2/netui/src/pageflow/beehive-netui-core.pom
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/netui/src/pageflow/beehive-netui-core.pom?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/netui/src/pageflow/beehive-netui-core.pom (original)
+++ beehive/branches/v1.0.2/netui/src/pageflow/beehive-netui-core.pom Thu Nov  2 18:00:29 2006
@@ -25,8 +25,8 @@
         <dependency>
             <groupId>struts</groupId>
             <artifactId>struts</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.9</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: beehive/branches/v1.0.2/samples/netui-samples/web/advanced/customvalidator/index.jsp
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/samples/netui-samples/web/advanced/customvalidator/index.jsp?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/samples/netui-samples/web/advanced/customvalidator/index.jsp (original)
+++ beehive/branches/v1.0.2/samples/netui-samples/web/advanced/customvalidator/index.jsp Thu Nov  2 18:00:29 2006
@@ -14,15 +14,15 @@
             The two custom rules used here ('palindrome' and 'divisibleBy') are defined in
             /WEB-INF/custom-validator-rules.xml.  These rules are merged into the page flow using
             the
-            <code><a href="http://beehive.apache.org/docs/1.0.1/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.Controller.html#customValidatorConfigs()">customValidatorConfigs</a></code>
+            <code><a href="http://beehive.apache.org/docs/1.0.2/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.Controller.html#customValidatorConfigs()">customValidatorConfigs</a></code>
             attribute on the
-            <code><a href="http://beehive.apache.org/docs/1.0.1/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.Controller.html">@Jpf.Controller</a></code>
+            <code><a href="http://beehive.apache.org/docs/1.0.2/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.Controller.html">@Jpf.Controller</a></code>
             annotation in Controller.java.
         </p>
         <p>
             The rules are applied to various properties of the form bean
             (<code>org.apache.beehive.samples.netui.customValidator.MyFormBean</code>) through the
-            <code><a href="http://beehive.apache.org/docs/1.0.1/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.ValidateCustomRule.html">@Jpf.ValidateCustomRule</a></code>
+            <code><a href="http://beehive.apache.org/docs/1.0.2/netui/apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.ValidateCustomRule.html">@Jpf.ValidateCustomRule</a></code>
             annotation.
         </p>
 

Modified: beehive/branches/v1.0.2/user/samples-README.txt
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/user/samples-README.txt?view=diff&rev=470631&r1=470630&r2=470631
==============================================================================
--- beehive/branches/v1.0.2/user/samples-README.txt (original)
+++ beehive/branches/v1.0.2/user/samples-README.txt Thu Nov  2 18:00:29 2006
@@ -8,7 +8,7 @@
 
 Instructions for running these samples are located at:
 
-    http://beehive.apache.org/docs/1.0.1/samples/index.html
+    http://beehive.apache.org/docs/1.0.2/samples/index.html
 
 and locally at:
 
@@ -38,4 +38,4 @@
        This sample demonstrates all three Beehive sub-projects: controls, 
        Page Flows, and web services.  Petstore includes (1) a Page Flow based web site, 
        (2) controls for managing state and data retrieval, and (3) a web service 
-       interface for inventory management.
\ No newline at end of file
+       interface for inventory management.