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 2004/09/01 00:35:53 UTC

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate LinkLocator.java

burton      2004/08/31 15:35:52

  Modified:    feedparser/src/java/org/apache/commons/feedparser/locate
                        LinkLocator.java
  Log:
  index.xml and index.rdf link discovery should be RSS
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/LinkLocator.java
  
  Index: LinkLocator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/LinkLocator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LinkLocator.java	13 Aug 2004 21:51:32 -0000	1.6
  +++ LinkLocator.java	31 Aug 2004 22:35:52 -0000	1.7
  @@ -164,7 +164,7 @@
                           //index.rdf file thats FOAF then we might break callers.
   
                           FeedReference ref = new FeedReference( current,
  -                                                               FeedReference.ATOM_MEDIA_TYPE );
  +                                                               FeedReference.RSS_MEDIA_TYPE );
   
                           //see if we should RESORT to using this.
   
  
  
  

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