Author: crossley
Date: Wed Apr 25 23:36:55 2007
New Revision: 532628
URL: http://svn.apache.org/viewvc?view=rev&rev=532628
Log:
Fix the setting for build.compiler.vm property in plugins/build.xml too.
Missed in r532575
Modified:
forrest/trunk/plugins/build.xml
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
Modified: forrest/trunk/plugins/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?view=diff&rev=532628&r1=532627&r2=532628
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Wed Apr 25 23:36:55 2007
@@ -80,7 +80,7 @@
<property name="build.compiler.deprecation" value="on"/>
<property name="build.compiler.nowarn" value="on"/>
<property name="build.compiler.type" value="classic"/>
- <property name="build.compiler.vm" value="1.2"/>
+ <property name="build.compiler.vm" value="1.4"/>
<mkdir dir="${build.dir}"/>
<path id="classpath">
<fileset dir="${forrest.home}/lib" includes="**/*.jar"/>
Modified:
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?view=diff&rev=532628&r1=532627&r2=532628
==============================================================================
---
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
Wed Apr 25 23:36:55 2007
@@ -229,7 +229,7 @@
</p></li>
<li><p>
Start discussion on Java-Version to use for compiling and testing
- the release. If necessary, alter the build.compiler.vm value in
main/build.xml
+ the release. If necessary, alter the build.compiler.vm value in
main/build.xml and plugins/build.xml
</p></li>
</ol>
</section>