-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
226 changed files
with
3,248 additions
and
2,523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
softsmithy-lib | ||
============== | ||
|
||
# SoftSmithy Utility Library | ||
A Java utility library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
softsmithy-devlib/softsmithy-devlib-core/src/main/docs/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...devlib/softsmithy-devlib-core/src/main/java/org/softsmithy/devlib/junit/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Notice | ||
* | ||
* The contents of this file are subject to the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) | ||
* Version 1.0 (the "License"); you may not use this file except in | ||
* compliance with the License. A copy of the License is available at | ||
* http://www.opensource.org/licenses/cddl1.txt | ||
* | ||
* The Original Code is SoftSmithy Utility Library. The Initial Developer of the | ||
* Original Code is Florian Brunner (GitHub user: puce77). All Rights Reserved. | ||
* | ||
* Contributor(s): . | ||
*/ | ||
/** | ||
* Utility classes and extensions for JUnit tests. | ||
*/ | ||
package org.softsmithy.devlib.junit; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...mithy-devlib-core/src/main/java/org/softsmithy/devlib/junit/persistence/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Notice | ||
* | ||
* The contents of this file are subject to the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) | ||
* Version 1.0 (the "License"); you may not use this file except in | ||
* compliance with the License. A copy of the License is available at | ||
* http://www.opensource.org/licenses/cddl1.txt | ||
* | ||
* The Original Code is SoftSmithy Utility Library. The Initial Developer of the | ||
* Original Code is Florian Brunner (GitHub user: puce77). All Rights Reserved. | ||
* | ||
* Contributor(s): . | ||
*/ | ||
/** | ||
* Utility classes and extensions for JPA JUnit tests. | ||
*/ | ||
package org.softsmithy.devlib.junit.persistence; |
17 changes: 17 additions & 0 deletions
17
.../softsmithy-devlib-core/src/main/java/org/softsmithy/devlib/persistence/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Notice | ||
* | ||
* The contents of this file are subject to the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) | ||
* Version 1.0 (the "License"); you may not use this file except in | ||
* compliance with the License. A copy of the License is available at | ||
* http://www.opensource.org/licenses/cddl1.txt | ||
* | ||
* The Original Code is SoftSmithy Utility Library. The Initial Developer of the | ||
* Original Code is Florian Brunner (GitHub user: puce77). All Rights Reserved. | ||
* | ||
* Contributor(s): . | ||
*/ | ||
/** | ||
* Utility classes and extensions for JPA. | ||
*/ | ||
package org.softsmithy.devlib.persistence; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.