asobolev | 2b6b523 | 2011-09-13 08:41:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <artifactId>rse</artifactId> |
| 7 | <groupId>org.eclipse.dltk.rse</groupId> |
Kaloyan Raev | 49009b9 | 2016-02-27 23:07:16 +0200 | [diff] [blame] | 8 | <version>5.5.0-SNAPSHOT</version> |
asobolev | 2b6b523 | 2011-09-13 08:41:20 +0000 | [diff] [blame] | 9 | <relativePath>../..</relativePath> |
| 10 | </parent> |
asobolev | 2b6b523 | 2011-09-13 08:41:20 +0000 | [diff] [blame] | 11 | <artifactId>org.eclipse.dltk.ssh.core</artifactId> |
asobolev | 2b6b523 | 2011-09-13 08:41:20 +0000 | [diff] [blame] | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | </project> |