Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] cdt-home: Add links to new cdt-contrib projects

I'd like to add a couple of links to the CDT Community page for the new
cdt-contrib projects.

Thanks.

Jeremy

2004-10-21  Jeremy Handcock  <jbh@xxxxxxxxxxx>

	* community.html: Add links to Eclipse-RPM and Eclipse-OProfile.

Index: community.html
===================================================================
RCS file: /home/tools/cdt-home/community.html,v
retrieving revision 1.7
diff -u -r1.7 community.html
--- community.html	5 Jun 2003 20:14:46 -0000	1.7
+++ community.html	19 Oct 2004 23:17:45 -0000
@@ -73,7 +73,26 @@
     <p>The CppUnit feature is available from the Eclipse CDT Update site at:
     <a href="http://update.eclipse.org/tools/cdt/updates/release";>http://update.eclipse.org/tools/cdt/updates/release</a></td>
  </tr>
- </table>
+ <tr>
+    <td align=RIGHT valign=TOP width="3%"><img src="http://dev.eclipse.org/images/Adarrow.gif"; width="16" height="16" border="0"></td>
+    <td width="97%">
+    <b><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.cdt-contrib/org.eclipse.cdt.rpm-home/index.html?cvsroot=Tools_Project";>Eclipse-RPM</a></b>
+	<p>Eclipse-RPM is a graphical, Eclipse-based tool for packaging
+	applications in the popular RPM Package Manager (RPM) format. Eclipse-RPM
+	works alongside the CDT and aims to provide users with an easy way to
+	package C/C++ applications in the RPM format.</p>
+	</td>
+</tr>
+<tr>
+	<td align=RIGHT valign=TOP width="3%"><img src="http://dev.eclipse.org/images/Adarrow.gif"; width="16" height="16" border="0"></td>
+	<td width="97%">
+	<b><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile-home/index.html?cvsroot=Tools_Project";>Eclipse-OProfile</a></b>
+	<p>Eclipse-OProfile is a graphical, Eclipse-based front-end to the powerful
+	OProfile profiling tool. Eclipse-OProfile is integrated with the CDT and
+	aims to provide users with an easy-to-use interface for profiling C/C++
+	applications.</p>
+</tr>
+</table>
 
  
 <!-- Footer -->

Back to the top