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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to