mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00

Change-Id: If59e60c60fd3340310847224c1d13cf01425dd85 Signed-off-by: Greg Watson <g.watson@computer.org>
16 lines
653 B
XML
16 lines
653 B
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>
|
|
<groupId>org.eclipse.remote</groupId>
|
|
<artifactId>remote-parent</artifactId>
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
<relativePath>../../releng/org.eclipse.remote.build/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>org.eclipse.remote.jsch.core</artifactId>
|
|
<packaging>eclipse-plugin</packaging>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</project>
|