| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| softsmithy-devlib-all-0.3-dist.tar.gz | 2012-11-30 | 45.0 kB | |
| README.txt | 2012-11-30 | 2.9 kB | |
| softsmithy-devlib-all-0.3-dist.tar.gz.asc | 2012-11-30 | 198 Bytes | |
| Totals: 3 Items | 48.1 kB | 0 | |
Contains:
softsmithy-devlib-core-0.3.jar - The SoftSmithy Development Utility Library
softsmithy-devlib-core-0.3-sources.jar - The SoftSmithy Development Utility Library source code
docs-directory - Contains the Javadoc
While the SoftSmithy Utility Library (lib) is a general utility library,
the SoftSmithy Development Utility Library (devlib) provides utility classes for
development, deployment, set up etc.
You typically won't want/ need this library on the classpath of your application
(runtime).
Note: This is a pre-alpha version and the API is still subject to change! If you
have any questions or comments feel free to contact me:
puce@users.sourceforge.net
Note: This library has the following dependencies:
- JPA (tested with EclipseLink 2.0)
- JUnit 4.10
- SoftSmithy Utility Library v0.3
Have a look at CHANGES.txt for notes about changes.
The contents of the files, which originate from softsmithy.org, are subject to
the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (the "License"); you may not use these files
except in compliance with the License.
(This License has been apporved by OSI.)
You can find a copy of this license in LICENSE.txt shipped with this distribution
or at http://www.opensource.org/licenses/cddl1.txt .
The newest version can be obtained via Mercurial:
https://sourceforge.net/scm/?type=hg&group_id=64833
http://softsmithy.hg.sourceforge.net/hgweb/softsmithy/lib/main-golden/
hg clone http://softsmithy.hg.sourceforge.net:8000/hgroot/softsmithy/lib/main-golden
Used:
jdk 1.7.0_09
Maven 3.0.4
NetBeans IDE 7.2
EclipseLink 2.0
JUnit 4.10
SoftSmithy Utility Library v0.3
--------------------------------------------------------------------------------
Changes:
v0.3 (Changeset: ecfc90e95ad5):
- AbstractJPATest: moved package: org.softsmithy.devlib.junit -> org.softsmithy.devlib.junit.persistence
- NetBeans IDE upgrade: 7.2
v0.2 (Changeset: d198b7dfd05b):
- Project migration: Java SE 6 -> Java SE 7
- Project migration: OSGi metadata added
- Project migration: Maven 2.2.1 -> Maven 3.0.4
- Project migration: artifactId prefix added: "softsmithy-"
- Project migration: SoftSmithy Parent 1.2 -> SoftSmithy Parent 2.1
- JUnit upgrade: version 4.10
- NetBeans IDE upgrade: 7.1.1
v0.1 (Changeset: 677685802ce2):
- Project migration: Ant -> Maven
- Project migration: Subversion -> Mercurial
- License upgraded: SPL -> CDDL
- Project versioning aligned with Maven versioning, starting with v0.1
- Project versioning aligned with org.softsmithy.lib project version
- org.softsmithy.devlib.junit.Tests added
v20100524: - API refactorings/ clean-ups after initial release
(Rev.: 470) - New dependency to SoftSmithy Utility Library