Skip to content

Commit

Permalink
Repackaging under play.org was not a so good idea for scala ....
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume committed Apr 9, 2010
1 parent f1011f5 commit 24ae3bb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Binary file added framework/lib/jj-imaging.jar
Binary file not shown.
Binary file removed framework/lib/jj-play-captcha.jar
Binary file not shown.
Binary file removed framework/lib/jj-play-imaging.jar
Binary file not shown.
Binary file removed framework/lib/jj-play-textile.jar
Binary file not shown.
Binary file removed framework/lib/jj-play-wikitext.jar
Binary file not shown.
Binary file added framework/lib/jj-simplecaptcha.jar
Binary file not shown.
Binary file added framework/lib/jj-textile.jar
Binary file not shown.
Binary file added framework/lib/jj-wikitext.jar
Binary file not shown.
18 changes: 9 additions & 9 deletions framework/src/play/libs/Images.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
import javax.imageio.ImageWriteParam;
import javax.imageio.ImageWriter;
import javax.imageio.stream.FileImageOutputStream;
import play.ns.nl.captcha.backgrounds.BackgroundProducer;
import play.ns.nl.captcha.backgrounds.FlatColorBackgroundProducer;
import play.ns.nl.captcha.backgrounds.GradiatedBackgroundProducer;
import play.ns.nl.captcha.backgrounds.SquigglesBackgroundProducer;
import play.ns.nl.captcha.backgrounds.TransparentBackgroundProducer;
import play.ns.nl.captcha.gimpy.GimpyRenderer;
import play.ns.nl.captcha.gimpy.RippleGimpyRenderer;
import play.ns.nl.captcha.noise.CurvedLineNoiseProducer;
import play.ns.nl.captcha.text.renderer.DefaultWordRenderer;
import jj.play.ns.nl.captcha.backgrounds.BackgroundProducer;
import jj.play.ns.nl.captcha.backgrounds.FlatColorBackgroundProducer;
import jj.play.ns.nl.captcha.backgrounds.GradiatedBackgroundProducer;
import jj.play.ns.nl.captcha.backgrounds.SquigglesBackgroundProducer;
import jj.play.ns.nl.captcha.backgrounds.TransparentBackgroundProducer;
import jj.play.ns.nl.captcha.gimpy.GimpyRenderer;
import jj.play.ns.nl.captcha.gimpy.RippleGimpyRenderer;
import jj.play.ns.nl.captcha.noise.CurvedLineNoiseProducer;
import jj.play.ns.nl.captcha.text.renderer.DefaultWordRenderer;
import play.exceptions.UnexpectedException;
import play.mvc.Http.Response;

