Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/features/org.eclipse.tm.te.feature/pom.xml17
-rw-r--r--target_explorer/features/org.eclipse.tm.te.rcp.feature/pom.xml17
-rw-r--r--target_explorer/features/org.eclipse.tm.te.tcf.feature/pom.xml17
-rw-r--r--target_explorer/features/org.eclipse.tm.te.tcf.rcp.feature/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.core/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.rcp.application/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.rcp/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.core/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.filesystem/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.locator/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.ui/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.ui.views/pom.xml17
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.ui/pom.xml17
13 files changed, 221 insertions, 0 deletions
diff --git a/target_explorer/features/org.eclipse.tm.te.feature/pom.xml b/target_explorer/features/org.eclipse.tm.te.feature/pom.xml
new file mode 100644
index 000000000..8ff1fd75f
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tm.te.feature/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/target_explorer/features/org.eclipse.tm.te.rcp.feature/pom.xml b/target_explorer/features/org.eclipse.tm.te.rcp.feature/pom.xml
new file mode 100644
index 000000000..b30060808
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tm.te.rcp.feature/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.rcp.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/target_explorer/features/org.eclipse.tm.te.tcf.feature/pom.xml b/target_explorer/features/org.eclipse.tm.te.tcf.feature/pom.xml
new file mode 100644
index 000000000..f2adc4434
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tm.te.tcf.feature/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/target_explorer/features/org.eclipse.tm.te.tcf.rcp.feature/pom.xml b/target_explorer/features/org.eclipse.tm.te.tcf.rcp.feature/pom.xml
new file mode 100644
index 000000000..77bd2c3d5
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tm.te.tcf.rcp.feature/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.rcp.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.core/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.core/pom.xml
new file mode 100644
index 000000000..092e56d05
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.core/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.core</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.rcp.application/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.rcp.application/pom.xml
new file mode 100644
index 000000000..997017ed8
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.rcp.application/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.rcp.application</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.rcp/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.rcp/pom.xml
new file mode 100644
index 000000000..bb6c66910
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.rcp/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.rcp</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.core/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.tcf.core/pom.xml
new file mode 100644
index 000000000..c7423bde9
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.tcf.core/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.core</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.filesystem/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.tcf.filesystem/pom.xml
new file mode 100644
index 000000000..e7ce4c366
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.tcf.filesystem/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.filesystem</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.locator/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.tcf.locator/pom.xml
new file mode 100644
index 000000000..600dcd925
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.tcf.locator/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.locator</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/pom.xml
new file mode 100644
index 000000000..90c2f05be
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.tcf.ui</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.ui.views/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.ui.views/pom.xml
new file mode 100644
index 000000000..733bb467e
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.ui.views/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.ui.views</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.ui/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.ui/pom.xml
new file mode 100644
index 000000000..138ae21cf
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.ui/pom.xml
@@ -0,0 +1,17 @@
+<?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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <version>1.0.0.qualifier</version>
+ <artifactId>org.eclipse.tm.te.ui</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top