source: other-projects/rsyntax-textarea/devel-packages/jflex-1.4.3/examples/standalone-maven/pom.xml@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 916 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>de.flex.examples</groupId>
6 <artifactId>parent</artifactId>
7 <version>1</version>
8 </parent>
9 <artifactId>standalone-maven</artifactId>
10 <version>0.1</version>
11 <name>A standalone test substitution scanner</name>
12 <description>This is a small example of a standalone text substitution scanner.
13
14It reads a name after the keyword name and replaces all occurences
15of "hello" by "hello &lt;name&gt; !".&lt;/name&gt;</description>
16 <dependencies>
17 <dependency>
18 <groupId>junit</groupId>
19 <artifactId>junit</artifactId>
20 <scope>test</scope>
21 </dependency>
22 </dependencies>
23</project>
24
Note: See TracBrowser for help on using the repository browser.