Skip to content

Commit

Permalink
Merge pull request #128 from vbekiaris/fixes/1.1/remove-redundant-mod…
Browse files Browse the repository at this point in the history
…ules

Removes redundant modules app-domain and test-domain
  • Loading branch information
vbekiaris authored Oct 7, 2017
2 parents 5d8d2de + 3ea933c commit 666b1e5
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 838 deletions.
4 changes: 0 additions & 4 deletions app-domain/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions app-domain/checkstyle/ClassHeader.txt

This file was deleted.

259 changes: 0 additions & 259 deletions app-domain/checkstyle/checkstyle.xml

This file was deleted.

16 changes: 0 additions & 16 deletions app-domain/checkstyle/suppressions.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app-domain/pom.xml

This file was deleted.

18 changes: 0 additions & 18 deletions app-domain/src/main/java/domain/Zoo.java

This file was deleted.

13 changes: 0 additions & 13 deletions app-domain/src/main/java/domain/package-info.java

This file was deleted.

7 changes: 0 additions & 7 deletions cache-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
<version>4.11</version>
</dependency>

<dependency>
<groupId>javax.cache</groupId>
<artifactId>test-domain</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
Expand Down Expand Up @@ -161,7 +155,6 @@
<configuration>
<systemPropertyVariables>
<java.net.preferIPv4Stack>${java.net.preferIPv4Stack}</java.net.preferIPv4Stack>
<domainJar>${domain-lib-dir}/${domain-jar}</domainJar>
<javax.cache.CacheManager>${CacheManagerImpl}</javax.cache.CacheManager>
<javax.cache.Cache>${CacheImpl}</javax.cache.Cache>
<javax.cache.Cache.Entry>${CacheEntryImpl}</javax.cache.Cache.Entry>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
It is meant to exercise generic aspects.
@author Greg Luck
@author Yannis Cosmadopoulos
*/
package domain;
Loading

0 comments on commit 666b1e5

Please sign in to comment.