Changeset 27428
- Timestamp:
- 11/19/07 18:34:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/nuxeo-book/trunk/src/docbook/portlets/index.xml
r26615 r27428 26 26 <para>Checkout the sources of the <varname>nuxeo-platform-restPack</varname> project: 27 27 28 <programlisting>svn co https://svn.nuxeo.org/nuxeo/ sandbox/nuxeo-platform-restPack/trunk nuxeo-platform-restPack</programlisting></para>28 <programlisting>svn co https://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-platform-restPack/trunk nuxeo-platform-restPack</programlisting></para> 29 29 30 30 <para>Then, go into the newly created folder, build the project and copy the new .jar: … … 45 45 <para>Checkout the sources of the <varname>nuxeo-platform-login-portal-sso</varname> project: 46 46 <programlisting> 47 svn co https://svn.nuxeo.org/nuxeo/ sandbox/nuxeo-platform-login-portal-sso/trunk \47 svn co https://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-platform-login-portal-sso/trunk \ 48 48 nuxeo-platform-login-portal-sso 49 49 </programlisting> … … 80 80 <para>Checkout the sources: 81 81 <programlisting> 82 svn co http://svn.nuxeo.org/nuxeo/ sandbox/nuxeo-archetype-portlet/trunk \82 svn co http://svn.nuxeo.org/nuxeo/org.nuxeo.archetypes/nuxeo-archetype-portlet/trunk \ 83 83 nuxeo-archetype-portlet 84 84 </programlisting> … … 241 241 </para> 242 242 243 <para>See the <link xlink:href="http://svn.nuxeo.org/trac/nuxeo/browser/ sandbox/nuxeo-portlet-search">nuxeo-portlet-search</link> project243 <para>See the <link xlink:href="http://svn.nuxeo.org/trac/nuxeo/browser/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-search">nuxeo-portlet-search</link> project 244 244 as an example of how to use or override the defaults behaviours. This portlet allows the user to make a simple search or an advanced one 245 245 (like in Nuxeo EP) on the configured Nuxeo server.</para> … … 310 310 <para> 311 311 <programlisting> 312 svn co https://svn.nuxeo.org/nuxeo/sandbox/nuxeo-portlet-search/trunk nuxeo-portlet-search 312 svn co https://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-search \ 313 nuxeo-portlet-search 313 314 cd nuxeo-portlet-search 314 315 mvn package
