public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix typos in instruction and makefile.
@ 2007-12-14 17:42 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-12-14 17:42 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  9c76e9dfce159f2acf341174bf88f23ce9bcbdf3 (commit)
      from  cbc4543f8c848f5bcc642f513fa185df153a532a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 9c76e9dfce159f2acf341174bf88f23ce9bcbdf3
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Dec 14 12:42:16 2007 -0500

    Fix typos in instruction and makefile.
    
    2007-12-14  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.am (BUILT_SOURCES): Fix typo; eclipse/.project and
    	eclipse/.classpath, instead of .project and .classpath.

-----------------------------------------------------------------------

Summary of changes:
 frysk-top/ChangeLog     |    3 +++
 frysk-top/Makefile.am   |    4 ++--
 htdocs/build/index.html |   20 +++++++++++++++-----
 3 files changed, 20 insertions(+), 7 deletions(-)

First 500 lines of diff:
diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog
index 77836a6..f464a72 100644
--- a/frysk-top/ChangeLog
+++ b/frysk-top/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-14  Andrew Cagney  <cagney@redhat.com>
 
+	* Makefile.am (BUILT_SOURCES): Fix typo; eclipse/.project and
+	eclipse/.classpath, instead of .project and .classpath.
+
 	* .classpath.in: Add frysk-import's junit.jar, jline.jar,
 	getopt.jar, jdom.jar, antlr.jar and cdtparser.jar.
 
diff --git a/frysk-top/Makefile.am b/frysk-top/Makefile.am
index 62ffe86..2ad105c 100644
--- a/frysk-top/Makefile.am
+++ b/frysk-top/Makefile.am
@@ -169,12 +169,12 @@ $(DOXYFILE): Doxyfile.in
 	mv $@.tmp $@
 CLEANFILES += doxygen
 \f
-BUILT_SOURCES += .project
+BUILT_SOURCES += eclipse/.project
 eclipse/.project: .project.in
 	mkdir -p `dirname $@`
 	$(SUBST)
 	chmod u+w $@
-BUILT_SOURCES += .classpath
+BUILT_SOURCES += eclipse/.classpath
 eclipse/.classpath: .classpath.in
 	mkdir -p `dirname $@`
 	$(SUBST)
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index 64233a4..19cc82f 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -372,18 +372,28 @@ files.<br>Once the build has finished, from eclipse:
 
 <dt>What should my eclipse format options be set to?</dt>
 <dd>
-To set the format options globally to "Java" use:
+<em>frysk</em> pretty much follows the standard Java Conventions; to
+set this locally:
 <ul>
-<li>Select: Window -> Preferences ...
+<li>Select: Window -> Preferences; to bring up the Preferences window
 <li>Select: Java + Code Style + Formater
-<li>Change: Active Profile; to Java Conventions
-<li>Apply
+<li>Set Active Profile to Java Conventions
 </ul>
+</dd>
 
+<dt>What should the eclipse compiler be set to?</dt>
+<dd>
+<em>frysk</em>Uses Java 1.4.2; to select that compiler; to set this
+globally:
+<ul>
+<li>Select: Window -> Preferences; to bring up the Preferences window
+<li>Select: Java + Compiler
+<li>Set the Compiler Compliance Level to 1.4
+<li>Check that the Default Compliance Settings are used.
+</ul>
 </dd>
 
 <dt>How do I build <em>frysk</em> from eclipse?</dt>
-
 <dd>
 So far everyone has stuck with the command line.
 </dd>


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-14 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-14 17:42 [SCM] master: Fix typos in instruction and makefile cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).