Author: linus Date: 2008-02-07 13:24:11-0800 New Revision: 14090 Added: trunk/www/psf/index.html (contents, props changed) Modified: trunk/www/dev.html
Log: Added reference to the psf files. Modified: trunk/www/dev.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/dev.html?view=diff&rev=14090&p1=trunk/www/dev.html&p2=trunk/www/dev.html&r1=14089&r2=14090 ============================================================================== --- trunk/www/dev.html (original) +++ trunk/www/dev.html 2008-02-07 13:24:11-0800 @@ -165,22 +165,20 @@ <div class="h2"> <h2>Tools</h2> -What you need to take part: +Tools to use while developing ArgoUML: <ul> - <li> Tools needed: workstation, SVN, JDK, ... - See <a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch02.html#starting"> - Cookbook section 2.1</a>. - - <li> Optional tools to use while developing ArgoUML: - <ul> - <li><a href="http://www.eclipse.org">Eclipse (Java IDE)</a> - (download core using <a href="http://argouml.tigris.org/source/browse/*checkout*/argouml/trunk/tools/eclipse/argouml-core-projectset.psf?rev=HEAD">this psf file</a>), - <li>emacs, - <li><a href="http://www.refactorit.com">RefactorIT</a>, - <li><a href="http://www.netbeans.org">Netbeans IDE</a>, - </ul> - ... (choose your own favorites). + <li><a href="http://www.eclipse.org">Eclipse (Java IDE)</a> + <li><a href="http://subclipse.tigris.org">Subclipse</a> </ul> +<p> +Download using +<a href="http://argouml.tigris.org/nonav/psf/argouml-core-projectset.psf"> + this psf file +</a>. +<p> +See <a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch02.html#starting"> + Cookbook section 2.1</a>. +</p> </div> </td> <td width="50%"> Added: trunk/www/psf/index.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/psf/index.html?view=auto&rev=14090 ============================================================================== --- (empty file) +++ trunk/www/psf/index.html 2008-02-07 13:24:11-0800 @@ -0,0 +1,76 @@ +<html> + <head> + <title>Team Project Set Files for ArgoUML</title> + </head> + <body> + <div class="h1"> + <h1>Team Project Set Files for ArgoUML</h1> + <p> +Here are the files used to download the correct set of files from the +Subversion repository when developing Eclipse. +</p> + <table> + <tr> + <td> + <a href="/nonav/psf/argouml-core-projectset.psf">argouml-core-projectset.psf</a> + </td> + <td> + Main file for developing ArgoUML. + </td> + </tr> + <tr> + <td> + <a href="/nonav/psf/argouml-modules-projectset.psf">argouml-modules-projectset.psf</a> + </td> + <td> + File with all modules. Requires argouml-core-projectset.psf. + </td> + </tr> + + <tr> + <td> + <a href="/nonav/psf/argoeclipse_projectset.psf">argoeclipse_projectset.psf</a> + </td> + <td> + For developing ArgoEclipse. Requires argouml-core-projectset.psf. + </td> + </tr> + <tr> + <td> + <a href="/nonav/psf/argoprint_projectset.psf">argoprint_projectset.psf</a> + </td> + <td> + For developing ArgoPrint. Requires argouml-core-projectset.psf. + </td> + </tr> + <tr> + <td> + <a href="/nonav/psf/argouml-sequence.psf">argouml-sequence.psf</a> + </td> + <td> + For developing sequence diagrams. Requires argouml-core-projectset.psf. + </td> + </tr> + + <tr> + <td> + <a href="/nonav/psf/gef-swidgets-toolbar-projectSet.psf">gef-swidgets-toolbar-projectSet.psf</a> + </td> + <td> + For downloading the source of some of the used tools. + </td> + </tr> + + <tr> + <td> + <a href="/nonav/psf/argouml-doc-projectset.psf">argouml-doc-projectset.psf</a> + </td> + <td> + For working with the documentation. + Requires argouml-core-projectset.psf. + </td> + </tr> + </table> + </div> + </body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
