aboutsummaryrefslogtreecommitdiff
path: root/third_party/gif_decoder
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-08-15 11:37:49 -0700
committerSam Judd <judds@google.com>2014-08-17 11:54:40 -0700
commit0d41e4a66029748039076b2300f3411ee23d946a (patch)
tree66c8dd25cd86339146674eb26c68d0e204735716 /third_party/gif_decoder
parentc4fca2f8bceecd56c12a71ba6e765600cd42710b (diff)
downloadglide-0d41e4a66029748039076b2300f3411ee23d946a.tar.gz
Remove maven pom files.
Diffstat (limited to 'third_party/gif_decoder')
-rw-r--r--third_party/gif_decoder/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/gif_decoder/pom.xml b/third_party/gif_decoder/pom.xml
deleted file mode 100644
index 4fa4fa82..00000000
--- a/third_party/gif_decoder/pom.xml
+++ /dev/null
@@ -1,16 +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>
-
- <parent>
- <groupId>com.github.bumptech.glide</groupId>
- <artifactId>glide-third-party</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>glide-gif-decoder</artifactId>
- <packaging>aar</packaging>
- <name>Glide Gif Decoder</name>
-
-</project>