[ 
https://issues.apache.org/cayenne/browse/CAY-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022#action_13022
 ] 

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>
        <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/</url>
        <licenses>
                <license>
                        <name>MIT License</name>
                        
<url>http://www.opensource.org/licenses/mit-license.php</url>
                </license>
        </licenses>
        <scm>
                <connection>
                        scm:cvs:pserver:[EMAIL 
PROTECTED]:/cvsroot/jedit-syntax:jEdit-Syntax 
                </connection>
                
<url>http://jedit-syntax.cvs.sourceforge.net/jedit-syntax/jEdit-Syntax/</url>
        </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>


> CM Usability: JEdit Syntax to all TextAreas
> -------------------------------------------
>
>                 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.

Reply via email to