This file is indexed.

/usr/share/maven-repo/com/fifesoft/rsyntaxtextarea/2.0.7/rsyntaxtextarea-2.0.7.pom is in librsyntaxtextarea-java 2.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0' encoding='UTF-8'?>
<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">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.fifesoft</groupId>
	<artifactId>rsyntaxtextarea</artifactId>
	<version>2.0.7</version>
	<packaging>jar</packaging><properties>
		
			<debian.junit.junit.originalVersion>${junit-version}</debian.junit.junit.originalVersion>
		
			<debian.originalVersion>2.0.7</debian.originalVersion>
		
			<debian.package>librsyntaxtextarea-java</debian.package>
	</properties>
	
	<name>RSyntaxTextArea</name>
	<description>RSyntaxTextArea is the syntax highlighting text editor used in RText, pulled out into its 
		own jar so it is easily usable in any application. Features include Syntax highlighting for 20+ 
		languages, Code completion, Regex find and replace, Macros, Code templates, Unlimited undo/redo
		Line numbering and bracket matching.</description>
	<inceptionYear>2003</inceptionYear>
	<url>http://www.fifesoft.com/rsyntaxtextarea/</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://svn.fifesoft.com/viewvc-1.0.5/bin/cgi/viewvc.cgi/RSyntaxTextArea/?root=RSyntaxTextArea</url>
		<connection>http://svn.fifesoft.com/svn/RSyntaxTextArea/RSyntaxTextArea/</connection>
	</scm>
	<developers>
		<developer>
			<name>Robert Futrell</name>
			<url>http://www.fifesoft.com</url>
		</developer>
	</developers>
	<dependencies>
	</dependencies>
</project>