aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.tests
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-04-15 16:50:40 +0000
committerSiva Velusamy <vsiva@google.com>2014-04-15 16:50:40 +0000
commita7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2 (patch)
tree26bac33ac01960fb4969bb9941e3653287c09256 /eclipse/plugins/com.android.ide.eclipse.tests
parent68bd64a51f78ae6a66bd8eea9baf07185e2b9588 (diff)
downloadsdk-a7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2.zip
sdk-a7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2.tar.gz
sdk-a7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2.tar.bz2
Revert "Add scripts to enable Tycho build"
Breaks existing scripts. This reverts commit 68bd64a51f78ae6a66bd8eea9baf07185e2b9588. Change-Id: I2cfe3ba2cea94850f4273170fbb5a46d7b727633
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/pom.xml b/eclipse/plugins/com.android.ide.eclipse.tests/pom.xml
deleted file mode 100644
index 459d42b..0000000
--- a/eclipse/plugins/com.android.ide.eclipse.tests/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <version>22.6.2-SNAPSHOT</version>
- <artifactId>com.android.ide.eclipse.tests</artifactId>
- <packaging>eclipse-test-plugin</packaging>
- <name>tests</name>
-
- <parent>
- <relativePath>../../pom.xml</relativePath>
- <groupId>adt.group</groupId>
- <artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
-</project>