diff --git a/.gitignore b/.gitignore index 27192e3..736cd18 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ ant.properties build.xml proguard.cfg +# Maven +target/ + diff --git a/application/pom.xml b/application/pom.xml new file mode 100644 index 0000000..79e72a2 --- /dev/null +++ b/application/pom.xml @@ -0,0 +1,92 @@ + + + 4.0.0 + + org.yaaic + yaaic + 1.0-SNAPSHOT + apk + + yaaic + + Yaaic is as the full name (Yet another Android IRC + client) already says an Internet Relay Chat (IRC) client for + Android devices. + + http://www.yaaic.org + 2009 + + + https://github.com/pocmo/Yaaic + scm:git:git://github.com/pocmo/Yaaic.git + + scm:git:git@github.com:pocmo/Yaaic.git + + + + + + Sebastian Kaspari + sebastian@yaaic.org + pocmo + http://www.androidzeitgeist.com + + developer + + + + + + GitHub Issues + https://github.com/pocmo/Yaaic/issues + + + + + com.google.android + android + 4.0.1.2 + provided + + + + com.actionbarsherlock + library + 4.1.0 + apklib + + + + com.viewpagerindicator + library + 2.3.1 + apklib + + + + + + UTF-8 + + + + ${project.artifactId} + src + + + + com.jayway.maven.plugins.android.generation2 + 3.3.0 + android-maven-plugin + true + + + 14 + + + + + + +