[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] adushistova org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.shells.telnet pom.xml
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Tue, 24 Jan 2012 19:31:29 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.subsystems.shells.telnet
In directory dev2:/tmp/cvs-serv25896/org.eclipse.rse.subsystems.shells.telnet
Added Files:
pom.xml
Log Message:
Adding pom.xml to the plugins.
--- NEW FILE: pom.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>tm-parent</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.subsystems.shells.telnet</artifactId>
<version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>