Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordschaefer2011-08-05 18:28:03 +0000
committerdschaefer2011-08-05 18:28:03 +0000
commit10cb73bcec258500d2702874650751f99a71efa2 (patch)
tree5565bb63ad41cf6b849443e907c7e4baf5350685
parent52f648555a2c9c6e258d2caffb288bc39739184c (diff)
downloadorg.eclipse.tcf-10cb73bcec258500d2702874650751f99a71efa2.tar.gz
org.eclipse.tcf-10cb73bcec258500d2702874650751f99a71efa2.tar.xz
org.eclipse.tcf-10cb73bcec258500d2702874650751f99a71efa2.zip
Added the new pom.xml files.
-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