]> git.mxchange.org Git - jcoreee.git/commit - nbproject/project.xml
Initial import from a training demo page. This project will be based on jcore
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 15:58:32 +0000 (17:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 15:58:32 +0000 (17:58 +0200)
commited8e17ab8fa1cf34e868a43c85c56f32958005d8
treecd7c6b0cdd56c9188b19527ca86b6f3b25b59a23
Initial import from a training demo page. This project will be based on jcore
and is more suitable for JSF-based web applications.

Signed-off-by: Roland Häder <roland@mxchange.org>
19 files changed:
.gitignore [new file with mode: 0644]
build.xml [new file with mode: 0644]
lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar [new file with mode: 0644]
lib/commons-codec-1.10.jar [new file with mode: 0644]
lib/commons-codec-LICENSE.txt [new file with mode: 0644]
lib/javaee-api-7.0/javaee-api-7.0.jar [new file with mode: 0644]
lib/javaee-api-7.0/javaee-doc-api.jar [new file with mode: 0644]
lib/jcore.jar [new file with mode: 0644]
lib/log4j-LICENSE.txt [new file with mode: 0644]
lib/log4j-api-2.3.jar [new file with mode: 0644]
lib/log4j-core-2.3.jar [new file with mode: 0644]
lib/nblibraries.properties [new file with mode: 0644]
nbproject/build-impl.xml [new file with mode: 0644]
nbproject/genfiles.properties [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/org/mxchange/jsfcore/validator/BaseObjectValidator.java [new file with mode: 0644]
src/org/mxchange/jsfcore/validator/string/BaseStringValidator.java [new file with mode: 0644]
src/org/mxchange/jsfcore/validator/string/names/NameValidator.java [new file with mode: 0644]