Update of /cvsroot/squirrel-sql/mavenize/thirdparty-non-maven/rtext/RText
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7783/thirdparty-non-maven/rtext/RText
Added Files:
pom.xml com-fifesoft-rtext-sources.jar com-fifesoft-rtext.jar
Log Message:
pom and jars for thirdparty dependency
--- NEW FILE: pom.xml ---
<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>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>com-fifesoft-rtext</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>RText Application</name>
<description>Programmer's Text Editor Written in Java</description>
<url></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/RText/?root=RText</url>
<connection>http://svn.fifesoft.com/svn/RText/RText</connection>
</scm>
<developers>
<developer>
<name>Robert Futrell</name>
<url>http://www.fifesoft.com</url>
</developer>
</developers>
</project>
--- NEW FILE: com-fifesoft-rtext-sources.jar ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: com-fifesoft-rtext.jar ---
(This appears to be a binary file; contents omitted.)
|