diff options
author | Siva Velusamy <vsiva@google.com> | 2014-04-15 16:50:40 +0000 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2014-04-15 16:50:40 +0000 |
commit | a7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2 (patch) | |
tree | 26bac33ac01960fb4969bb9941e3653287c09256 /eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/pom.xml | |
parent | 68bd64a51f78ae6a66bd8eea9baf07185e2b9588 (diff) | |
download | sdk-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.hierarchyviewer/pom.xml')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/pom.xml b/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/pom.xml deleted file mode 100644 index e22fb74..0000000 --- a/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/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.hierarchyviewer</artifactId> - <packaging>eclipse-plugin</packaging> - <name>hierarchyviewer</name> - - <parent> - <relativePath>../../pom.xml</relativePath> - <groupId>adt.group</groupId> - <artifactId>parent</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - -</project> |