From: Vincent H. <vh...@us...> - 2006-03-10 12:40:40
|
Update of /cvsroot/babeldoc/babeldoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29774 Added Files: .cvsignore .classpath .project Log Message: Eclipse setup --- NEW FILE: .cvsignore --- bin --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>babeldoc</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: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="modules/core/src"/> <classpathentry kind="src" path="modules/conversion/src"/> <classpathentry kind="src" path="modules/crypto/src"/> <classpathentry kind="src" path="modules/gui/src"/> <classpathentry kind="src" path="modules/init/src"/> <classpathentry kind="src" path="modules/j2ee/src"/> <classpathentry kind="src" path="modules/scanner/src"/> <classpathentry kind="src" path="modules/soap/src"/> <classpathentry kind="src" path="modules/sql/src"/> <classpathentry kind="src" path="modules/web/src"/> <classpathentry kind="src" path="modules/xslfo/src"/> <classpathentry kind="src" path="support/src"/> <classpathentry kind="src" path="modules/babelfish/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="modules/core/lib/commons-cli.jar"/> <classpathentry kind="lib" path="modules/core/lib/log4j.jar"/> <classpathentry kind="lib" path="modules/core/lib/avalon-framework.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-lang.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-logging.jar"/> <classpathentry kind="lib" path="modules/core/lib/velocity.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-collections.jar"/> <classpathentry kind="lib" path="modules/core/lib/xerces.jar"/> <classpathentry kind="lib" path="support/ant/lib/junit.jar"/> <classpathentry kind="lib" path="modules/core/lib/csv19.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-discovery.jar"/> <classpathentry kind="lib" path="modules/core/lib/activation.jar"/> <classpathentry kind="lib" path="modules/core/lib/ostermiller-utils.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-pool.jar"/> <classpathentry kind="lib" path="modules/core/lib/concurrent.jar"/> <classpathentry kind="lib" path="modules/core/lib/dom4j-full.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-net.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-digester.jar"/> <classpathentry kind="lib" path="modules/core/lib/JTidy.jar"/> <classpathentry kind="lib" path="modules/core/lib/mail.jar"/> <classpathentry kind="lib" path="modules/core/lib/bsf.jar"/> <classpathentry kind="lib" path="modules/core/lib/xml-apis.jar"/> <classpathentry kind="lib" path="modules/core/lib/xmlsec.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-beanutils.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-dbcp.jar"/> <classpathentry kind="lib" path="modules/core/lib/commons-httpclient.jar"/> <classpathentry kind="lib" path="modules/core/lib/docbook-xalan.jar"/> <classpathentry kind="lib" path="modules/core/lib/js.jar"/> <classpathentry kind="lib" path="modules/core/lib/xalan.jar"/> <classpathentry kind="lib" path="modules/web/lib/servlet.jar"/> <classpathentry kind="lib" path="modules/conversion/lib/poi.jar"/> <classpathentry kind="lib" path="modules/j2ee/lib/j2ee.jar"/> <classpathentry kind="lib" path="modules/soap/lib/jaxm-api.jar"/> <classpathentry kind="lib" path="modules/soap/lib/saaj-api.jar"/> <classpathentry kind="lib" path="modules/sql/lib/classes12.jar"/> <classpathentry kind="lib" path="modules/xslfo/lib/batik.jar"/> <classpathentry kind="lib" path="modules/xslfo/lib/fop.jar"/> <classpathentry kind="lib" path="support/ant/lib/ant.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |