Skip to content

Commit

Permalink
Rename submodule folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVT committed Aug 6, 2013
1 parent dc3978e commit 0bd3ef8
Show file tree
Hide file tree
Showing 38 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .gitignore
Expand Up @@ -8,18 +8,18 @@
!checkstyle.xml
!pom.xml

!library/
library/*
!library/src/
!library/res/
!library/AndroidManifest.xml
!library/pom.xml
!messagebar/
messagebar/*
!messagebar/src/
!messagebar/res/
!messagebar/AndroidManifest.xml
!messagebar/pom.xml

!samples/
samples/*
!samples/src/
!samples/res/
!samples/AndroidManifest.xml
!samples/pom.xml
!messagebar-samples/
messagebar-samples/*
!messagebar-samples/src/
!messagebar-samples/res/
!messagebar-samples/AndroidManifest.xml
!messagebar-samples/pom.xml

.DS_store
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -20,8 +20,8 @@
<inceptionYear>2012</inceptionYear>

<modules>
<module>library</module>
<module>samples</module>
<module>messagebar</module>
<module>messagebar-samples</module>
</modules>

<scm>
Expand Down

0 comments on commit 0bd3ef8

Please sign in to comment.