Update of /cvsroot/babeldoc/babeldoc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23392
Modified Files:
.classpath build.properties
Log Message:
Syndication module added.
Documentation start updating process.
Index: .classpath
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/.classpath,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** .classpath 9 Jan 2008 10:44:04 -0000 1.11
--- .classpath 12 Jan 2008 00:46:45 -0000 1.12
***************
*** 16,19 ****
--- 16,20 ----
<classpathentry kind="src" path="modules/sql/src"/>
<classpathentry kind="src" path="modules/jabber/src"/>
+ <classpathentry kind="src" path="modules/syndication/src"/>
<classpathentry kind="lib" path="support/jalopy/lib/aelfred-1.2.jar"/>
<classpathentry kind="lib" path="support/jalopy/lib/jalopy-1.0b10.jar"/>
***************
*** 24,27 ****
--- 25,30 ----
<classpathentry kind="lib" path="support/jalopy/lib/oro-2.0.6.jar"/>
<classpathentry kind="lib" path="support/jalopy/lib/sax-2.0.1.jar"/>
+ <classpathentry kind="lib" path="modules/syndication/lib/rome-0.9.jar"/>
+ <classpathentry kind="lib" path="modules/syndication/lib/jdom.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="modules/conversion/lib/poi.jar"/>
***************
*** 75,83 ****
<classpathentry kind="lib" path="modules/core/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="modules/core/lib/xmlsec.jar"/>
- <classpathentry kind="lib" path="support/ant/lib/ant.jar"/>
- <classpathentry kind="lib" path="support/ant/lib/junit.jar"/>
- <classpathentry kind="lib" path="support/ant/lib/optional.jar"/>
- <classpathentry kind="lib" path="support/ant/lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="support/ant/lib/xercesImpl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- 78,81 ----
Index: build.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/build.properties,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** build.properties 25 Aug 2004 01:40:50 -0000 1.23
--- build.properties 12 Jan 2008 00:46:45 -0000 1.24
***************
*** 48,50 ****
#exclude-web=true
#exclude-xslfo=true
!
--- 48,51 ----
#exclude-web=true
#exclude-xslfo=true
! #exclude-jabber=true
! #exclude-syndication=true
|