When we do the release, the project version doesn't has the SNAPSHOT words. I doubt the change will cause some trouble when we do the actual release.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Tuesday, February 5, 2013 at 6:51 AM, bvah...@apache.org wrote: > Author: bvahdat > Date: Mon Feb 4 22:51:06 2013 > New Revision: 1442415 > > URL: http://svn.apache.org/viewvc?rev=1442415&view=rev > Log: > Remove "SNAPSHOT" from the name of the generated HTML & PDF manual files. > > Modified: > camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml > camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml > > Modified: camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml > URL: > http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?rev=1442415&r1=1442414&r2=1442415&view=diff > ============================================================================== > --- camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original) > +++ camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Mon Feb 4 > 22:51:06 2013 > @@ -55,16 +55,6 @@ > <lineEnding>unix</lineEnding> > </fileSet> > > - <!-- copy the manual docs --> > - <fileSet> > - > <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory> > - <outputDirectory>/doc/manual</outputDirectory> > - <includes> > - <include>*.pdf</include> > - <include>*.html</include> > - </includes> > - </fileSet> > - > <!-- copy the java docs --> > <fileSet> > <directory>${basedir}/target/javadoc/</directory> > @@ -76,6 +66,19 @@ > </fileSets> > > <files> > + <!-- copy the manual docs --> > + <file> > + > <source>${basedir}/../tooling/camel-manual/target/site/manual/camel-manual-${project.version}-SNAPSHOT.html</source> > + <outputDirectory>/doc/manual</outputDirectory> > + <fileMode>0444</fileMode> > + <destName>camel-manual-${project.version}.html</destName> > + </file> > + <file> > + > <source>${basedir}/../tooling/camel-manual/target/site/manual/camel-manual-${project.version}-SNAPSHOT.pdf</source> > + <outputDirectory>/doc/manual</outputDirectory> > + <fileMode>0444</fileMode> > + <destName>camel-manual-${project.version}.pdf</destName> > + </file> > <!--filtering README.txt--> > <file> > <source>../examples/camel-example-reportincident-wssecurity/README.txt</source> > > Modified: camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml > URL: > http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?rev=1442415&r1=1442414&r2=1442415&view=diff > ============================================================================== > --- camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original) > +++ camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Mon Feb 4 > 22:51:06 2013 > @@ -55,16 +55,6 @@ > <lineEnding>dos</lineEnding> > </fileSet> > > - <!-- copy the manual docs --> > - <fileSet> > - > <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory> > - <outputDirectory>/doc/manual</outputDirectory> > - <includes> > - <include>*.pdf</include> > - <include>*.html</include> > - </includes> > - </fileSet> > - > <!-- copy the java docs --> > <fileSet> > <directory>${basedir}/target/javadoc/</directory> > @@ -76,6 +66,19 @@ > </fileSets> > > <files> > + <!-- copy the manual docs --> > + <file> > + > <source>${basedir}/../tooling/camel-manual/target/site/manual/camel-manual-${project.version}-SNAPSHOT.html</source> > + <outputDirectory>/doc/manual</outputDirectory> > + <fileMode>0444</fileMode> > + <destName>camel-manual-${project.version}.html</destName> > + </file> > + <file> > + > <source>${basedir}/../tooling/camel-manual/target/site/manual/camel-manual-${project.version}-SNAPSHOT.pdf</source> > + <outputDirectory>/doc/manual</outputDirectory> > + <fileMode>0444</fileMode> > + <destName>camel-manual-${project.version}.pdf</destName> > + </file> > <!--filtering README.txt--> > <file> > <source>../examples/camel-example-reportincident-wssecurity/README.txt</source>