You can subscribe to this list here.
2003 |
Jan
|
Feb
(14) |
Mar
(107) |
Apr
(211) |
May
(93) |
Jun
(158) |
Jul
(159) |
Aug
(368) |
Sep
(188) |
Oct
(151) |
Nov
(115) |
Dec
(98) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(25) |
Feb
|
Mar
(33) |
Apr
(28) |
May
(116) |
Jun
(2) |
Jul
(117) |
Aug
(19) |
Sep
(9) |
Oct
(2) |
Nov
|
Dec
(4) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(9) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(22) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(267) |
Sep
|
Oct
|
Nov
(6) |
Dec
(512) |
2008 |
Jan
(187) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Santi B. <san...@us...> - 2007-12-11 00:23:19
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/test/quickstart In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/test/quickstart Added Files: stats.xml stats-html.xsl Log Message: Minor update --- NEW FILE: stats-html.xsl --- <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="SEASON"> <HTML> <HEAD> <TITLE> <xsl:value-of select="@YEAR"/> Major League Baseball Statistics </TITLE> </HEAD> <BODY> <H1> <xsl:value-of select="@YEAR"/> Major League Baseball Statistics </H1> <xsl:for-each select="LEAGUE"> <H2 ALIGN="CENTER"> <xsl:value-of select="@NAME"/> </H2> <xsl:for-each select="DIVISION"> <H3 ALIGN="CENTER"> <xsl:value-of select="@NAME"/> </H3> <xsl:for-each select="TEAM"> <H4 ALIGN="CENTER"> <xsl:value-of select="@CITY"/> <xsl:value-of select="@NAME"/> </H4> <TABLE> <THEAD> <TR> <TH>Player</TH><TH>P</TH><TH>G</TH> <TH>GS</TH><TH>AB</TH><TH>R</TH><TH>H</TH> <TH>D</TH><TH>T</TH><TH>HR</TH><TH>RBI</TH> <TH>S</TH><TH>CS</TH><TH>SH</TH><TH>SF</TH> <TH>E</TH><TH>BB</TH><TH>SO</TH><TH>HBP</TH> </TR> </THEAD> <TBODY> <xsl:for-each select="PLAYER"> <TR> <TD> <xsl:value-of select="@GIVEN_NAME"/> <xsl:value-of select="@SURNAME"/> </TD> <TD><xsl:value-of select="@POSITION"/></TD> <TD><xsl:value-of select="@GAMES"/></TD> <TD> <xsl:value-of select="@GAMES_STARTED"/> </TD> <TD><xsl:value-of select="@AT_BATS"/></TD> <TD><xsl:value-of select="@RUNS"/></TD> <TD><xsl:value-of select="@HITS"/></TD> <TD><xsl:value-of select="@DOUBLES"/></TD> <TD><xsl:value-of select="@TRIPLES"/></TD> <TD><xsl:value-of select="@HOME_RUNS"/></TD> <TD><xsl:value-of select="@RBI"/></TD> <TD><xsl:value-of select="@STEALS"/></TD> <TD> <xsl:value-of select="@CAUGHT_STEALING"/> </TD> <TD> <xsl:value-of select="@SACRIFICE_HITS"/> </TD> <TD> <xsl:value-of select="@SACRIFICE_FLIES"/> </TD> <TD><xsl:value-of select="@ERRORS"/></TD> <TD><xsl:value-of select="@WALKS"/></TD> <TD> <xsl:value-of select="@STRUCK_OUT"/> </TD> <TD> <xsl:value-of select="@HIT_BY_PITCH"/> </TD> </TR> </xsl:for-each> </TBODY> </TABLE> </xsl:for-each> </xsl:for-each> </xsl:for-each> <HR></HR> Copyright 2000 <A HREF="http://www.macfaq.com/personal.html"> Elliotte Rusty Harold </A> <BR /> <A HREF="mailto:el...@me..."> el...@me... </A> </BODY> </HTML> </xsl:template> </xsl:stylesheet> --- NEW FILE: stats.xml --- <?xml version="1.0"?> <SEASON YEAR="1998"> <LEAGUE NAME="American League"> <DIVISION NAME="East"> <TEAM CITY="Baltimore" NAME="Orioles"> <PLAYER GIVEN_NAME="Doug" SURNAME="Drabek" POSITION="Starting Pitcher" GAMES="23" GAMES_STARTED="21" WINS="6" LOSSES="11" SAVES="0" COMPLETE_GAMES="1" SHUT_OUTS="0" ERA="7.29" INNINGS="108.2" HITS_AGAINST="138" HOME_RUNS_AGAINST="20" RUNS_AGAINST="90" EARNED_RUNS="88" HIT_BATTER="5" WILD_PITCHES="1" BALK="0" WALKED_BATTER="29" STRUCK_OUT_BATTER="55"> </PLAYER> <PLAYER GIVEN_NAME="Roberto" SURNAME="Alomar" POSITION="Second Base" GAMES="147" GAMES_STARTED="143" AT_BATS="588" RUNS="86" HITS="166" DOUBLES="36" TRIPLES="1" HOME_RUNS="14" RUNS_BATTED_IN="56" WALKS="59" STRUCK_OUT="70" STOLEN_BASES="18" CAUGHT_STEALING="5" SACRIFICE_FLIES="5" SACRIFICE_HITS="3" HIT_BY_PITCH="2" STEALS="18"> </PLAYER> <PLAYER GIVEN_NAME="Brady" SURNAME="Anderson" POSITION="Outfield" GAMES="133" GAMES_STARTED="121" AT_BATS="479" RUNS="84" HITS="113" DOUBLES="28" TRIPLES="3" HOME_RUNS="18" RUNS_BATTED_IN="51" WALKS="75" STRUCK_OUT="78" STOLEN_BASES="21" CAUGHT_STEALING="7" SACRIFICE_FLIES="1" SACRIFICE_HITS="4" HIT_BY_PITCH="15" STEALS="21"> </PLAYER> <PLAYER GIVEN_NAME="Rich" SURNAME="Becker" POSITION="Outfield" GAMES="79" GAMES_STARTED="26" AT_BATS="113" RUNS="22" HITS="23" DOUBLES="1" TRIPLES="0" HOME_RUNS="3" RUNS_BATTED_IN="11" WALKS="22" STRUCK_OUT="34" STOLEN_BASES="2" CAUGHT_STEALING="0" SACRIFICE_FLIES="0" SACRIFICE_HITS="2" HIT_BY_PITCH="2" STEALS="2"> </PLAYER> <PLAYER GIVEN_NAME="Mike" SURNAME="Bordick" POSITION="Shortstop" GAMES="151" GAMES_STARTED="144" AT_BATS="465" RUNS="59" HITS="121" DOUBLES="29" TRIPLES="1" HOME_RUNS="13" RUNS_BATTED_IN="51" WALKS="39" STRUCK_OUT="65" STOLEN_BASES="6" CAUGHT_STEALING="7" SACRIFICE_FLIES="4" SACRIFICE_HITS="15" HIT_BY_PITCH="10" STEALS="6"> </PLAYER> <PLAYER GIVEN_NAME="Danny" SURNAME="Clyburn" POSITION="Outfield" GAMES="11" GAMES_STARTED="7" AT_BATS="25" RUNS="6" HITS="7" DOUBLES="0" TRIPLES="0" HOME_RUNS="1" RUNS_BATTED_IN="3" WALKS="1" STRUCK_OUT="10" STOLEN_BASES="0" CAUGHT_STEALING="0" SACRIFICE_FLIES="0" SACRIFICE_HITS="0" HIT_BY_PITCH="0" STEALS="0"> </PLAYER> <PLAYER GIVEN_NAME="Charlie" SURNAME="Greene" POSITION="Catcher" GAMES="13" GAMES_STARTED="6" AT_BATS="21" RUNS="1" HITS="4" DOUBLES="1" TRIPLES="0" HOME_RUNS="0" RUNS_BATTED_IN="0" WALKS="0" STRUCK_OUT="8" STOLEN_BASES="0" CAUGHT_STEALING="0" SACRIFICE_FLIES="0" SACRIFICE_HITS="1" HIT_BY_PITCH="0" STEALS="0"> </PLAYER> <PLAYER GIVEN_NAME="Cal" SURNAME="Ripken" POSITION="Third Base" GAMES="161" GAMES_STARTED="161" AT_BATS="601" RUNS="65" HITS="163" DOUBLES="27" TRIPLES="1" HOME_RUNS="14" RUNS_BATTED_IN="61" WALKS="51" STRUCK_OUT="68" STOLEN_BASES="0" CAUGHT_STEALING="2" SACRIFICE_FLIES="2" SACRIFICE_HITS="1" HIT_BY_PITCH="4" STEALS="0"> </PLAYER> <PLAYER GIVEN_NAME="Rafael" SURNAME="Palmeiro" POSITION="First Base" GAMES="162" GAMES_STARTED="161" AT_BATS="619" RUNS="98" HITS="183" DOUBLES="36" TRIPLES="1" HOME_RUNS="43" RUNS_BATTED_IN="121" WALKS="79" STRUCK_OUT="91" STOLEN_BASES="11" CAUGHT_STEALING="7" SACRIFICE_FLIES="4" SACRIFICE_HITS="0" HIT_BY_PITCH="7" STEALS="11"> </PLAYER> </TEAM> <TEAM CITY="Boston" NAME="Red Sox"></TEAM> <TEAM CITY="New York" NAME="Yankees"></TEAM> <TEAM CITY="Tampa Bay" NAME="Devil Rays"></TEAM> <TEAM CITY="Toronto" NAME="Blue Jays"></TEAM> </DIVISION> <DIVISION NAME="Central"> <TEAM CITY="Chicago" NAME="White Sox"></TEAM> <TEAM CITY="Kansas City" NAME="Royals"></TEAM> <TEAM CITY="Detroit" NAME="Tigers"></TEAM> <TEAM CITY="Cleveland" NAME="Indians"></TEAM> <TEAM CITY="Minnesota" NAME="Twins"></TEAM> </DIVISION> <DIVISION NAME="West"> <TEAM CITY="Anaheim" NAME="Angels"></TEAM> <TEAM CITY="Oakland" NAME="Athletics"></TEAM> <TEAM CITY="Seattle" NAME="Mariners"></TEAM> <TEAM CITY="Texas" NAME="Rangers"></TEAM> </DIVISION> </LEAGUE> <LEAGUE NAME="National League"> <DIVISION NAME="East"> <TEAM CITY="Atlanta" NAME="Braves"></TEAM> <TEAM CITY="Florida" NAME="Marlins"></TEAM> <TEAM CITY="Montreal" NAME="Expos"></TEAM> <TEAM CITY="New York" NAME="Mets"></TEAM> <TEAM CITY="Philadelphia" NAME="Phillies"></TEAM> </DIVISION> <DIVISION NAME="Central"> <TEAM CITY="Chicago" NAME="Cubs"></TEAM> <TEAM CITY="Cincinnati" NAME="Reds"></TEAM> <TEAM CITY="Houston" NAME="Astros"></TEAM> <TEAM CITY="Milwaukee" NAME="Brewers"></TEAM> <TEAM CITY="Pittsburgh" NAME="Pirates"></TEAM> <TEAM CITY="St. Louis" NAME="Cardinals"></TEAM> </DIVISION> <DIVISION NAME="West"> <TEAM CITY="Arizona" NAME="Diamondbacks"></TEAM> <TEAM CITY="Colorado" NAME="Rockies"></TEAM> <TEAM CITY="Los Angeles" NAME="Dodgers"></TEAM> <TEAM CITY="San Diego" NAME="Padres"></TEAM> <TEAM CITY="San Francisco" NAME="Giants"></TEAM> </DIVISION> </LEAGUE> </SEASON> |
From: Santi B. <san...@us...> - 2007-12-11 00:23:19
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/pipeline In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/pipeline Added Files: compiler.properties config.properties Log Message: Minor update --- NEW FILE: compiler.properties --- compile=no --- NEW FILE: config.properties --- test-xml.type=xml test-xml.configFile=pipeline/xml/pipeline-defn.xml test.type=simple test.configFile=pipeline/simple/test #test-ejb.type=ejb #test-ejb.delegate=test documentation.type=simple documentation.configFile=pipeline/documentation/documentation |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/mime In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/mime Added Files: mappings.properties Log Message: Minor update --- NEW FILE: mappings.properties --- ai=application/postscript aif=audio/x-aiff aifc=audio/x-aiff aiff=audio/x-aiff asc=text/plain asx=application/x-mplayer2 au=audio/basic avi=video/x-msvideo bcpio=application/x-bcpio bin=application/octet-stream bmp=image/bmp cdf=application/x-netcdf class=application/octet-stream cpio=application/x-cpio cpt=application/mac-compactpro csh=application/x-csh css=text/css dcr=application/x-director dir=application/x-director dms=application/octet-stream doc=application/msword dvi=application/x-dvi dxr=application/x-director eps=application/postscript etx=text/x-setext exe=application/octet-stream ez=application/andrew-inset gif=image/gif gtar=application/x-gtar hdf=application/x-hdf hqx=application/mac-binhex40 htm=text/html html=text/html ice=x-conference/x-cooltalk ief=image/ief iges=model/iges igs=model/iges jpe=image/jpeg jpeg=image/jpeg jpg=image/jpeg js=application/x-javascript kar=audio/midi latex=application/x-latex lha=application/octet-stream lzh=application/octet-stream man=application/x-troff-man me=application/x-troff-me mesh=model/mesh mid=audio/midi midi=audio/midi mif=application/vnd.mif mov=video/quicktime movie=video/x-sgi-movie mp2=audio/mpeg mp3=audio/mpeg mpe=video/mpeg mpeg=video/mpeg mpg=video/mpeg mpga=audio/mpeg mpp=application/vnd.ms-project ms=application/x-troff-ms msh=model/mesh nc=application/x-netcdf oda=application/oda pbm=image/x-portable-bitmap pdb=chemical/x-pdb pdf=application/pdf pgm=image/x-portable-graymap pgn=application/x-chess-pgn png=image/png pnm=image/x-portable-anymap ppm=image/x-portable-pixmap ppt=application/vnd.ms-powerpoint ps=application/postscript qt=video/quicktime ra=audio/x-realaudio ram=audio/x-pn-realaudio ras=image/x-cmu-raster rgb=image/x-rgb rm=audio/x-pn-realaudio roff=application/x-troff rpm=audio/x-pn-realaudio-plugin rtf=application/rtf rtf=text/rtf rtx=text/richtext sgm=text/sgml sgml=text/sgml sh=application/x-sh shar=application/x-shar silo=model/mesh sit=application/x-stuffit skd=application/x-koan skm=application/x-koan skp=application/x-koan skt=application/x-koan smi=application/smil smil=application/smil snd=audio/basic spl=application/x-futuresplash src=application/x-wais-source sv4cpio=application/x-sv4cpio sv4crc=application/x-sv4crc swf=application/x-shockwave-flash t=application/x-troff tar=application/x-tar tcl=application/x-tcl tex=application/x-tex texi=application/x-texinfo texinfo=application/x-texinfo tif=image/tiff tiff=image/tiff tr=application/x-troff tsv=text/tab-separated-values txt=text/plain ustar=application/x-ustar vcd=application/x-cdlink vrml=model/vrml wav=audio/x-wav wbmp=image/vnd.wap.wbmp wml=text/vnd.wap.wml wrl=model/vrml xbm=image/x-xbitmap xls=application/vnd.ms-excel xml=text/xml xpm=image/x-xpixmap xwd=image/x-xwindowdump xyz=chemical/x-pdb zip=application/zip |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/feeder In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/feeder Added Files: config.properties Log Message: Minor update --- NEW FILE: config.properties --- # The generic feeders: synchronous sync.type=synchronous # The generic feeders: asynchronous - with an in-memory queue async.type=asynchronous async.queue=memory # The "specific" feeders: asynchronous - with disk queue #async-d.type=asynchronous #async-d.queue=disk #async-d.queueDir=/tmp #async-d.queueName=async-d |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/user/simple In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/user/simple Added Files: SimpleUserContext.class SimpleUserFactory.class SimpleUserResourceFactory.class Log Message: Minor update --- NEW FILE: SimpleUserFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimpleUserResourceFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimpleUserContext.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/env In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/env Added Files: build.properties config.properties Log Message: Minor update --- NEW FILE: build.properties --- # # Babeldoc build properties file. # # DO NOT MODIFY THIS FILE # # Copy what you need to: local.properties and modify that - it will # Override whatever is in this file # src = ./src babeldoc_version = 1.3.1 config = ./config modules = ./modules docs = ./docs lib = ./lib build = ./build support = ./support core.module.name = core # # Build settings build.compiler=modern compile.debug=on compile.deprecation=on # # Jalopy properties jalopy.convention= ./support/jalopy/babeldocconvention.xml jalopy.fileformat = unix jalopy.history = none jalopy.loglevel = WARN jalopy.threads = 1 # # Exclude the following modules from the build # (DO NOT CHANGE THESE - Change your local.properties #exclude-babelfish=true #exclude-sql=true #exclude-scanner=true #exclude-j2ee=true #exclude-conversion=true #exclude-gui=true #exclude-crypto=true #exclude-soap=true #exclude-web=true #exclude-xslfo=true --- NEW FILE: config.properties --- java.security.policy=${babeldoc.home}/lib/policy log4j.configuration=log/config.properties |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/compiler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/compiler Added Files: PipelineStageCompiler.class PipelineClassLoader.class Log Message: Minor update --- NEW FILE: PipelineStageCompiler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineClassLoader.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/log In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/log Added Files: config.properties Log Message: Minor update --- NEW FILE: config.properties --- # Set com.babeldoc logger to INFO. All other loggers are it's childeren # com.babeldo uses babeldoc appender log4j.logger.com.babeldoc=INFO, babeldoc log4j.logger.org.apache=INFO, apache # babelodoc is set to be a ConsoleAppender (writes to system console). log4j.appender.babeldoc=org.apache.log4j.ConsoleAppender log4j.appender.apache=org.apache.log4j.ConsoleAppender # babeldoc uses PatternLayout. log4j.appender.babeldoc.layout=org.apache.log4j.PatternLayout log4j.appender.babeldoc.layout.ConversionPattern=<%d{ISO8601}> %-5p [%t] : %m%n log4j.appender.apache.layout=org.apache.log4j.PatternLayout log4j.appender.apache.layout.ConversionPattern=<%d{ISO8601}> %-5p [%t] : %m%n |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/xml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/xml Added Files: XmlPipelineStageFactory$1.class XmlPipelineStageFactory.class XmlPipelineStageResolver.class IUnmarshaller.class Log Message: Minor update --- NEW FILE: XmlPipelineStageFactory$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XmlPipelineStageFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUnmarshaller.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XmlPipelineStageResolver.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/core In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- build |
From: Santi B. <san...@us...> - 2007-12-11 00:23:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/module In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/module Added Files: CoreModule.class BabeldocModule.class BabeldocModuleList.class BabeldocModuleCommand.class Log Message: Minor update --- NEW FILE: BabeldocModuleCommand.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabeldocModule.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CoreModule.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabeldocModuleList.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/option In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/option Added Files: BooleanConfigOptionType.class IConfigInfo.class ConfigInfo.class IntegerConfigOptionType.class FilenameConfigOptionType.class DirectoryConfigOptionType.class UrlConfigOptionType.class IConfigDataContainer.class ConfigOption.class ServiceTypeConfigOptionType.class MutableConfigValueException.class IConfigurable.class ConfigData.class XpathConfigOptionType.class ConfigData$1TestConfig.class StringConfigOptionType.class ValueListConfigOptionType.class ComplexConfigOptionType.class IConfigData.class IConfigOptionType.class ConfigurationException.class MultiLineConfigOptionType.class Log Message: Minor update --- NEW FILE: BooleanConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigurable.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IntegerConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigData.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DirectoryConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigOption.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigDataContainer.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigData.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigData$1TestConfig.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UrlConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MutableConfigValueException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FilenameConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: StringConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ServiceTypeConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigurationException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ComplexConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XpathConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ValueListConfigOptionType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MultiLineConfigOptionType.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:15
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/xml/digester In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/xml/digester Added Files: DigesterPipelineUnmarshaller.class Dynamic.class Pipeline.class StageInst.class Connection.class Option.class Log Message: Minor update --- NEW FILE: Dynamic.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Pipeline.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Option.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Connection.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DigesterPipelineUnmarshaller.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: StageInst.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:15
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/pipeline/documentation In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/pipeline/documentation Added Files: stage2docbook.xsl processor2docbook.xsl scanner2docbook.xsl documentation.properties Log Message: Minor update --- NEW FILE: scanner2docbook.xsl --- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/scanner-defns"> <section> <xsl:apply-templates/> </section> </xsl:template> <xsl:template match="scanner-defn"> <section> <title><xsl:value-of select="scanner-type"/></title> <para><xsl:value-of select="scanner-desc"/></para> <xsl:if test="count(scanner-option) > 0"> <informaltable frame="all"> <tgroup cols="4"> <thead> <row> <entry><para>Name</para></entry> <entry><para>Type</para></entry> <entry><para>number</para></entry> <entry><para>description</para></entry> </row> </thead> <tbody> <xsl:apply-templates select="scanner-option"/> </tbody> </tgroup> </informaltable> </xsl:if> </section> </xsl:template> <xsl:template match="scanner-option"> <row> <entry><para><xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> </xsl:template> </xsl:stylesheet> --- NEW FILE: stage2docbook.xsl --- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/stage-defns"> <section> <xsl:apply-templates><xsl:sort select="stage-type"/></xsl:apply-templates> </section> </xsl:template> <xsl:template match="stage-defn"> <section> <title><xsl:value-of select="stage-type"/></title> <para><xsl:value-of select="stage-desc"/></para> <xsl:if test="count(stage-option) > 0"> <informaltable frame="all"> <tgroup cols="4"> <thead> <row> <entry><para>Name</para></entry> <entry><para>Type</para></entry> <entry><para>number</para></entry> <entry><para>description</para></entry> </row> </thead> <tbody> <xsl:apply-templates select="stage-option"/> </tbody> </tgroup> </informaltable> </xsl:if> </section> </xsl:template> <xsl:template match="stage-option"> <row> <entry><para><xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> <xsl:if test="count(option-suboption) > 0"> <xsl:apply-templates select="option-suboption"/> </xsl:if> </xsl:template> <xsl:template match="option-suboption"> <row> <entry><para><xsl:value-of select="../option-name"/>.<xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> </xsl:template> </xsl:stylesheet> --- NEW FILE: documentation.properties --- # # # Babeldoc documentation pipeline # entryStage=attrdefault # Check for style attribute - if not present # default it to html attrdefault.stageType=Scripting attrdefault.nextStage=callstages attrdefault.language=javascript attrdefault.scriptFile=core/scripts/attrdefault.js attrdefault.attrs.style=html # Call stage to generate the pipeline stage xml callstages.stageType=CallStage callstages.callStage=documentation.stagexml callstages.discardResults=true callstages.nextStage=callscanners # Call stage to generate the scanner xml callscanners.stageType=CallStage callscanners.callStage=documentation.scannerxml callscanners.discardResults=true callscanners.nextStage=callprocessors # Call stage to generate the processor xml callprocessors.stageType=CallStage callprocessors.callStage=documentation.processorxml callprocessors.discardResults=true callprocessors.nextStage=loaduserguide # Read the userguide xml loaduserguide.stageType=Reader loaduserguide.nextStage=callgenerateug loaduserguide.file=${system.get("babeldoc.home")}/readme/userguide.xml # call into the main documentation pipeline callgenerateug.stageType=CallStage callgenerateug.callStage=documentation.basename callgenerateug.discardResults=true callgenerateug.nextStage=loaddevguide # read the developer guide xml loaddevguide.stageType=Reader loaddevguide.nextStage=callgeneratedg loaddevguide.file=${system.get("babeldoc.home")}/readme/devguide.xml # call into the main documentation pipeline callgeneratedg.stageType=CallStage callgeneratedg.callStage=documentation.basename callgeneratedg.discardResults=true callgeneratedg.nextStage=null # Make the final output name for the documentation (name minus .xml) basename.stageType=Scripting basename.language=javascript basename.nextStage=templatize basename.script=\ var infile = document.get("file_name");\ var lastxml = infile.lastIndexOf(".xml");\ var basefile = infile.substring(0, lastxml); \ document.put("base_file", basefile); # Templatize using velocity - this makes the ${..} get resolved in # the xml - primarily for resolving paths to the babeldoc_home, etc. templatize.stageType=VelocityTemplatize templatize.splitAttributes=true templatize.nextStage=choose # If this style is pdf (not currently working) then do xslfo formating # choose.stageType=Router choose.nextStage=transform choose.nextStage.pdftransform=#if(${document.get("style").equalsIgnoreCase("pdf")})true#end # Transform the document transform.stageType=XslTransform transform.transformationFile=${system.get("babeldoc.home")}/readme/docbook-xsl/${document.get("style")}/docbook.xsl transform.param."html.stylesheet"=style.css transform.nextStage=writer pdftransform.stageType=XslTransform pdftransform.transformationFile=${system.get("babeldoc.home")}/readme/docbook-xsl/fo/docbook.xsl pdftransform.nextStage=fotransform fotransform.stageType=XslFoTransform fotransform.nextStage=writer fotransform.outputType=pdf fotransform.bufferSize=2048 # Write the document to the file writer.stageType=FileWriter writer.nextStage=null writer.outputFile=${document.get("base_file")}.${document.get("style")} # # Generate the stage xml stagexml.stageType=Scripting stagexml.language=javascript stagexml.scriptFile=core/scripts/servicexml.js stagexml.serviceType=PipelineStage stagexml.rootElement=stage-defns stagexml.nextStage=stagexform stagexform.stageType=XslTransform stagexform.nextStage=stagewriter stagexform.transformationFile=pipeline/documentation/stage2docbook.xsl stagewriter.stageType=FileWriter stagewriter.nextStage=null stagewriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/pipelinestages.xml # # Generate the scanner xml scannerxml.stageType=Scripting scannerxml.language=javascript scannerxml.scriptFile=core/scripts/servicexml.js scannerxml.serviceType=ScannerWorker scannerxml.rootElement=scanner-defns scannerxml.nextStage=scannertransform scannertransform.stageType=XslTransform scannertransform.nextStage=scannerwriter scannertransform.transformationFile=pipeline/documentation/scanner2docbook.xsl scannerwriter.stageType=FileWriter scannerwriter.nextStage=null scannerwriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/scanners.xml # # Generate the processor xml processorxml.stageType=Scripting processorxml.language=javascript processorxml.script=\ importClass(Packages.com.babeldoc.core.pipeline.processor.ProcessorConfigInfo);\ document.setBytes(ProcessorConfigInfo.getAllXml().getBytes());\ document.setMimeType("text/xml"); processorxml.nextStage=processortransform processortransform.stageType=XslTransform processortransform.nextStage=processorwriter processortransform.transformationFile=pipeline/documentation/processor2docbook.xsl processorwriter.stageType=FileWriter processorwriter.nextStage=null processorwriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/processors.xml --- NEW FILE: processor2docbook.xsl --- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/processor-defns"> <section> <xsl:apply-templates/> </section> </xsl:template> <xsl:template match="processor-defn"> <section> <title><xsl:value-of select="processor-name"/></title> <para><xsl:value-of select="processor-desc"/></para> <xsl:if test="count(processor-option) > 0"> <informaltable frame="all"> <tgroup cols="4"> <thead> <row> <entry><para>Name</para></entry> <entry><para>Type</para></entry> <entry><para>number</para></entry> <entry><para>description</para></entry> </row> </thead> <tbody> <xsl:apply-templates select="processor-option"/> </tbody> </tgroup> </informaltable> </xsl:if> </section> </xsl:template> <xsl:template match="processor-option"> <row> <entry><para><xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> <xsl:if test="count(option-suboption) > 0"> <xsl:apply-templates select="option-suboption"/> </xsl:if> </xsl:template> <xsl:template match="option-suboption"> <row> <entry><para><xsl:value-of select="../option-name"/>.<xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> </xsl:template> </xsl:stylesheet> |
From: Santi B. <san...@us...> - 2007-12-11 00:23:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/journal In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/journal Added Files: JournalConfigInfo.class JournalFactory.class JournalOperation.class IJournalStatus.class JournalStatus.class Journal.class JournalException.class JournalTest.class IJournal.class IJournalTicket.class JournalType.class JournalTicket.class Log Message: Minor update --- NEW FILE: Journal.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IJournalTicket.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalOperation.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IJournal.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IJournalStatus.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalTest.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalTicket.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalStatus.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/feeder In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/feeder Added Files: AsynchronousFeeder$2.class MemoryQueue.class FeederFactory.class SynchronousFeeder.class IFeederQueue.class AsynchronousFeeder$1.class IFeeder.class FeedDocument.class FeederConfigInfo.class AsynchronousFeeder.class DiskQueue.class DiskQueue$1.class DiskQueueTest.class SynchronousFeeder$1.class Log Message: Minor update --- NEW FILE: IFeederQueue.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FeedDocument.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DiskQueue.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SynchronousFeeder.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsynchronousFeeder$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsynchronousFeeder.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FeederFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DiskQueue$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SynchronousFeeder$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsynchronousFeeder$2.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MemoryQueue.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DiskQueueTest.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FeederConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IFeeder.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/stage Added Files: DomifyPipelineStage$1BabelErrorHandler.class JavaXmlDecoderPipelineStage.class SocketWriterPipelineStage.class XpathSplitterPipelineStage.class XpathSplitterPipelineStage$1.class XpathExtractPipelineStage.class RSSChannelPipelineStage.class SmtpWriterPipelineStage.class CompressionPipelineStage.class NullPipelineStage.class JavaXmlDecoderPipelineStage$1.class DomifyPipelineStage.class DecompressionPipelineStage$1.class DomifyPipelineStage$1.class FileWriterPipelineStage$1.class JTidyPipelineStage$1.class JournalUpdatePipelineStage.class SmtpWriterPipelineStage$1.class ReaderPipelineStage.class FileWriterPipelineStage.class SmtpWriterPipelineStage$1PipelineDocumentDataSource.class ZipArchiveWriterPipelineStage$1.class RouterPipelineStage.class ScriptingPipelineStage.class JTidyPipelineStage.class XslTransformPipelineStage$1.class CallStagePipelineStage.class GenericWriterPipelineStage.class DomifyPipelineStage$2.class ExternalApplicationPipelineStage$1.class XpathExtractPipelineStage$1.class VelocityTemplatizePipelineStage.class SocketWriterPipelineStage$1.class DecompressionPipelineStage.class StreamHandler.class XsltCacheItem.class NullPipelineStage$1.class RSSChannelPipelineStage$1.class ScriptingPipelineStage$1.class RouterPipelineStage$1.class EntityResolverMemoryCache.class XslTransformPipelineStage.class JournalUpdatePipelineStage$1.class ExternalApplicationPipelineStage.class EnrichDocumentPipelineStage.class ReaderPipelineStage$1.class CompressionPipelineStage$1.class CallStagePipelineStage$1.class EnrichDocumentPipelineStage$1.class FtpWriterPipelineStage.class ZipArchiveWriterPipelineStage.class FileXsltCacheItem.class VelocityTemplatizePipelineStage$1.class EntityResolverDiskCache.class FtpWriterPipelineStage$1.class Log Message: Minor update --- NEW FILE: ScriptingPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XslTransformPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DomifyPipelineStage$1BabelErrorHandler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RouterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DecompressionPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ExternalApplicationPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XslTransformPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RouterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SmtpWriterPipelineStage$1PipelineDocumentDataSource.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CompressionPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: VelocityTemplatizePipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FtpWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CompressionPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FileWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SmtpWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EnrichDocumentPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XpathExtractPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DomifyPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NullPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JavaXmlDecoderPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NullPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ReaderPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JTidyPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalUpdatePipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DomifyPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScriptingPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XpathSplitterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SocketWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EntityResolverDiskCache.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CallStagePipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: VelocityTemplatizePipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FileWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EntityResolverMemoryCache.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ExternalApplicationPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ZipArchiveWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JTidyPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalUpdatePipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FileXsltCacheItem.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DecompressionPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EnrichDocumentPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ZipArchiveWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RSSChannelPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XsltCacheItem.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RSSChannelPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CallStagePipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XpathSplitterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FtpWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JavaXmlDecoderPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: StreamHandler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: XpathExtractPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SmtpWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SocketWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ReaderPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GenericWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DomifyPipelineStage$2.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/resource In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/resource Added Files: ResourceType.class IResource.class ResourceException.class ResourceFactory.class ResourceConfigInfo.class Resource.class Log Message: Minor update --- NEW FILE: ResourceType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IResource.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ResourceFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ResourceConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Resource.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ResourceException.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core Added Files: INamed.class Pair.class Main.class I18n.class VelocityUtilityContext.class GeneralException.class VariableProcessor.class BabeldocCommand$1ShutMeDownNicely.class EnvironmentLoader.class LogService.class NameValuePair.class BabeldocCommand.class Named.class RmiRegistry.class IShutdownListener.class ResourceLoader.class Type.class Log Message: Minor update --- NEW FILE: Pair.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: I18n.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: VelocityUtilityContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: VariableProcessor.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RmiRegistry.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Main.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Type.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Named.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabeldocCommand.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EnvironmentLoader.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ResourceLoader.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: LogService.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabeldocCommand$1ShutMeDownNicely.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NameValuePair.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GeneralException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: INamed.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IShutdownListener.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline Added Files: PipelineStageNamePair.class DefaultPipelineStageErrorHandler.class PipelineStageFactoryInfo.class IPipelineStageErrorHandler.class IPipelineStage.class PipelineDocument.class PipelineException.class IPipelineStageResolver.class PipelineStageInfo.class PipelineDocumentTest.class PipelineStageFactory.class PipelineStageConnection.class PipelineConfigException.class PipelineFactory.class PipelineStage.class PipelineStageResult.class IPipelineStageFactory.class PipelineStageType.class PipelineStageFactoryType.class IPipelineFactory.class PipelineFactoryFactory.class PipelineStageResolver.class Log Message: Minor update --- NEW FILE: PipelineFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageFactoryType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageResult.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineDocument.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineStageFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineFactoryFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageResolver.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineDocumentTest.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineStageErrorHandler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineConfigException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DefaultPipelineStageErrorHandler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageConnection.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageFactoryInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineStageResolver.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageNamePair.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageInfo.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:13
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/service In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/service Added Files: ServiceFactory.class ServiceException.class Log Message: Minor update --- NEW FILE: ServiceFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ServiceException.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:22:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/conversion/service In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10760/modules/conversion/build/conversion/service Added Files: query.properties Log Message: Minor update --- NEW FILE: query.properties --- Command.flat2xml=com.babeldoc.conversion.flatfile.FlatFileConversionClient Command.xls2xml=com.babeldoc.conversion.excel.ExcelConversionClient PipelineStage.FlatToXml=com.babeldoc.conversion.pipeline.stage.FlatToXmlPipelineStage PipelineStage.XlsToXml=com.babeldoc.conversion.pipeline.stage.XlsToXmlPipelineStage |
From: Santi B. <san...@us...> - 2007-12-11 00:22:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/META-INF/services In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10760/modules/conversion/build/META-INF/services Added Files: com.babeldoc.core.module.BabeldocModule Log Message: Minor update --- NEW FILE: com.babeldoc.core.module.BabeldocModule --- com.babeldoc.conversion.module.ConversionModule |
From: Santi B. <san...@us...> - 2007-12-11 00:22:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/conversion/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10760/modules/conversion/build/conversion/i18n Added Files: messages.properties Log Message: Minor update --- NEW FILE: messages.properties --- # com.babeldoc.conversion.... conversion.001=When scanning CSV fields, no more than 1 line paragraphs allowed conversion.002=Expected: {0} fields but found: {1} tokens. Skipping... conversion.003=Field: {0} is duplicated. Skipping conversion.004=When scanning line-fields, no more than 1 line paragraphs allowed conversion.005=Field: {0} exceeds the number of rows in paragraph. Skipping... conversion.006=Field: {0} exceeds line length. Skipping... conversion.007=Unknown conversionType conversion.008=Incorrect number of arguments conversion.009=Commandline client to convert flatfiles to xml documents conversion.excel.client.file=file to convert conversion.excel.client.output=output file conversion.excel.client.locale=format date and numbers with this locale conversion.011=conversion configuration file conversion.012=Use xml unmarshaller conversion.013=XML Configuration error conversion.014=Input/Output error conversion.022=Convert this flat document to an XML document conversion.023=Flat file conversion specification XML file conversion.exception.io.convfile=Exception loading conversion file: {0} conversion.exception.io.infile=Exception loading input file: {0} conversion.digester.exception.sax=SAX Parser Exception conversion.digester.exception.io=Input/Ouput Exception conversion.pipeline.stage.XlsToXml.desc=Converts Microsoft Excel files to XML format. This creates a regular XML output document of workbooks, rows and cells. The XML encoding can be configured if necessary. conversion.pipeline.stage.XlsToXml.encoding=Encoding string for the output XML. By default it is UTF-8. conversion.pipeline.stage.XlsToXml.error=Error converting XLS file to XML conversion.pipeline.stage.XlsToXml.locale=Locale which should be used for formatting numbers and dates from Excel workbook. If not specified, default Locale will be used. conversion.excel.client.locale=Locale which should be used for formatting numbers and dates from Excel workbook. If not specified, default Locale will be used. conversion.excel.client.inputEncoding=Encoding which should be used for reading file. Default is System default (file.encoding) conversion.excel.client.outputEncoding=Encoding which should be used for writing file. Default is System default (file.encoding) |
From: Santi B. <san...@us...> - 2007-12-11 00:22:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/com/babeldoc/conversion/excel In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10760/modules/conversion/build/com/babeldoc/conversion/excel Added Files: ExcelConverter.class ExcelConversionClient.class Log Message: Minor update --- NEW FILE: ExcelConverter.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ExcelConversionClient.class --- (This appears to be a binary file; contents omitted.) |