You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/03/14 18:47:01 UTC

svn commit: r518234 - in /incubator/qpid/branches/qpid.0-9: ./ cpp/README-build

Author: aconway
Date: Wed Mar 14 10:47:00 2007
New Revision: 518234

URL: http://svn.apache.org/viewvc?view=rev&rev=518234
Log:
Merged revisions 506972 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r506972 | rgreig | 2007-02-13 06:21:23 -0500 (Tue, 13 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Small ommission corrected.
........

Modified:
    incubator/qpid/branches/qpid.0-9/   (props changed)
    incubator/qpid/branches/qpid.0-9/cpp/README-build

Propchange: incubator/qpid/branches/qpid.0-9/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 14 10:47:00 2007
@@ -1 +1 @@
-/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847,499864,506406,506967
+/incubator/qpid/trunk/qpid:1-492620,492636,492641,493126-493151,494540,494553,494587,495629,495661,496317,496665,496678,497341,497439,498591,499049,499374,499803,499845,499847,499864,506406,506967,506972

Modified: incubator/qpid/branches/qpid.0-9/cpp/README-build
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/README-build?view=diff&rev=518234&r1=518233&r2=518234
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/README-build (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/README-build Wed Mar 14 10:47:00 2007
@@ -11,7 +11,7 @@
 
 Qpid can be built using the gcc compiler:
 
- # gcc     <http://gcc.gnu.org/>            (3.2.3)
+ * gcc     <http://gcc.gnu.org/>            (3.2.3)
 
 Qpid is compiled against libraries:
 
@@ -108,6 +108,7 @@
  the path. For example:
 
  # export PATH=~/jdk1.5.0_11/bin:$PATH
+ # export JAVA_HOME=~/jdk1.5.0_11/
 
 == Obtaining a source code checkout from subversion. ==