Author: hlship
Date: Wed Sep 7 07:58:12 2005
New Revision: 279335
URL: http://svn.apache.org/viewcvs?rev=279335&view=rev
Log:
TAPESTRY-546: Build uploads vlibbeans-xxx.jar to java repository (and thence to
the maven repository)
Modified:
jakarta/tapestry/trunk/examples/Vlib/build.xml
jakarta/tapestry/trunk/examples/VlibBeans/build.xml
jakarta/tapestry/trunk/status.xml
Modified: jakarta/tapestry/trunk/examples/Vlib/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/examples/Vlib/build.xml?rev=279335&r1=279334&r2=279335&view=diff
==============================================================================
--- jakarta/tapestry/trunk/examples/Vlib/build.xml (original)
+++ jakarta/tapestry/trunk/examples/Vlib/build.xml Wed Sep 7 07:58:12 2005
@@ -23,6 +23,8 @@
<property name="javadoc.package" value="org.apache.tapestry.workbench.*"/>
<property name="root.dir" value="../.."/>
+ <property name="module.install.dir" value="${root.dir}/target/vlib"/>
+
<property file="${root.dir}/config/build.properties"/>
<property file="${root.dir}/config/common.properties"/>
Modified: jakarta/tapestry/trunk/examples/VlibBeans/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/examples/VlibBeans/build.xml?rev=279335&r1=279334&r2=279335&view=diff
==============================================================================
--- jakarta/tapestry/trunk/examples/VlibBeans/build.xml (original)
+++ jakarta/tapestry/trunk/examples/VlibBeans/build.xml Wed Sep 7 07:58:12 2005
@@ -23,6 +23,8 @@
<property name="javadoc.package" value="org.apache.tapestry.vlib.ejb"/>
<property name="root.dir" value="../.."/>
+ <property name="module.install.dir" value="${root.dir}/target/vlib"/>
+
<property file="${root.dir}/config/build.properties"/>
<property file="${root.dir}/config/common.properties"/>
Modified: jakarta/tapestry/trunk/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=279335&r1=279334&r2=279335&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Wed Sep 7 07:58:12 2005
@@ -68,6 +68,7 @@
<action type="fix" dev="DS" fixes-bug="TAPESTRY-475"
due-to="liigo">Document PageLink component</action>
<action type="fix" dev="DS" fixes-bug="TAPESTRY-479" due-to="Pierre-Yves
Nicolas">Document RenderBody component</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-606">ListEdit
components should not attempt to take focus</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-546">Build uploads
vlibbeans-xxx.jar to java repository (and thence to the maven
repository)</action>
</release>
<release version="4.0-beta-5" date="Aug 26 2005">
<action type="fix" dev="MB,HLS" fixes-bug="TAPESTRY-552">Improperly
configured SerializableAdaptor (for DataSqueezer) prevents serialized objects
from being de-serialized</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]