Author: jochen
Date: Fri Jan 13 13:38:15 2006
New Revision: 368863
URL: http://svn.apache.org/viewcvs?rev=368863&view=rev
Log:
Created site for 0.5.1.
Modified:
webservices/jaxme/branches/b0_5/build.xml
webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/downloads.ehtml
webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/release.xml
Modified: webservices/jaxme/branches/b0_5/build.xml
URL:
http://svn.apache.org/viewcvs/webservices/jaxme/branches/b0_5/build.xml?rev=368863&r1=368862&r2=368863&view=diff
==============================================================================
--- webservices/jaxme/branches/b0_5/build.xml (original)
+++ webservices/jaxme/branches/b0_5/build.xml Fri Jan 13 13:38:15 2006
@@ -79,10 +79,18 @@
<param name="build.online.site" value="true"/>
</antcall>
<delete>
- <fileset dir="${ws.site.dir}" excludes="**/CVS/*.*"/>
+ <fileset dir="${ws.site.dir}">
+ <exclude name="**/CVS/*.*"/>
+ <exclude name="mp/**/*"/>
+ <exclude name="release-0.3/**/*"/>
+ <exclude name="release-0.4/**/*"/>
+ </fileset>
</delete>
- <copy todir="${ws.site.dir}">
- <fileset dir="${build.site}"/>
+ <copy todir="${ws.site.dir}" preservelastmodified="true">
+ <fileset dir="${build.site}">
+ <exclude name="release-0.3/**/*"/>
+ <exclude name="release-0.4/**/*"/>
+ </fileset>
</copy>
</target>
</project>
Modified:
webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/downloads.ehtml
URL:
http://svn.apache.org/viewcvs/webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/downloads.ehtml?rev=368863&r1=368862&r2=368863&view=diff
==============================================================================
Binary files - no diff available.
Modified:
webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/release.xml
URL:
http://svn.apache.org/viewcvs/webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/release.xml?rev=368863&r1=368862&r2=368863&view=diff
==============================================================================
--- webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/release.xml
(original)
+++ webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/release.xml
Fri Jan 13 13:38:15 2006
@@ -80,7 +80,7 @@
<li>Build a new version of the online site. See the separate section
below.</li>
<li>Wait one day, until the Apache mirrors are in sync.</li>
- <li>Update the files mirrors.ehtml and news.xml in the directory
+ <li>Update the file news.xml in the directory
src/documentation/content/xdocs of the ws-site repository.</li>
<li>Announce the new release on <link
href="ext:freshmeat">FreshMeat</link>.
There are three projects that might need notifications: JaxMe,
JaxMeJS, and
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]