From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1731 invoked by alias); 14 Dec 2007 17:06:52 -0000 Received: (qmail 1702 invoked by uid 367); 14 Dec 2007 17:06:51 -0000 Date: Fri, 14 Dec 2007 17:06:00 -0000 Message-ID: <20071214170651.1687.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add emph to the build/eclipse path. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dec0936bd54221500923d04bd25ea6520ec5917e X-Git-Newrev: f18739e983ce23918c7b9293b42ec59cd19aa5c6 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00590.txt.bz2 The branch, master has been updated via f18739e983ce23918c7b9293b42ec59cd19aa5c6 (commit) via 89798992a6ea43977ccef4d9717c75a222816f66 (commit) from dec0936bd54221500923d04bd25ea6520ec5917e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit f18739e983ce23918c7b9293b42ec59cd19aa5c6 Author: Andrew Cagney Date: Fri Dec 14 12:06:30 2007 -0500 Add emph to the build/eclipse path. commit 89798992a6ea43977ccef4d9717c75a222816f66 Author: Andrew Cagney Date: Fri Dec 14 11:49:02 2007 -0500 Add frysk-import's .jar files. frysk-top/ChangeLog 2007-12-14 Andrew Cagney * .classpath.in: Add frysk-import's junit.jar, jline.jar, getopt.jar, jdom.jar, antlr.jar and cdtparser.jar. ----------------------------------------------------------------------- Summary of changes: frysk-top/.classpath.in | 18 ++++++++++++++++-- frysk-top/ChangeLog | 3 +++ htdocs/build/index.html | 8 ++++---- 3 files changed, 23 insertions(+), 6 deletions(-) First 500 lines of diff: diff --git a/frysk-top/.classpath.in b/frysk-top/.classpath.in index c88e218..1539220 100644 --- a/frysk-top/.classpath.in +++ b/frysk-top/.classpath.in @@ -8,6 +8,7 @@ exclude="configure.in"/> + + + + + + + + + - - + diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog index aabcdac..77836a6 100644 --- a/frysk-top/ChangeLog +++ b/frysk-top/ChangeLog @@ -1,5 +1,8 @@ 2007-12-14 Andrew Cagney + * .classpath.in: Add frysk-import's junit.jar, jline.jar, + getopt.jar, jdom.jar, antlr.jar and cdtparser.jar. + * Makefile.am (eclipse/.project): New. * Makefile.am (eclipse/.classpath): New. * .classpath.in: New. diff --git a/htdocs/build/index.html b/htdocs/build/index.html index 138094a..ef91b2f 100644 --- a/htdocs/build/index.html +++ b/htdocs/build/index.html @@ -358,11 +358,11 @@ suppression will take place.
First you will need to check out and build frysk from the command -line. This will create a build/eclipse directory containing the -project file. With the finished build. +line; creates the directory build/eclipse which +contains pre-configured eclipse .project +and .classpath files.
Once the build has finished, from +eclipse:
    -
  • Check eclipse-jdt is installed -
  • Start eclipse
  • Select: File -> Import ...; to bring up the Import window
  • Select: General + Existing Project Into Workspace; and click next
  • Fill in: Select root directory; with the path to the build/eclipse directory. hooks/post-receive -- frysk system monitor/debugger