My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Uncategorized code I've created. Mostly Java, but also Groovy, Bash, Maven POMs, XSLT, and other.

JawaBot moved

JawaBot finally moved to http://code.google.com/p/jawabot/ .

Mavenized:

  • javax.persistence:persistence-api:jar:2.0
  • javax.transaction:jta:jar:1.1
  • javax.xml:jaxb-impl:jar:2.1
  • FreeTTS / MBrola libraries with MANIFEST.MF fixed and KevinVoiceDirectory recompiled.
  • PJL Compressing Filter 1.7 by srowen
  • MySQL JDBC driver 5.1.12 for Maven – mavenized Connector/J
  • PircBot 1.5.0
  • Axis2 1.4.1
  • Sun JMX - jmxri and jmxtools
  • Ralph's CSV library (you have to use Saxon 8.7, Saxon 9 is not mavenized)
<project>

  <!-- Dependencies -->
  <dependencies>

    <dependency>
       <groupId>cz.dynawest.third.pircbot</groupId>
       <artifactId>PircBot</artifactId>
       <version>1.5.0</version>
    </dependency>

  </dependencies>

  <repositories>
    <repository>
      <id>ondrazizka</id>
      <url>http://ondrazizka.googlecode.com/svn/maven</url>
    </repository>
  </repositories>
</project>
Powered by Google Project Hosting