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:25:52
|
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12175/modules/j2ee Modified Files: .cvsignore Log Message: Minor update Index: .cvsignore =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .cvsignore 10 Dec 2007 15:50:49 -0000 1.5 --- .cvsignore 11 Dec 2007 00:25:52 -0000 1.6 *************** *** 1,2 **** build ! gensrc \ No newline at end of file --- 1,2 ---- build ! gensrc |
From: Santi B. <san...@us...> - 2007-12-11 00:25:52
|
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12175/modules/j2ee/gensrc/com Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- babeldoc |
From: Santi B. <san...@us...> - 2007-12-11 00:25:49
|
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12175/modules/j2ee/gensrc/com/babeldoc Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- j2ee |
From: Santi B. <san...@us...> - 2007-12-11 00:24:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/init In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11769/modules/init Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- build |
From: Santi B. <san...@us...> - 2007-12-11 00:24:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/init/build/com/babeldoc/init In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11769/modules/init/build/com/babeldoc/init Added Files: BabeldocClassloader.class Main.class AdaptiveClassLoader.class AdaptiveClassLoader$1.class AdaptiveClassLoader$ClassCacheEntry.class Main$1.class Log Message: Minor update --- NEW FILE: BabeldocClassloader.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AdaptiveClassLoader$1.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: AdaptiveClassLoader.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Main$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AdaptiveClassLoader$ClassCacheEntry.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/simple In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/simple Added Files: SimplePipelineStageResolver.class SimplePipelineStageFactory.class SimplePipelineStageFactory$1.class Log Message: Minor update --- NEW FILE: SimplePipelineStageFactory$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimplePipelineStageFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimplePipelineStageResolver.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:29
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core Added Files: log4j.properties VM_global_library.vm Log Message: Minor update --- NEW FILE: VM_global_library.vm --- #* Velocity macro inclusion file Add your stuff in this file. *# --- NEW FILE: log4j.properties --- # Set com.babeldoc logger to INFO. All other loggers are it's childeren # com.babeldo uses babeldoc appender log4j.rootLogger=ERROR, babeldoc log4j.logger.com.babeldoc=INFO #log4j.logger.org.apache=INFO # 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 |
From: Santi B. <san...@us...> - 2007-12-11 00:23:29
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/journal/dummy In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/journal/dummy Added Files: DummyJournal$1.class DummyJournal.class Log Message: Minor update --- NEW FILE: DummyJournal.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DummyJournal$1.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/journal/simple In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/journal/simple Added Files: SimpleJournal$1.class SimpleJournal.class SimpleJournal$2.class Log Message: Minor update --- NEW FILE: SimpleJournal.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimpleJournal$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SimpleJournal$2.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/pipeline/xml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/pipeline/xml Added Files: pipeline-defn.xml Log Message: Minor update --- NEW FILE: pipeline-defn.xml --- <?xml version="1.0"?> <pipeline xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.babeldoc.com/xsd/pipeline.xsd"> <documentation>This is a demonstration babel pipeline</documentation> <pipeline-name>test-xml</pipeline-name> <dynamic> <entry-stage>entry</entry-stage> <!-- STAGES: Defines the stages --> <stage-inst> <stage-name>entry</stage-name> <stage-type>Null</stage-type> <stage-desc>This does nothing</stage-desc> </stage-inst> <stage-inst> <stage-name>transform</stage-name> <stage-desc>this transforms stuff</stage-desc> <stage-type>XslTransform</stage-type> <option> <option-name>transformationFile</option-name> <option-value>test/quickstart/stats-html.xsl</option-value> </option> <option> <option-name>bufferSize</option-name> <option-value>2048</option-value> </option> </stage-inst> <stage-inst> <stage-name>choose</stage-name> <stage-desc>this chooses stuff</stage-desc> <stage-type>Router</stage-type> <option> <option-name>tracked</option-name> <option-value>true</option-value> </option> <option> <option-name>nextStage</option-name> <option-value/> <sub-option> <option-name>emailer</option-name> <option-value><![CDATA[ #if(${document.get("smtpHost")}) true #end]]></option-value> </sub-option> </option> </stage-inst> <stage-inst> <stage-name>emailer</stage-name> <stage-desc>this emails stuff</stage-desc> <stage-type>SmtpWriter</stage-type> <option> <option-name>smtpHost</option-name> <option-value>$document.get("smtpHost")</option-value> </option> <option> <option-name>smtpTo</option-name> <option-value>$document.get("smtpTo")</option-value> </option> <option> <option-name>smtpFrom</option-name> <option-value>$document.get("smtpFrom")</option-value> </option> <option> <option-name>smtpSubject</option-name> <option-value>Document: Ticket: ${ticket.Value}</option-value> </option> <option> <option-name>smtpMessage</option-name> <option-value><![CDATA[${document.toString()}]]></option-value> </option> </stage-inst> <stage-inst> <stage-name>writer</stage-name> <stage-desc>this writes stuff</stage-desc> <stage-type>FileWriter</stage-type> <option> <option-name>outputFile</option-name> <option-value>${system.getProperty("user.dir")}/stats.html</option-value> </option> </stage-inst> <!-- NETLIST: Define the connections between source stages and sink stages --> <connection> <source>entry</source> <sink>transform</sink> </connection> <connection> <source>transform</source> <sink>choose</sink> </connection> <connection> <source>choose</source> <sink>writer</sink> </connection> <connection> <source>emailer</source> <sink>writer</sink> </connection> <connection> <source>writer</source> <sink>null</sink> </connection> </dynamic> </pipeline> |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/journal In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/journal Added Files: config.properties Log Message: Minor update --- NEW FILE: config.properties --- # # Select your journal type here and set configuration #journalType=dummy journalType=simple simpleJournalDir=${system.getProperty("babeldoc.home")} simpleJournalLog=${system.getProperty("babeldoc.home")}/journal.log logMaxSize=10000000 |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/service In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/service Added Files: query.properties Log Message: Minor update --- NEW FILE: query.properties --- PipelineStage.Domify=com.babeldoc.core.pipeline.stage.DomifyPipelineStage PipelineStage.Enrich=com.babeldoc.core.pipeline.stage.EnrichDocumentPipelineStage PipelineStage.FileWriter=com.babeldoc.core.pipeline.stage.FileWriterPipelineStage PipelineStage.FtpWriter=com.babeldoc.core.pipeline.stage.FtpWriterPipelineStage PipelineStage.JTidy=com.babeldoc.core.pipeline.stage.JTidyPipelineStage PipelineStage.JavaXmlDecoder=com.babeldoc.core.pipeline.stage.JavaXmlDecoderPipelineStage PipelineStage.Null=com.babeldoc.core.pipeline.stage.NullPipelineStage PipelineStage.Router=com.babeldoc.core.pipeline.stage.RouterPipelineStage PipelineStage.RSSChannel=com.babeldoc.core.pipeline.stage.RSSChannelPipelineStage PipelineStage.Scripting=com.babeldoc.core.pipeline.stage.ScriptingPipelineStage PipelineStage.SmtpWriter=com.babeldoc.core.pipeline.stage.SmtpWriterPipelineStage PipelineStage.SocketWriter=com.babeldoc.core.pipeline.stage.SocketWriterPipelineStage PipelineStage.XpathExtract=com.babeldoc.core.pipeline.stage.XpathExtractPipelineStage PipelineStage.XpathSplitter=com.babeldoc.core.pipeline.stage.XpathSplitterPipelineStage PipelineStage.XslTransform=com.babeldoc.core.pipeline.stage.XslTransformPipelineStage PipelineStage.VelocityTemplatize=com.babeldoc.core.pipeline.stage.VelocityTemplatizePipelineStage PipelineStage.Compress=com.babeldoc.core.pipeline.stage.CompressionPipelineStage PipelineStage.Decompress=com.babeldoc.core.pipeline.stage.DecompressionPipelineStage PipelineStage.ZipArchiveWriter=com.babeldoc.core.pipeline.stage.ZipArchiveWriterPipelineStage PipelineStage.CallStage=com.babeldoc.core.pipeline.stage.CallStagePipelineStage PipelineStage.ExternalApplication=com.babeldoc.core.pipeline.stage.ExternalApplicationPipelineStage PipelineStage.JournalUpdate=com.babeldoc.core.pipeline.stage.JournalUpdatePipelineStage PipelineStage.Reader=com.babeldoc.core.pipeline.stage.ReaderPipelineStage Journal.simple=com.babeldoc.core.journal.simple.SimpleJournal Journal.dummy=com.babeldoc.core.journal.dummy.DummyJournal PipelineStageFactory.simple=com.babeldoc.core.pipeline.simple.SimplePipelineStageFactory PipelineStageFactory.xml=com.babeldoc.core.pipeline.xml.XmlPipelineStageFactory PipelineStageErrorHandler.default=com.babeldoc.core.pipeline.DefaultPipelineStageErrorHandler Command.journal=com.babeldoc.core.journal.command.JournalCommand Command.pipeline=com.babeldoc.core.pipeline.command.PipelineCommand Command.process=com.babeldoc.core.pipeline.command.PipelineFeeder Command.module=com.babeldoc.core.module.BabeldocModuleCommand Command.lightconfig=com.babeldoc.core.config.light.LightConfigCommand UserResourceFactory.simple=com.babeldoc.core.user.simple.SimpleResourceFactory Feeder.synchronous=com.babeldoc.core.pipeline.feeder.SynchronousFeeder Feeder.asynchronous=com.babeldoc.core.pipeline.feeder.AsynchronousFeeder PipelineStageProcessor.sync=com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor PipelineStageProcessor.async=com.babeldoc.core.pipeline.processor.AsyncPipelineStageProcessor PipelineStageProcessor.threadpool=com.babeldoc.core.pipeline.processor.ThreadPooledPipelineStageProcessor |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/META-INF/services In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/META-INF/services Added Files: com.babeldoc.core.module.BabeldocModule Log Message: Minor update --- NEW FILE: com.babeldoc.core.module.BabeldocModule --- com.babeldoc.core.module.CoreModule |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/config Added Files: ConfigChangeEvent.class ConfigException.class IConfigChangeNotifier.class IConfigChangeListener.class ConfigService.class IConfig.class DefaultConfig.class ConfigChangeNotifier.class IConfigService.class Log Message: Minor update --- NEW FILE: IConfigService.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DefaultConfig.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfig.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigChangeListener.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigChangeNotifier.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigChangeEvent.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IConfigChangeNotifier.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigService.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ConfigException.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:28
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/pipeline/simple In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/pipeline/simple Added Files: test.properties Log Message: Minor update --- NEW FILE: test.properties --- entryStage=entry entry.stageType=Null entry.nextStage=transform entry.tracked=true transform.stageType=XslTransform transform.nextStage=choose transform.transformationFile=test/quickstart/stats-html.xsl transform.bufferSize=2048 choose.stageType=Router choose.nextStage=writer choose.tracked=true choose.nextStage.emailer=#if(${document.get("smtpHost")})true#end emailer.stageType=SmtpWriter emailer.nextStage=writer emailer.smtpHost=$document.get("smtpHost") emailer.smtpFrom=$document.get("smtpFrom") emailer.smtpTo=$document.get("smtpTo") emailer.smtpSubject=Document: Ticket: ${ticket.Value} emailer.smtpMessage=${document.toString()} writer.stageType=FileWriter writer.nextStage=null writer.outputFile=${system.getProperty("user.dir")}/stats.html |
From: Santi B. <san...@us...> - 2007-12-11 00:23:22
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/command In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/command Added Files: PipelineCommandTest.class PipelineCommand.class PipelineFeeder.class Log Message: Minor update --- NEW FILE: PipelineFeeder.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineCommandTest.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineCommand.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:22
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/config/light In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/config/light Added Files: LightConfigCommand.class LightConfigService.class Log Message: Minor update --- NEW FILE: LightConfigCommand.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: LightConfigService.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:21
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/journal/query In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/journal/query Added Files: JournalQueryComp.class QueryOption.class JournalQuery.class JournalQueryTest.class QueryTicket.class JournalQueryException.class Log Message: Minor update --- NEW FILE: QueryOption.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalQueryComp.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalQuery.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: QueryTicket.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalQueryException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalQueryTest.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:21
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/journal/simple In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/journal/simple Added Files: config.properties Log Message: Minor update --- NEW FILE: config.properties --- simpleJournalDir=${system.getProperty("babeldoc.home")} simpleJournalLog=${system.getProperty("babeldoc.home")}/journal.log logMaxSize=10000000 |
From: Santi B. <san...@us...> - 2007-12-11 00:23:21
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/scripts Added Files: attrdefault.js attrcheck.js servicexml.js Log Message: Minor update --- NEW FILE: attrdefault.js --- /** * This script checks for the presence of attributes on the document * and if the attribute is not found sets it to the default value * * It expects the associative (complex) configuration option attrs.* * to be defined otherwise it does nothing. */ var getAttr=new Array; getAttr[0]="attrs"; var nvpairarray=stage.getOptionList(getAttr); var length = nvpairarray.length; var keys = document.keys(); for(var i = 0; i < length; ++i) { var pair = nvpairarray[i]; var attrname = pair.getFirst(); var attrdefault = pair.getSecond(); if(!keys.contains(attrname)) { document.put(attrname, attrdefault); } } --- NEW FILE: attrcheck.js --- /** * This script checks for the presence of attributes on the document * and prints the associated message if the attribute is not found. * * It expects the associative (complex) configuration option attrs.* * to be defined otherwise it does nothing. */ var getAttr=new Array; getAttr[0]="attrs"; var nvpairarray=stage.getOptionList(getAttr); var length = nvpairarray.length; var keys = document.keys(); for(var i = 0; i < length; ++i) { var pair = nvpairarray[i]; var attrname = pair.getFirst(); var attrerror = pair.getSecond(); if(!keys.contains(attrname)) { stage.setError(attrerror); break; } } --- NEW FILE: servicexml.js --- /** * For all the service types with the same prefix (ie. PipelineStage.), get the * IConfigInfo object and then on each one, call the toXml method. Aggregate the * all the xml files. * * Configuration files: * * 1. serviceType - the serviceType to scan for. * 2. rootElement - the root element in the document * */ importClass(Packages.com.babeldoc.core.service.ServiceFactory); var serviceType = stage.getOptions("serviceType"); var rootElement = stage.getOptions("rootElement"); var services = ServiceFactory.getAllServices(serviceType); var keyset = services.keySet(); var keyiter = keyset.iterator(); var bufr = new java.lang.StringBuffer(); bufr.append("<"+rootElement+">"); while(keyiter.hasNext()) { var key = serviceType+"."+keyiter.next(); var obj = ServiceFactory.getService(key); var info = obj.getInfo(); if(info!=null) { var xmlfrag = info.toXml(); bufr.append(xmlfrag); } } bufr.append("</"+rootElement+">"); document.setBytes(bufr.toString().getBytes()); document.setMimeType("text/xml"); |
From: Santi B. <san...@us...> - 2007-12-11 00:23:21
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/user In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/user Added Files: resource-factory.properties factory.properties Log Message: Minor update --- NEW FILE: resource-factory.properties --- factoryType=simple --- NEW FILE: factory.properties --- factoryType=simple |
From: Santi B. <san...@us...> - 2007-12-11 00:23:21
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/journal/command In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/journal/command Added Files: JournalCommand.class Log Message: Minor update --- NEW FILE: JournalCommand.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:23:20
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/error In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/error Added Files: RedirectErrorHandler.class Log Message: Minor update --- NEW FILE: RedirectErrorHandler.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/user In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/user Added Files: UserFactory.class PasswordUserCredential.class IUserCredential.class UserResource.class IUserContext.class UserResourceFactory.class User.class UserFactoryType.class IUser.class IOrganization.class UserResourceException.class UserCreateException.class IUserOperation.class UserContext.class IUserFactory.class UserResourceFactoryType.class UserCredentialException.class UserException.class UserType.class IUserResourceFactory.class Log Message: Minor update --- NEW FILE: IUserCredential.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUserFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserCredentialException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUserResourceFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUserOperation.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserResourceException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PasswordUserCredential.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IOrganization.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserResourceFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserResource.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUserContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IUser.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: User.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserFactoryType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserCreateException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserResourceFactoryType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: UserType.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/core/build/com/babeldoc/core/pipeline/processor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/com/babeldoc/core/pipeline/processor Added Files: ThreadPooledPipelineStageProcessor$2.class SyncPipelineStageProcessor.class PipelineStageProcessorFactory.class AsyncPipelineStageProcessor$2.class ProcessorConfigInfo.class ThreadPooledPipelineStageProcessor$3.class AsyncPipelineStageProcessor$1.class ThreadPooledPipelineStageProcessor$1.class ThreadPooledPipelineStageProcessor.class AsyncPipelineStageProcessor.class SyncPipelineStageProcessor$1.class SyncPipelineStageProcessor$2.class IPipelineStageProcessor.class Log Message: Minor update --- NEW FILE: ThreadPooledPipelineStageProcessor$2.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsyncPipelineStageProcessor$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SyncPipelineStageProcessor$2.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IPipelineStageProcessor.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ThreadPooledPipelineStageProcessor.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SyncPipelineStageProcessor$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ProcessorConfigInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ThreadPooledPipelineStageProcessor$3.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: PipelineStageProcessorFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsyncPipelineStageProcessor$2.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SyncPipelineStageProcessor.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ThreadPooledPipelineStageProcessor$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: AsyncPipelineStageProcessor.class --- (This appears to be a binary file; contents omitted.) |