You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/12 08:03:38 UTC

cvs commit: jakarta-commons-sandbox/feedparser build.properties

burton      2005/01/11 23:03:38

  Modified:    feedparser build.properties
  Log:
  removed tabs... fixed comments.. relative to user.home
  
  Revision  Changes    Path
  1.3       +8 -6      jakarta-commons-sandbox/feedparser/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties	22 Oct 2004 00:37:08 -0000	1.2
  +++ build.properties	12 Jan 2005 07:03:38 -0000	1.3
  @@ -1,8 +1,10 @@
  -<!-- The full path to where the Jakarta Feed Parser is installed,
  -	 such as "c:/jakarta/feedparser"; use forward slashes instead of
  -	 backslashes on Windows. -->
  -feedparser.home=c:/feedparser
  +# The full path to where the Jakarta Feed Parser is installed, such as
  +# "c:/jakarta/feedparser"; use forward slashes instead of backslashes on
  +# Windows. -->
  +
  +feedparser.home=${user.home}/feedparser
  +
  +# The file path location to where all of our external JARs are located that are
  +# not bundled with the Jakarta Feed Parser, such as junit.jar.
   
  -<!-- The file path location to where all of our external JARs are located
  -     that are not bundled with the Jakarta Feed Parser, such as junit.jar. --%>
   ext.lib.path=c:/usr/local/ksa/lib
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org