From: Gordon M. <go...@us...> - 2006-04-14 07:40:16
|
Update of /cvsroot/bitcollider/jbitcollider In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20753 Added Files: boot.properties log4j.properties .classpath run.bat .project .cvsignore Log Message: initial commit from code drop of april 12 --- NEW FILE: boot.properties --- org.java.plugin.boot.applicationPlugin = org.bitpedia.collider.ui --- NEW FILE: log4j.properties --- # JPF-Demo # Copyright (C) 2004 - 2005 Dmitry Olshansky # $Id: log4j.properties,v 1.1 2006/04/14 07:40:12 gojomo Exp $ applicationRoot = . # # Log4j configuration # Available priorities are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL # log4j.rootLogger = ALL,console log4j.logger.org.java.plugin = ALL,jpf log4j.appender.console = org.apache.log4j.varia.NullAppender #log4j.appender.console = org.apache.log4j.ConsoleAppender log4j.appender.console.layout = org.apache.log4j.PatternLayout log4j.appender.console.layout.conversionPattern = %d [%t] %-5p %c %m%n log4j.appender.jpf = org.apache.log4j.FileAppender log4j.appender.jpf.file = ${applicationRoot}/logs/jpf.log log4j.appender.jpf.layout = org.apache.log4j.PatternLayout log4j.appender.jpf.layout.conversionPattern = %d [%t] %-5p %c %m%n log4j.appender.jpf.append = false #log4j.appender.other = org.apache.log4j.FileAppender #log4j.appender.other.file = ${applicationRoot}/logs/other.log #log4j.appender.other.layout = org.apache.log4j.PatternLayout #log4j.appender.other.layout.conversionPattern = %d [%t] %-5p %c %m%n #log4j.appender.other.append = false --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry output="plugins/org.bitpedia.collider.core/bin" kind="src" path="plugins/org.bitpedia.collider.core/src"/> <classpathentry output="plugins/org.bitpedia.collider.image/bin" kind="src" path="plugins/org.bitpedia.collider.image/src"/> <classpathentry output="plugins/org.bitpedia.collider.ui/bin" kind="src" path="plugins/org.bitpedia.collider.ui/src"/> <classpathentry output="plugins/org.bitpedia.collider.video/bin" kind="src" path="plugins/org.bitpedia.collider.video/src"/> <classpathentry output="plugins/org.bitpedia.collider.vorbis/bin" kind="src" path="plugins/org.bitpedia.collider.vorbis/src"/> <classpathentry output="plugins/org.bitpedia.collider.wav/bin" kind="src" path="plugins/org.bitpedia.collider.wav/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="plugins/org.bitpedia.collider.ui/lib/BrowserLauncher2-10rc4.jar"/> <classpathentry kind="lib" path="plugins/org.bitpedia.collider.vorbis/lib/jogg-0.0.7.jar"/> <classpathentry kind="lib" path="plugins/org.bitpedia.collider.vorbis/lib/jorbis-0.0.15.jar"/> <classpathentry kind="lib" path="plugins/org.bitpedia.collider.vorbis/lib/tritonus_share.jar"/> <classpathentry kind="lib" path="plugins/org.bitpedia.collider.vorbis/lib/vorbisspi1.0.2.jar"/> <classpathentry kind="lib" path="lib/commons-logging.jar"/> <classpathentry kind="lib" path="lib/jpf.jar"/> <classpathentry kind="lib" path="lib/jpf-boot.jar"/> <classpathentry kind="lib" path="lib/jpf-tools.jar"/> <classpathentry kind="lib" path="lib/jxp.jar"/> <classpathentry kind="lib" path="lib/log4j.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- NEW FILE: run.bat --- java -cp lib\jpf-boot.jar org.java.plugin.boot.Boot %1 %2 %3 %4 %5 %6 %7 %8 %9 --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>jBitcollider</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> --- NEW FILE: .cvsignore --- bin |