Skip to content

Commit

Permalink
repacked javawriter works good now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Dorfmann committed Aug 17, 2014
1 parent 5dc012d commit 9043141
Show file tree
Hide file tree
Showing 5 changed files with 868 additions and 14 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fragargs-parent</artifactId>
<groupId>com.hannesdorfmann.fragmentargs</groupId>
<version>0.0.8</version>
<version>0.0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.hannesdorfmann.fragmentargs</groupId>
<artifactId>fragargs-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.8</version>
<version>0.0.9</version>
<modules>
<module>annotation</module>
<module>processor</module>
Expand All @@ -30,7 +30,6 @@

<!-- Compilation -->
<java.version>1.6</java.version>
<javawriter.version>2.5.0</javawriter.version>

<!-- Test Dependencies -->
<junit.version>4.10</junit.version>
Expand Down Expand Up @@ -59,11 +58,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javawriter</artifactId>
<version>${javawriter.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions processor/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fragargs-parent</artifactId>
<groupId>com.hannesdorfmann.fragmentargs</groupId>
<version>0.0.8</version>
<version>0.0.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,10 +25,6 @@
<artifactId>annotation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javawriter</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
@@ -1,7 +1,7 @@
package com.hannesdorfmann.fragmentargs.processor;

import com.hannesdorfmann.fragmentargs.annotation.Arg;
import com.squareup.javawriter.JavaWriter;
import com.hannesdorfmann.fragmentargs.repacked.com.squareup.javawriter.JavaWriter;
import java.io.IOException;
import java.io.Serializable;
import java.io.Writer;
Expand Down

0 comments on commit 9043141

Please sign in to comment.