Author: spepping
Date: Tue Sep 21 11:34:21 2010
New Revision: 999324
URL: http://svn.apache.org/viewvc?rev=999324&view=rev
Log:
Add the availability of nightly snapshots
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/release.xml
xmlgraphics/fop/trunk/src/documentation/content/xdocs/download.xml
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/compiling.xml
Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/release.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/release.xml?rev=999324&r1=999323&r2=999324&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/release.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/release.xml Tue
Sep 21 11:34:21 2010
@@ -69,6 +69,7 @@ The purpose of documenting it here is to
<li>Update the tab names and directories in tabs.xml</li>
<li>Delete the previous version directory.</li>
<li>Update index.xml in the new version directory.</li>
+ <li>Update compiling.xml in the new version directory: change
the intro for trunk to that for a release.</li>
<li>Build the dist files (<code>build[.sh] dist</code>)
and upload them to your web directory on
<code>people.apache.org</code></li>
Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/download.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/download.xml?rev=999324&r1=999323&r2=999324&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/download.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/download.xml Tue Sep
21 11:34:21 2010
@@ -51,8 +51,8 @@
<p>
Binary distributions include "-bin" in their names, and can be
downloaded from a
<link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP
Distribution mirror</link>.
- Nightly builds of trunk source code can be downloaded here:
- <link href="http://vc.apache.org/snapshots/fop/">Snapshot Trunk
Builds</link>
+ Nightly builds of trunk code can be downloaded here:
+ <link
href="http://ci.apache.org/projects/xmlgraphics/fop/snapshots/">Nightly
Snapshots</link>.
</p>
</section>
<section id="source">
@@ -67,13 +67,12 @@
<link
href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution
mirror</link>.
Source distributions include "-src" in their names.
</li>
- <!--li>
- Download a CVS snapshot from the cvs files
- <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>.
- These snapshots are built approximately every six hours, and have
the GMT of
- their creation time embedded in their names. Please note that CVS
snapshots
- are made only for the "redesign" branch.
- </li-->
+ <li>
+ Download a Subversion snapshot
+ <link href="http://vc.apache.org/snapshots/fop/">here</link>.
+ These snapshots are checked out from Subversion approximately every
six hours, and have the GMT of
+ their creation time embedded in their names.
+ </li>
<li>
Download directly from the SVN repository.
Anyone can do this using the
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/compiling.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/compiling.xml?rev=999324&r1=999323&r2=999324&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/compiling.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/compiling.xml
Tue Sep 21 11:34:21 2010
@@ -25,16 +25,23 @@
<body>
<section id="build-needed">
<title>Do You Need To Build?</title>
- <p>
+<!-- text for released versions -->
+<!-- <p>
FOP distributions are either pre-compiled binary or source.
If you are using a binary distribution, it is already built and there
is no need to build it again.
See the <a href="../download.html">Download Instructions</a> for
information about whether a
binary or source distribution is best for your needs.
- </p>
+ </p>-->
+<!-- /text for released versions -->
+<!-- text for trunk -->
<p>
- If you got the source code from a repository snapshot or via
Subversion you will need to build FOP
- in any case.
+ FOP snapshots are either pre-compiled binary or source.
+ If you are using a binary snapshot, it is already built and there is
no need to build it again.
+ If you got the source code from a repository snapshot or via
Subversion you will need to build FOP.
+ See the <a href="../download.html">Download Instructions</a> for
information about where to obtain binary or repository snapshots, and whether a
+ binary or source snapshot is best for your needs.
</p>
+<!-- /text for trunk -->
</section>
<section id="env">
<title>Set Up Your Environment</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]