Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37906761
en ru br
ALT Linux repos
S:1.1-alt2_24jpp11
5.0: 1.0-alt2_1jpp5

Group :: Development/Other
RPM: jchardet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.jchardet</groupId>
<artifactId>jchardet</artifactId>
<name>Java port of Mozilla charset detector</name>
<version>1.0</version>
<description>Java port of Mozilla&amp;#39;s automatic charset detection algorithm.
See... &lt;a href=\"http://www.mozilla.org/projects/intl/chardet.html\"&gt;
http://www.mozilla.org/projects/intl/chardet.html &lt;/a&gt;for
the details of the orginal code and Author.</description>
<url>http://maven.apache.org</url>
<licenses>
<license>
<name>Mozilla Public License 1.1 (MPL 1.1)</name>
<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous@jchardet.cvs.sourceforge.net:/cvsroot/jchardet</connection>
<url>http://jchardet.cvs.sourceforge.net/jchardet/</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin