-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
72 lines (55 loc) · 4.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Contains:
softsmithy-lib-awt-${project.version}.jar - The SoftSmithy Utility Library - AWT
softsmithy-lib-awt-${project.version}-sources.jar - The SoftSmithy Utility Library - AWT source code
softsmithy-lib-beans-${project.version}.jar - The SoftSmithy Utility Library - Beans
softsmithy-lib-beans-${project.version}-sources.jar - The SoftSmithy Utility Library - Beans source code
softsmithy-lib-compiler-${project.version}.jar - The SoftSmithy Utility Library - Compiler
softsmithy-lib-compiler-${project.version}-sources.jar - The SoftSmithy Utility Library - Compiler source code
softsmithy-lib-core-${project.version}.jar - The SoftSmithy Utility Library - Core
softsmithy-lib-core-${project.version}-sources.jar - The SoftSmithy Utility Library - Core source code
softsmithy-lib-persistence-${project.version}.jar - The SoftSmithy Utility Library - Persistence
softsmithy-lib-persistence-${project.version}-sources.jar - The SoftSmithy Utility Library - Persistence source code
softsmithy-lib-swing-${project.version}.jar - The SoftSmithy Utility Library - Swing
softsmithy-lib-swing-${project.version}-sources.jar - The SoftSmithy Utility Library - Swing source code
softsmithy-lib-swing-customizer-${project.version}.jar - The SoftSmithy Utility Library - Swing Customizer
softsmithy-lib-swing-customizer-${project.version}-sources.jar - The SoftSmithy Utility Library - Swing Customizer source code
softsmithy-lib-time-${project.version}.jar - The SoftSmithy Utility Library - Date and Time
softsmithy-lib-time-${project.version}-sources.jar - The SoftSmithy Utility Library - Date and Time source code
docs-directory - Contains the Javadoc, a tutorial and samples
Note:
The libraries have the following dependency: SLF4J ${dependency.slf4j.version}
softsmithy-lib-persistence-${project.version}.jar has the following dependencies:
- JPA (just the org.softsmithy.lib.persistence package)
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 https://www.opensource.org/licenses/cddl1.txt .
--------------------------------------------------------------------------------
The following files from the "Code Syntax Highlighter" used in the tutorial:
docs/tutorial/Scripts/shBrushJava.js
docs/tutorial/Scripts/shCore.js
docs/tutorial/Styles/SyntaxHighlighter.css
origniate from:
https://www.dreamprojections.com/syntaxhighlighter/
Copyright (C) 2004 Alex Gorbatchev.
and are covered by the following license:
"This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to
the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
You can find a copy of this license in docs/LGPL.txt shipped with this distribution.
--------------------------------------------------------------------------------
The newest version can be obtained via Git:
https://github.com/SoftSmithy/softsmithy-lib
git clone https://github.com/SoftSmithy/softsmithy-lib.git
Used:
OpenJDK ${java.version}
Maven 3.6.3
Apache NetBeans IDE 11.2