Added:
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar
(contents, props changed)
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.md5
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.sha1
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.md5
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.sha1
Modified:
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.md5
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.sha1
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.md5
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.sha1
Log:
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar
==============================================================================
Binary file. No diff available.
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.md5
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.md5
Wed Feb 27 08:51:55 2008
@@ -0,0 +1 @@
+a3b359f80f7d416d99f204ea53747ca8
\ No newline at end of file
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.sha1
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.jar.sha1
Wed Feb 27 08:51:55 2008
@@ -0,0 +1 @@
+9104551e44c8671501b2169a15daf12429eef3f3
\ No newline at end of file
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom
Wed Feb 27 08:51:55 2008
@@ -0,0 +1,88 @@
+<?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>
+ <groupId>com.totsp.android</groupId>
+ <artifactId>android-maven-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <version>0.2-SNAPSHOT</version>
+ <name>Maven 2 Plugin for Android</name>
+ <url>http://code.google.com/p/android-maven</url>
+ <distributionManagement>
+ <repository>
+ <id>local.repo</id>
+ <name>file repository to svn</name>
+ <url>file://${basedir}/../mavenrepo</url>
+ </repository>
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>android-maven</id>
+ <url>
+ http://android-maven.googlecode.com/svn/mavenrepo/
+ </url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <outputDirectory>
+ target/eclipse-bin
+ </outputDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <configuration>
+ <goalPrefix>android</goalPrefix>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <developers>
+ <developer>
+ <name>Charlie Collins</name>
+ <organization>ToTSP</organization>
+ </developer>
+ </developers>
+</project>
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.md5
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.md5
Wed Feb 27 08:51:55 2008
@@ -0,0 +1 @@
+8b721c7df478647a7fc8483a9ff29485
\ No newline at end of file
Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.sha1
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080227.165031-2.pom.sha1
Wed Feb 27 08:51:55 2008
@@ -0,0 +1 @@
+14df7d1c2bd50c52642b8d9a7f5e747dd6a4c71d
\ No newline at end of file
Modified: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml
==============================================================================
---
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml (original)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml
Wed Feb 27 08:51:55 2008
@@ -4,9 +4,9 @@
<version>0.2-SNAPSHOT</version>
<versioning>
<snapshot>
- <timestamp>20080215.014110</timestamp>
- <buildNumber>1</buildNumber>
+ <timestamp>20080227.165031</timestamp>
+ <buildNumber>2</buildNumber>
</snapshot>
- <lastUpdated>20080215014110</lastUpdated>
+ <lastUpdated>20080227165031</lastUpdated>
</versioning>
</metadata>
Modified: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.md5
==============================================================================
---
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.md5 (original)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.md5
Wed Feb 27 08:51:55 2008
@@ -1 +1 @@
-239d893135cb4e61ba6656bfbc85a6bc
\ No newline at end of file
+dd6a7082d1acc1a4dff254bb10afe8e5
\ No newline at end of file
Modified: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.sha1
==============================================================================
---
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.sha1 (original)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml.sha1
Wed Feb 27 08:51:55 2008
@@ -1 +1 @@
-e48ce7c0c3f56b42d39bf542d04a4540405bf46f
\ No newline at end of file
+12f68d6992a91c89f245bd5524de575e5886e5f2
\ No newline at end of file
Modified: mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml
==============================================================================
--- mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml (original)
+++ mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml
Wed Feb 27 08:51:55 2008
@@ -7,6 +7,6 @@
<versions>
<version>0.2-SNAPSHOT</version>
</versions>
- <lastUpdated>20080215014110</lastUpdated>
+ <lastUpdated>20080227165031</lastUpdated>
</versioning>
</metadata>
Modified: mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.md5
==============================================================================
---
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.md5 (original)
+++
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.md5
Wed Feb 27 08:51:55 2008
@@ -1 +1 @@
-7afebb9a981b1dbcb96483fb1cb9d65b
\ No newline at end of file
+ec7b7c90cd0448ed71259722480f2f37
\ No newline at end of file
Modified: mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.sha1
==============================================================================
---
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.sha1 (original)
+++
mavenrepo/com/totsp/android/android-maven-plugin/maven-metadata.xml.sha1
Wed Feb 27 08:51:55 2008
@@ -1 +1 @@
-b3c4427ccfb41e45f747d55237cd692f7d8b9db1
\ No newline at end of file
+b931bb29f0526a5f29f23887d2eb31486c552127
\ No newline at end of file