Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
Open
Prev Previous commit
Next Next commit
backup before pull
  • Loading branch information
Martin Krischik committed Dec 29, 2013
commit 50e2fcd99cdfb5c8d9a2e18a74bc3aa98473819e
18 changes: 9 additions & 9 deletions aFileChooser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Dependencies –––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<dependencies>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
</dependency>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
</dependency>
</dependencies>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 ––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Repositories –––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Build ––––––––––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<build>
<sourceDirectory>src</sourceDirectory>
<sourceDirectory>src</sourceDirectory>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
<!-- Resources ––––––––––––––––––––––––––––––––––––––––––––– {{{2 –––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
Expand Down
1 change: 0 additions & 1 deletion aFileChooserExample/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<data android:mimeType="*/*" />
</intent-filter>
</activity>

<provider
android:name="com.ianhanniballake.localstorage.LocalStorageProvider"
android:authorities="com.ianhanniballake.localstorage.documents"
Expand Down
30 changes: 15 additions & 15 deletions aFileChooserExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,28 @@
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Dependencies –––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<dependencies>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
</dependency>
<dependency>
<groupId>com.ipaulpro</groupId>
<artifactId>afilechooser-library</artifactId>
<type>apklib</type>
</dependency>
<dependency>
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
</dependency>
<dependency>
<groupId>com.ipaulpro</groupId>
<artifactId>afilechooser-library</artifactId>
<type>apklib</type>
</dependency>
</dependencies>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 ––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Repositories –––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Build ––––––––––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<build>
<sourceDirectory>src</sourceDirectory>
<sourceDirectory>src</sourceDirectory>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
<!-- Resources ––––––––––––––––––––––––––––––––––––––––––––– {{{2 –––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
</scm>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Distribution Management ––––––––––––––––––––––––––––––– {{{1 –––––– -->
<distributionManagement>
<repository>
<id>${repo.id}</id>
<name>${repo.name}</name>
<url>${repo.url}</url>
</repository>
<snapshotRepository>
<id>${repo.id}</id>
<name>${repo.name}</name>
<url>${repo.url}</url>
</snapshotRepository>
</distributionManagement>
<distributionManagement>
<repository>
<id>${repo.id}</id>
<name>${repo.name}</name>
<url>${repo.url}</url>
</repository>
<snapshotRepository>
<id>${repo.id}</id>
<name>${repo.name}</name>
<url>${repo.url}</url>
</snapshotRepository>
</distributionManagement>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Dependencies –––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<dependencyManagement>
Expand Down Expand Up @@ -138,7 +138,7 @@
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Build ––––––––––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<build>
<sourceDirectory>src</sourceDirectory>
<sourceDirectory>src</sourceDirectory>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
<!-- Resources ––––––––––––––––––––––––––––––––––––––––––––– {{{2 –––––– -->
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}2 –––––– -->
Expand Down Expand Up @@ -503,10 +503,10 @@
</properties>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
<!-- Modules ––––––––––––––––––––––––––––––––––––––––––––––– {{{1 –––––– -->
<modules>
<module>aFileChooser</module>
<module>aFileChooserExample</module>
</modules>
<modules>
<module>aFileChooser</module>
<module>aFileChooserExample</module>
</modules>
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––– }}}1 –––––– -->
</project>
<!-- vim: set nowrap tabstop=8 shiftwidth=2 softtabstop=2 expandtab : -->
Expand Down