Author: ben
Date: 2007-09-24 17:04:34 -0700 (Mon, 24 Sep 2007)
New Revision: 6575

Modified:
   openlaszlo/branches/paperpie/build.properties
   openlaszlo/branches/paperpie/docs/index.html
   openlaszlo/branches/paperpie/docs/src/build.xml
   openlaszlo/branches/paperpie/docs/src/reference/index.dbk
Log:
Changing version names and numbers, and turning up the maximum memory for the 
java doc build step, which speeds it up an awful lot.

Modified: openlaszlo/branches/paperpie/build.properties
===================================================================
--- openlaszlo/branches/paperpie/build.properties       2007-09-24 23:42:45 UTC 
(rev 6574)
+++ openlaszlo/branches/paperpie/build.properties       2007-09-25 00:04:34 UTC 
(rev 6575)
@@ -3,11 +3,11 @@
 #LPS things
 #
 LPS_NAME = OpenLaszlo
-version.id = 4.0.x
-version.id.upper = 4.0.x
+version.id = 4.1.x
+version.id.upper = 4.1.x
 # Set this in a release to the release name
-release = Latest
-release.id = 4.0.x
+release = paperpie
+release.id = 4.1.x
 # Set this in a release to the release build
 # Otherwise an ant task will compute it from svn
 #build.id

Modified: openlaszlo/branches/paperpie/docs/index.html
===================================================================
--- openlaszlo/branches/paperpie/docs/index.html        2007-09-24 23:42:45 UTC 
(rev 6574)
+++ openlaszlo/branches/paperpie/docs/index.html        2007-09-25 00:04:34 UTC 
(rev 6575)
@@ -35,9 +35,8 @@
 </li>
 
 <li>
-<b><a href="http://www.openlaszlo.org/lps3/docs/reference";>OpenLaszlo 
Reference</a></b><br />
+<b><a href="./reference">OpenLaszlo Reference</a></b><br />
 A complete listing of every public LZX tag and API -- including tag attributes 
and API methods and parameters.
-(The link above takes you to the OpenLaszlo 3.4 reference on 
www.openlaszlo.org. <a href="./reference">OpenLaszlo 4 Reference</a> is also 
available locally, but it is not as polished as the 3.4 reference. We recommend 
you use the <a href="http://www.openlaszlo.org/lps3/docs/reference";>OpenLaszlo 
3.4 Reference</a>.) 
 </li>
 
 <li>

Modified: openlaszlo/branches/paperpie/docs/src/build.xml
===================================================================
--- openlaszlo/branches/paperpie/docs/src/build.xml     2007-09-24 23:42:45 UTC 
(rev 6574)
+++ openlaszlo/branches/paperpie/docs/src/build.xml     2007-09-25 00:04:34 UTC 
(rev 6575)
@@ -255,7 +255,7 @@
     <java classname="com.icl.saxon.StyleSheet"
           fork="yes"
           failonerror="yes"
-          maxmemory="512m">
+          maxmemory="1024m">
       <classpath refid="saxon.processor.classpath"/>
       <jvmarg 
value="-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
       <jvmarg 
value="-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
@@ -652,6 +652,7 @@
       <param name="show.fixmes" expression="${ref.show.fixmes}"/>
       <param name="build.general.index" expression="1"/>
     </style>
+
   </target>
   
   <target name="reference.preprocess" depends="init,reference.dbk.build"
@@ -668,7 +669,6 @@
       </filterset>
       <mapper type="glob" from="*.in" to="*"/>
     </copy>
-
     <antcall target="dbk.examples.preprocess" inheritAll="true">
       <param name="local.input.dir" value="${docs.build.dir}"/>
       <param name="local.input.index" value="reference/index.dbk"/>
@@ -709,6 +709,7 @@
 
 
   </target>
+  
 
   <target name="reference.resources" 
depends="init,reference.preprocess,components.resources.generate"
           unless="reference.skip">

Modified: openlaszlo/branches/paperpie/docs/src/reference/index.dbk
===================================================================
--- openlaszlo/branches/paperpie/docs/src/reference/index.dbk   2007-09-24 
23:42:45 UTC (rev 6574)
+++ openlaszlo/branches/paperpie/docs/src/reference/index.dbk   2007-09-25 
00:04:34 UTC (rev 6575)
@@ -8,11 +8,11 @@
 <book xmlns:xi="http://www.w3.org/2003/XInclude";>
   <?dbhtml dir="reference" ?>
   <?dbhtml filename="index.html" ?>
-  <title>OpenLaszlo 4.0 Reference</title>
+  <title>OpenLaszlo 4.1 (paperpie) Reference</title>
   <titleabbrev>OL4 Reference</titleabbrev>
 
   <xi:include href="book-info.dbk"></xi:include>
-  
+
   <xi:include href="preface.dbk">
     <xi:fallback><para>Missing: Preface</para></xi:fallback>
   </xi:include>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to