Skip to content

Commit 6d139b5

Browse files
committed
Issue #43 - Updated setup and licensing information.
1 parent 6bdcdbd commit 6d139b5

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

org.modeldriven.fuml/CommandLine-Setup-Instructions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
1.) Download and install Java 1.6.x JDK and set your JAVA_HOME
2-
environment variable to the JDK root diretory.
1+
1.) Download and install Java JDK 8 or 11 and set your JAVA_HOME
2+
environment variable to the JDK root directory.
33

4-
See http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u3-jdk-6u29-downloads-523388.html
4+
See https://www.oracle.com/java/technologies/downloads
5+
See https://adoptium.net/temurin/releases
56

67
2.) Download and install Maven 2.2.1 (not 3). Make sure the
7-
Maven 'bin' directory is part of you system path.
8-
8+
Maven 'bin' directory is part of your system path.
99

1010
See http://maven.apache.org/download.cgi
1111

org.modeldriven.fuml/Licensing-Information.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ Apache log4j, http://logging.apache.org/, AL v2.0
3535
Apache commons logging, http://commons.apache.org/logging/, AL v2.0
3636
Apache Xerces, http://xerces.apache.org/, AL v2.0
3737

38-
The official baseline for the Software is maintained by ModelDriven.org, a
39-
division of Data Access Technologies, Inc. The copyright owner of all
40-
modifications to the Software in releases after the initial release is Data
41-
Access Technologies, Inc. Such subsequent releases are also licensed to you
42-
under the Academic Free License version 3.0, except for the software programs
43-
listed above.
38+
The official baseline for the Software is maintained by Model Driven Solutions,
39+
Inc., the successor to Data Access Technologies, Inc., and the copyright owner
40+
of all modifications to the Software in releases after the initial release. Such
41+
subsequent releases are also licensed to you under the Academic Free License
42+
version 3.0, except for the software programs listed above.
4443

4544
Note to anyone further modifying or adding software to a release of the
4645
Reference Implementation: do not include any software that is licensed under

org.modeldriven.fuml/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ associated files [Common-Public-License-1.0.txt](https://github.com/ModelDriven/
3434

3535
The implementation build requires the following to be installed:
3636

37-
* Oracle Java Version 8 or above - see http://java.oracle.com/
38-
* Apache Maven Version 2.2 or above - see http://maven.apache.org/
37+
* Java Version 8 or 11 – see [http://java.oracle.com/downloads](http://java.oracle.com/downloads) or [https://adoptium.net/temurin/releases](http://java.oracle.com/downloads)
38+
* Apache Maven Version 2.2 or above see http://maven.apache.org/
3939

4040
To build from the command line:
4141

@@ -52,7 +52,7 @@ be displayed. Generated and compiled code can be found under the 'target'
5252
directory.
5353

5454
To build using Eclipse:
55-
The implementation build requires Eclipse Mars or above with the M2E plugin and dependencies:
55+
The implementation build requires Eclipse 4.16 (2020-06) or above with the M2E plugin and dependencies:
5656

5757
1. Start Eclipse
5858

0 commit comments

Comments
 (0)