Andrus Adamchik commented on CAY-892:
-------------------------------------
I packged jedit-syntax into a maven friendly format and submitted the bundle to the central repo. You can watch the following Jira for the status:
http://jira.codehaus.org/browse/MAVENUPLOAD-2155
Also here is a POM I used (so that we all use the same group id / artifact id in the meantime):
<project>
> CM Usability: JEdit Syntax to all TextAreas
This archive was generated by hypermail 2.0.0
: Sun Jul 27 2008 - 12:58:00 EDT
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jedit-syntax</groupId>
<artifactId>jedit-syntax</artifactId>
<packaging>jar</packaging>
<name>Jedit Syntax</name>
<version>2.2.2</version>
<description>Syntax Highlighting JavaBean</description>
<url>http://jedit-syntax.sourceforge.net/>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php>
</license>
</licenses>
<scm>
<connection>
scm:cvs:pserver:anonymou..edit-syntax.cvs.sourceforge.net:/cvsroot/jedit-syntax:jEdit-Syntax
</connection>
<url>http://jedit-syntax.cvs.sourceforge.net/jedit-syntax/jEdit-Syntax/>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
> -------------------------------------------
>
> Key: CAY-892
> URL: https://issues.apache.org/cayenne/browse/CAY-892
> Project: Cayenne
> Issue Type: New Feature
> Components: CayenneModeler GUI
> Reporter: Thomas Bernhard
> Assignee: Kevin Menard
>
> Please add JEdit Syntax:
> http://sourceforge.net/projects/jedit-syntax
> to all TextAreas that display code (SQL, or other syntaxed text).
> This library is very small, lightweight (it's not the entire JEdit but an old and simple syntax hightligher).
> The inclusion is very simple(just replace TextArea with JEditArea) but the effect is spectaculous:
> everytime I integrated this library the users were euphoric :) - despite the fact that my work was little (just a code line).
> Please not that the library is under MIT license so it should be no compatibility problem.
> After integrating this library it would make sense to take new screenshots for the documentation cause they'll look much better :).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.