Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 691adee

Browse files
committed
Updated maven configuration for the new lib-core-slh module
1 parent 2093801 commit 691adee

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>parent</name>
3+
<name>ListViewAnimations (Parent)</name>
44
<comment></comment>
55
<projects>
66
</projects>

example/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>ForestDataCollect</name>
3+
<name>ListViewAnimations (Example)</name>
44
<comment></comment>
55
<projects>
66
</projects>

example/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- Library -->
3939
<dependency>
4040
<groupId>com.nhaarman.listviewanimations</groupId>
41-
<artifactId>lib-core</artifactId>
41+
<artifactId>lib-core-slh</artifactId>
4242
<version>${project.version}</version>
4343
<type>apklib</type>
4444
</dependency>
@@ -48,13 +48,6 @@
4848
<version>${project.version}</version>
4949
<type>apklib</type>
5050
</dependency>
51-
52-
<!-- StickyListHeaders -->
53-
<dependency>
54-
<groupId>se.emilsjolander</groupId>
55-
<artifactId>library</artifactId>
56-
<version>2.4.0</version>
57-
</dependency>
5851
</dependencies>
5952

6053
<build>

lib-core-slh/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>ForestDataCollect</name>
3+
<name>ListViewAnimations (StickyListHeaders Library)</name>
44
<comment></comment>
55
<projects>
66
</projects>

lib-core-slh/pom.xml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,20 @@
2121
<scope>provided</scope>
2222
</dependency>
2323

24-
<!-- Library -->
25-
<dependency>
26-
<groupId>com.nhaarman.listviewanimations</groupId>
27-
<artifactId>lib-core</artifactId>
28-
<version>${project.version}</version>
29-
<type>apklib</type>
30-
<scope>provided</scope>
31-
</dependency>
24+
<!-- Library -->
25+
<dependency>
26+
<groupId>com.nhaarman.listviewanimations</groupId>
27+
<artifactId>lib-core</artifactId>
28+
<version>${project.version}</version>
29+
<type>apklib</type>
30+
</dependency>
3231

33-
<!-- StickyListHeaders -->
34-
<dependency>
35-
<groupId>se.emilsjolander</groupId>
36-
<artifactId>library</artifactId>
37-
<version>2.4.0</version>
38-
<scope>provided</scope>
39-
</dependency>
32+
<!-- StickyListHeaders -->
33+
<dependency>
34+
<groupId>se.emilsjolander</groupId>
35+
<artifactId>stickylistheaders</artifactId>
36+
<type>aar</type>
37+
</dependency>
4038

4139
<!-- Testing -->
4240
<dependency>

lib-core/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>ForestDataCollect</name>
3+
<name>ListViewAnimations (Core Library)</name>
44
<comment></comment>
55
<projects>
66
</projects>

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
<version>3.0.0-SNAPSHOT</version>
2121

2222
<modules>
23-
<module>example</module>
2423
<module>lib-core</module>
24+
<module>lib-core-slh</module>
2525
<module>lib-manipulation</module>
26+
<module>example</module>
2627
</modules>
2728

2829
<scm>
@@ -116,6 +117,14 @@
116117
<artifactId>library</artifactId>
117118
<version>${nineoldandroids.version}</version>
118119
</dependency>
120+
121+
<!-- StickyListHeaders -->
122+
<dependency>
123+
<groupId>se.emilsjolander</groupId>
124+
<artifactId>stickylistheaders</artifactId>
125+
<version>2.4.0</version>
126+
<type>aar</type>
127+
</dependency>
119128

120129
<!-- Testing -->
121130
<dependency>

0 commit comments

Comments
 (0)