Submitting a new package OBS-URL: https://build.opensuse.org/request/show/1180797 OBS-URL: https://build.opensuse.org/package/show/Java:packages/rsyntaxtextarea?expand=0&rev=1
35 lines
1.8 KiB
XML
35 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
<!-- which should be used instead. Do not delete the following line which -->
|
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
<!-- that they should prefer consuming it instead. -->
|
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.fifesoft</groupId>
|
|
<artifactId>rsyntaxtextarea</artifactId>
|
|
<version>3.4.0</version>
|
|
<name>rsyntaxtextarea</name>
|
|
<description>RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.</description>
|
|
<url>https://github.com/bobbylight/rsyntaxtextarea</url>
|
|
<inceptionYear>2003</inceptionYear>
|
|
<licenses>
|
|
<license>
|
|
<name>BSD-3-Clause</name>
|
|
<url>https://github.com/bobbylight/RSyntaxTextArea/tree/master/RSyntaxTextArea/src/main/resources/META-INF/LICENSE</url>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<name>Robert Futrell</name>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:git:git://github.com/bobbylight/RSyntaxTextArea</connection>
|
|
<developerConnection>scm:git:git@github.com:bobbylight/RSyntaxTextArea</developerConnection>
|
|
<tag>3.4.0</tag>
|
|
<url>https://github.com/bobbylight/RSyntaxTextArea</url>
|
|
</scm>
|
|
</project>
|