You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/07/04 20:00:54 UTC

svn commit: r791158 - in /incubator/click/trunk/click/documentation/docs: click-online.html developer-guide/releasing-subprojects.html developer-guide/releasing.html

Author: sabob
Date: Sat Jul  4 18:00:54 2009
New Revision: 791158

URL: http://svn.apache.org/viewvc?rev=791158&view=rev
Log:
removed commercial sponsors

Modified:
    incubator/click/trunk/click/documentation/docs/click-online.html
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html

Modified: incubator/click/trunk/click/documentation/docs/click-online.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/click-online.html?rev=791158&r1=791157&r2=791158&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/click-online.html (original)
+++ incubator/click/trunk/click/documentation/docs/click-online.html Sat Jul  4 18:00:54 2009
@@ -59,7 +59,6 @@
 <ul style="margin-top:0.5em;">
    <li class="item"><a href="#resources">Online Resources</a></li>
    <li class="item"><a href="#mailing-lists">Mailing Lists</a></li>
-   <li class="item"><a href="#sponsors">Commercial Sponsors</a></li>
   </ul>
 
 <a name="resources" href="#"></a>
@@ -189,46 +188,6 @@
 
 <br>
 
-<a name="sponsors" href="#"></a>
-<h2>Commercial Sponsors</h2>
-
-<table border="0" class="sponsors">
-<tr>
-<td style="vertical-align:top;" width="33%">
- <a class="external" target="_blank" href="http://www.atlassian.com">Atlassian</a>
- <p>
- Atlassian kindly provide the
- <a class="external" target="_blank" href="http://www.atlassian.com/software/confluence/">Confluence</a>
- WIKI, <a class="external" target="_blank" href="http://www.atlassian.com/software/jira/">JIRA</a>
- bug and issue tracking and <a class="external" target="_blank" href="http://www.atlassian.com/software/fisheye/">Fisheye</a>
- repository perspective service.
- </p>
-</td>
-<td style="vertical-align:top;" width="33%">
- <a class="external" target="_blank" href="http://www.avoka.com" style="white-space:nowrap">Avoka Techologies</a>
- <p>
- Avoka kindly host the Click Examples.
- </p>
-</td>
-<td style="vertical-align:top;">
- <a class="external" target="_blank" href="http://www.yourkit.com/">YourKit</a>
- <p>
- YourKit is kindly supporting open source projects with its full-featured Java Profiler.
- YourKit, LLC is creator of innovative and intelligent tools for profiling
- Java and .NET applications. Take a look at YourKit's leading software products:
- <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
- <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>
- </p>
-</td>
-</tr>
-<tr>
-<td><img border="0" src="../images/atlassian-logo.gif"></td>
-<td><img border="0" src="../images/avoka-logo.png"></td>
-<td><img border="0" src="../images/yjp.gif"></td>
-</tr>
-</table>
-
-
 </body>
 </html>
 

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html?rev=791158&r1=791157&r2=791158&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html Sat Jul  4 18:00:54 2009
@@ -111,7 +111,7 @@
                 An easy way to do this is to copy the files in your <tt>public_html</tt>
                 folder for example:
                 <pre class="codeConfig">ssh people.apache.org
-cp ~/public_html/click/clickide/X.X.X/* /www/www.apache.org/dist/incubator/click/clickide/X.X.X
+cp ~/public_html/click/clickide/X.X.X/ /www/www.apache.org/dist/incubator/click/clickide/X.X.X
 </pre>
             </li>
              <li>

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=791158&r1=791157&r2=791158&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Sat Jul  4 18:00:54 2009
@@ -233,7 +233,7 @@
                 <tt>/public_html</tt> account to the apache distribution folder,
                 for example:
                 <pre class="codeConfig">
-cp -r ~/public_html/click/click/X.X.X/dist/click/ /www/www.apache.org/dist/incubator/click/click/X.X.X
+cp -r ~/public_html/click/click/X.X.X/dist/ /www/www.apache.org/dist/incubator/click/click/X.X.X
 </pre>
             </li>
         </ol>
@@ -311,6 +311,14 @@
 mvn gpg:sign-and-deploy-file -DpomFile=click-mock/click-mock-X.X.X-incubating.pom -Dfile=click-mock/click-mock-X.X.X-incubating.jar -Durl=scp://people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository -DrepositoryId=apache.releases
 </pre>
                     </li>
+                    <li>The <tt>sign-and-deploy-file</tt> command creates a number
+                    of unnecessary artifacts that can be deleted. The artifacts
+                    that can be deleted are:
+                    <pre class="codeConfig">
+click-X.X.X-incubating.jar.asc.md5
+click-X.X.X-incubating.jar.asc.sha1
+</pre>
+                    </li>
                 </ul>
                     <li>Next upload the POM signature files to each artifact folder. The
                     following POM's must be uploaded to their respective folders: