提交 ccd4c2d8 编写于 作者: J Jason Holmes

Merge pull request #71 from square/jw/examples

Move sample to examples folder to accommodate future additions.
......@@ -6,14 +6,14 @@
<parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit</artifactId>
<artifactId>retrofit-examples</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>retrofit-sync-sample</artifactId>
<artifactId>retrofit-example-directory-sync</artifactId>
<packaging>apk</packaging>
<name>Directory Sync Sample</name>
<name>Example: Directory Sync</name>
<dependencies>
<dependency>
......@@ -42,4 +42,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2012 Square, Inc.
-->
<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.squareup</groupId>
<artifactId>retrofit</artifactId>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>retrofit-examples</artifactId>
<name>Examples</name>
<packaging>pom</packaging>
<modules>
<module>directory-sync</module>
</modules>
</project>
......@@ -34,11 +34,11 @@
<url>http://github.com/square/retrofit/</url>
<modules>
<module>examples</module>
<module>http</module>
<module>io</module>
<module>sync</module>
<module>sync-native</module>
<module>sync-sample</module>
</modules>
<properties>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册