[android-maven commit] r159 - in mavenrepo/com/totsp/android/android-maven-plugin: . 0.2-SNAPSHOT

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 28, 2008, 1:24:51 PM2/28/08
to android-...@googlegroups.com
Author: charlie.collins
Date: Thu Feb 28 10:24:27 2008
New Revision: 159

Added:

mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar
(contents, props changed)
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.md5
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.sha1
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom.md5
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.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:
aidl on windows working

Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar
==============================================================================
Binary file. No diff available.

Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.md5
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.md5
Thu Feb 28 10:24:27 2008
@@ -0,0 +1 @@
+90291a8a1e36f2305a81cf923febd06d
\ No newline at end of file

Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.sha1
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.jar.sha1
Thu Feb 28 10:24:27 2008
@@ -0,0 +1 @@
+cc32b2672e34c4fb73c7c9b5cb2da160015780b7
\ No newline at end of file

Added: mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom
Thu Feb 28 10:24:27 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-20080228.180933-3.pom.md5
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom.md5
Thu Feb 28 10:24:27 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-20080228.180933-3.pom.sha1
==============================================================================
--- (empty file)
+++
mavenrepo/com/totsp/android/android-maven-plugin/0.2-SNAPSHOT/android-maven-plugin-0.2-20080228.180933-3.pom.sha1
Thu Feb 28 10:24:27 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
Thu Feb 28 10:24:27 2008
@@ -4,9 +4,9 @@
<version>0.2-SNAPSHOT</version>
<versioning>
<snapshot>
- <timestamp>20080227.165031</timestamp>
- <buildNumber>2</buildNumber>
+ <timestamp>20080228.180933</timestamp>
+ <buildNumber>3</buildNumber>
</snapshot>
- <lastUpdated>20080227165031</lastUpdated>
+ <lastUpdated>20080228180934</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
Thu Feb 28 10:24:27 2008
@@ -1 +1 @@
-dd6a7082d1acc1a4dff254bb10afe8e5
\ No newline at end of file
+b3c3471dc355143aff593f59bb13c39a
\ 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
Thu Feb 28 10:24:27 2008
@@ -1 +1 @@
-12f68d6992a91c89f245bd5524de575e5886e5f2
\ No newline at end of file
+58838cad5e67fe5f0a38deaea27c9aa37fe2e6f5
\ 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
Thu Feb 28 10:24:27 2008
@@ -7,6 +7,6 @@
<versions>
<version>0.2-SNAPSHOT</version>
</versions>
- <lastUpdated>20080227165031</lastUpdated>
+ <lastUpdated>20080228180933</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
Thu Feb 28 10:24:27 2008
@@ -1 +1 @@
-ec7b7c90cd0448ed71259722480f2f37
\ No newline at end of file
+c7af5a2384964af6dda8ab50a7a60664
\ 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
Thu Feb 28 10:24:27 2008
@@ -1 +1 @@
-b931bb29f0526a5f29f23887d2eb31486c552127
\ No newline at end of file
+8f2960ffa2d3bb9faa132e73782ac21fe7321726
\ No newline at end of file

Reply all
Reply to author
Forward
0 new messages