You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/10/11 11:07:42 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by RobertMuir

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "ReleaseTodo" page has been changed by RobertMuir:
http://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=131&rev2=132

Comment:
remove api- as the solr docs are consolidated, and make it consistent with lucene

   1. {{{svn co --depth=immediates https://svn.apache.org/repos/asf/lucene/cms/trunk/content website-source}}}
   1. {{{cd website-source}}}
   1. Add Lucene javadocs dir: {{{echo core/X_Y_Z >> extpaths.txt}}}
-  1. Add Solr javadocs dir: {{{echo solr/api-X_Y_Z >> extpaths.txt}}}
+  1. Add Solr javadocs dir: {{{echo solr/X_Y_Z >> extpaths.txt}}}
   1. {{{svn commit -m "Update CMS production sync exceptions for X_Y_Z javadocs" extpaths.txt}}}
   1. {{{cd ..}}}
   1. {{{rm -rf website-source}}}
@@ -121, +121 @@

   1. {{{cp -r releaseX_Y_Z/lucene/docs website-production/core/X_Y_Z}}}
   1. {{{svn add core/X_Y_Z}}}
   1. {{{svn commit # this might take some time: ~ 3 beers}}}
-  1. {{{cp -r releaseX_Y_Z/solr/docs/api website-production/solr/api-X_Y_Z}}}
+  1. {{{cp -r releaseX_Y_Z/solr/docs website-production/solr/X_Y_Z}}}
-  1. {{{svn add solr/api-X_Y_Z}}}
+  1. {{{svn add solr/X_Y_Z}}}
   1. {{{svn commit # this might take some time: ~ 1 beer}}}
   1. Confirm you can browse to these directories manually, and especially that solr javadocs link back to lucene's correctly.