aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIgor Minar2012-09-16 10:39:43 -0700
committerIgor Minar2012-09-16 10:39:43 -0700
commit4a04c2ec0c935dd47b124ea488d68e8c87618386 (patch)
tree4555c42145f00759c7f84d47fe17cdb90ebc0dee /pom.xml
parent89dd5662772dcdf46a4e8c19beba46ca9d87a0d6 (diff)
downloadangular.js-4a04c2ec0c935dd47b124ea488d68e8c87618386.tar.bz2
chore(): remove unused files
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index e3f2cc32..00000000
--- a/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.angularjs</groupId>
- <artifactId>AngularJS</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>AngularJS</name>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
- <build>
- <sourceDirectory>src</sourceDirectory>
- <testSourceDirectory>test</testSourceDirectory>
- </build>
-</project>