Expand Down
2 changes: 1 addition & 1 deletion modules/docviewer/app/controllers/PlayDocumentation.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void file(String name) {
//

static String toHTML(String textile) {
String html = new play.org.eclipse.mylyn.wikitext.core.parser.MarkupParser(new play.org.eclipse.mylyn.wikitext.textile.core.TextileLanguage()).parseToHtml(textile);
String html = new jj.play.org.eclipse.mylyn.wikitext.core.parser.MarkupParser(new jj.play.org.eclipse.mylyn.wikitext.textile.core.TextileLanguage()).parseToHtml(textile);
html = html.substring(html.indexOf("<body>") + 6, html.lastIndexOf("</body>"));
return html;
}
Expand Down
2 changes: 1 addition & 1 deletion nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<compilation-unit>
<package-root>framework/src</package-root>
<package-root>modules/test-runner/src</package-root>
<classpath mode="compile">framework/lib/activation-1.1.1.jar:framework/lib/antlr-2.7.6.jar:framework/lib/asyncweb-common-0.9.0-SNAPSHOT.jar:framework/lib/bcprov-jdk15-142.jar:framework/lib/c3p0-0.9.1.2.jar:framework/lib/cglib-2.2.jar:framework/lib/commons-beanutils-1.8.3.jar:framework/lib/commons-codec-1.4.jar:framework/lib/commons-collections-3.1.jar:framework/lib/commons-email-1.2.jar:framework/lib/commons-fileupload-1.2.jar:framework/lib/commons-httpclient-3.1.jar:framework/lib/commons-io-1.4.jar:framework/lib/commons-lang-2.5.jar:framework/lib/commons-logging-1.1.1.jar:framework/lib/dom4j-1.6.1.jar:framework/lib/ehcache-core-2.0.0.jar:framework/lib/ezmorph-1.0.3.jar:framework/lib/groovy-all-1.7.1.jar:framework/lib/gson-1.4.jar:framework/lib/hibernate-annotations-3.5.0-Final.jar:framework/lib/hibernate-commons-annotations-3.2.0.Final.jar:framework/lib/hibernate-core-3.5.0-Final-patched.jar:framework/lib/hibernate-entitymanager-3.5.0-Final.jar:framework/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:framework/lib/hsqldb-1.8.1.2.jar:framework/lib/jamon-2.7.jar:framework/lib/javassist-3.9.0.GA.jar:framework/lib/jaxen-1.1.jar:framework/lib/jj-play-captcha.jar:framework/lib/jj-play-imaging.jar:framework/lib/jj-play-textile.jar:framework/lib/jj-play-wikitext.jar:framework/lib/jodatime-1.6.jar:framework/lib/jregex-1.2_01.jar:framework/lib/jsr107cache-1.0.jar:framework/lib/jta-1.1.jar:framework/lib/junit-4.8.1.jar:framework/lib/log4j-1.2.15.jar:framework/lib/mailapi-1.4.3.jar:framework/lib/memcached-2.4.2.jar:framework/lib/mina-core-2.0.0-M2-SNAPSHOT.jar:framework/lib/mysql-connector-java-5.1.8.jar:framework/lib/org.eclipse.jdt.core_3.5.1.v_972_R35x.jar:framework/lib/oval-1.50.jar:framework/lib/provided-servlet-2.5.jar:framework/lib/slf4j-api-1.5.8.jar:framework/lib/slf4j-log4j12-1.5.0.jar:framework/lib/snakeyaml-1.6.jar</classpath>
<classpath mode="compile">framework/lib/activation-1.1.1.jar:framework/lib/antlr-2.7.6.jar:framework/lib/asyncweb-common-0.9.0-SNAPSHOT.jar:framework/lib/bcprov-jdk15-142.jar:framework/lib/c3p0-0.9.1.2.jar:framework/lib/cglib-2.2.jar:framework/lib/commons-beanutils-1.8.3.jar:framework/lib/commons-codec-1.4.jar:framework/lib/commons-collections-3.1.jar:framework/lib/commons-email-1.2.jar:framework/lib/commons-fileupload-1.2.jar:framework/lib/commons-httpclient-3.1.jar:framework/lib/commons-io-1.4.jar:framework/lib/commons-lang-2.5.jar:framework/lib/commons-logging-1.1.1.jar:framework/lib/dom4j-1.6.1.jar:framework/lib/ehcache-core-2.0.0.jar:framework/lib/ezmorph-1.0.3.jar:framework/lib/groovy-all-1.7.1.jar:framework/lib/gson-1.4.jar:framework/lib/hibernate-annotations-3.5.0-Final.jar:framework/lib/hibernate-commons-annotations-3.2.0.Final.jar:framework/lib/hibernate-core-3.5.0-Final-patched.jar:framework/lib/hibernate-entitymanager-3.5.0-Final.jar:framework/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:framework/lib/hsqldb-1.8.1.2.jar:framework/lib/jamon-2.7.jar:framework/lib/javassist-3.9.0.GA.jar:framework/lib/jaxen-1.1.jar:framework/lib/jj-imaging.jar:framework/lib/jj-simplecaptcha.jar:framework/lib/jj-textile.jar:framework/lib/jj-wikitext.jar:framework/lib/jodatime-1.6.jar:framework/lib/jregex-1.2_01.jar:framework/lib/jsr107cache-1.0.jar:framework/lib/jta-1.1.jar:framework/lib/junit-4.8.1.jar:framework/lib/log4j-1.2.15.jar:framework/lib/mailapi-1.4.3.jar:framework/lib/memcached-2.4.2.jar:framework/lib/mina-core-2.0.0-M2-SNAPSHOT.jar:framework/lib/mysql-connector-java-5.1.8.jar:framework/lib/org.eclipse.jdt.core_3.5.1.v_972_R35x.jar:framework/lib/oval-1.50.jar:framework/lib/provided-servlet-2.5.jar:framework/lib/slf4j-api-1.5.8.jar:framework/lib/slf4j-log4j12-1.5.0.jar:framework/lib/snakeyaml-1.6.jar</classpath>
<built-to>framework/classes</built-to>
<source-level>1.5</source-level>
</compilation-unit>
Expand Down

0 comments on commit 24ae3bb

Please sign in to comment.