diff --git a/sources/.classpath b/sources/.classpath index d8e36fff..e8e3d2a8 100644 --- a/sources/.classpath +++ b/sources/.classpath @@ -1,5 +1,6 @@ + @@ -15,7 +16,6 @@ - diff --git a/sources/META-INF/MANIFEST.MF b/sources/META-INF/MANIFEST.MF index 69c42ba8..0a83dfd8 100644 --- a/sources/META-INF/MANIFEST.MF +++ b/sources/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Database export / import plugin for Archimate Tool Bundle-SymbolicName: org.archicontribs.database;singleton:=true -Bundle-Version: 4.9.3 +Bundle-Version: 4.9.4 Bundle-Vendor: Herve Jouin Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 @@ -10,13 +10,13 @@ Bundle-ClassPath: ., lib/json-simple-1.1.1.jar, lib/log4j-1.2.17.jar, lib/lombok.jar, + lib/mssql-jdbc-8.2.2.jre11.jar, + lib/mysql-connector-java-5.1.48.jar, lib/neo4j-jdbc-driver-4.0.0.jar, lib/ojdbc10.jar, + lib/orai18n.jar, lib/postgresql-42.2.12.jar, - lib/sqlite-jdbc-3.30.1.jar, - lib/mssql-jdbc-8.2.2.jre11.jar, - lib/mysql-connector-java-5.1.48.jar, - lib/orai18n.jar + lib/sqlite-jdbc-3.30.1.jar Bundle-ActivationPolicy: lazy Bundle-Activator: org.archicontribs.database.DBPlugin Require-Bundle: org.eclipse.core.runtime, diff --git a/sources/build.properties b/sources/build.properties index c60e2cf0..b0953ed0 100644 --- a/sources/build.properties +++ b/sources/build.properties @@ -6,8 +6,8 @@ bin.includes = META-INF/,\ plugin.xml,\ help/,\ img/,\ - lib/,\ build.properties,\ help_contexts.xml,\ - bin/ + bin/,\ + lib/log4j-1.2.17.jar src.includes = src/ diff --git a/sources/help/html/configurePlugin.html b/sources/help/html/configurePlugin.html index 1046863a..62115594 100644 --- a/sources/help/html/configurePlugin.html +++ b/sources/help/html/configurePlugin.html @@ -1,170 +1,385 @@ - - - - - - Configure plugin - - - - -

Configure the plugin

-
-The plugin can be configured through a preference page that can be accessed using Archi's menu: Edit / Preference / Database plugin. - -This preference page provides two tabs: - - -

Behaviour

-This tab allows to change the plugin behaviour.
- -
-

Version

-This box shows up the actual plugin's version.
-The check for update button allows to check if a new version is available on GitHub and automatically download it.
-The Automatically check for update at startup allows to automate this check when Archi is started.
-
-Should Archi be behind a corporate proxy, one may define the following entries in the Archi.ini file:
-
- -
-
-

Databases

-This box shows an array with all the databases that have been defined to to plugin.
-
-Databases must be defined with the following information: - -
-

Client/server relational databases

-
-
-In addition, the following information is required for MS-SQL, MySQL, Oracle and PostGreSql databases: - -
-

SQLite databases

-
-
-In addition, the following information is required for SQLite databases: - -
-

Neo4j databases

-
-
-In addition, the following information is required for Neo4j databases: - -
-

Miscellaneous

-You may change the behaviour of the database plugin by selecting or un-selecting the following options: -