Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 2068116

Browse files
Cleanup
1 parent ca31604 commit 2068116

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-firebird)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-firebird)
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-firebird/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-firebird/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-firebird/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-firebird)
3+
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-firebird/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-firebird)
4+
45
# SqlEngine Database Adapter Firebird
56

6-
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Firebird which includes the Firebird-specific implementation for database access.
7+
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
8+
the Database Adapter for Firebird which includes the Firebird-specific implementation for database access.
79

810
## XDEV-IDE
9-
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder, the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework can be integrated.
1011

11-
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5, the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
12+
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and
13+
easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or
14+
NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder,
15+
the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework
16+
can be integrated.
17+
18+
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5,
19+
the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has
20+
been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD
21+
concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
1222

1323
## Support
14-
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
24+
25+
If you need support as soon as possible and you can't wait for any pull request, feel free to
26+
use [our support](https://xdev.software/en/services/support).
1527

1628
## Contributing
29+
1730
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
1831

1932
## Dependencies and Licenses
20-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-firebird/dependencies/)
33+
34+
View the [license of the current project](LICENSE) or
35+
the [summary including all dependencies](https://xdev-software.github.io/xapi-db-firebird/dependencies/)

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>xapi-db-firebird</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SqlEngine Database Adapter Firebird</name>
13-
<description>XAPI SqlEngine Database Adapter for Firebird</description>
14-
<url>https://github.com/xdev-software/xapi-db-firebird</url>
13+
<description>XAPI SqlEngine Database Adapter for Firebird</description>
14+
<url>https://github.com/xdev-software/xapi-db-firebird</url>
1515

1616
<scm>
17-
<url>https://github.com/xdev-software/xapi-db-firebird</url>
18-
<connection>https://github.com/xdev-software/xapi-db-firebird.git</connection>
19-
</scm>
17+
<url>https://github.com/xdev-software/xapi-db-firebird</url>
18+
<connection>https://github.com/xdev-software/xapi-db-firebird.git</connection>
19+
</scm>
2020

2121
<inceptionYear>2003</inceptionYear>
2222

src/main/java/firebird.png

-950 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)