You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ NatTable is a subproject of the Nebula Project, the home of further supplemental
9
9
10
10
The project details can be found [here](https://projects.eclipse.org/projects/technology.nebula.nattable).
11
11
12
-
This project uses [GitHub Issues](https://github.com/eclipse-nebula-nattable/nattable/issues) to track ongoing development and issues.
13
-
Be sure to search for existing bugs before you create another one. Remember that ontributions are always welcome!
12
+
This project uses [GitHub Issues](https://github.com/eclipse-nattable/nattable/issues) to track ongoing development and issues.
13
+
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
14
14
15
15
Previously this project used Bugzilla. Until the Eclipse Foundation is not shutting down Bugzilla, you can find solved issues there:
16
16
*[Search for issues](https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable)
@@ -45,7 +45,7 @@ The development tools with minimum versions that are used by the NatTable team a
45
45
46
46
* JDK 21
47
47
* Eclipse 4.32 (2024-06)
48
-
* Maven 3.9.8 with Tycho 4.0.8
48
+
* Maven 3.9.8 with Tycho 4.0.13
49
49
* Git
50
50
* JUnit5
51
51
@@ -60,9 +60,9 @@ The NatTable source is divided into the following main projects:
60
60
* org.eclipse.nebula.widgets.nattable.extension.glazedlists.test - NatTable extensions for GlazedLists tests
61
61
* org.eclipse.nebula.widgets.nattable.extension.nebula - NatTable extensions for Nebula
62
62
* org.eclipse.nebula.widgets.nattable.extension.poi - NatTable extensions for Apache POI
63
-
* org.eclipse.nebula.widgets.examples - NatTable example application containing several examples
64
-
* org.eclipse.nebula.widgets.examples.e4 - NatTable examples for Eclipse 4
65
-
* org.eclipse.nebula.widgets.examples.e4.product - NatTable examples application as Eclipse 4 application
63
+
* org.eclipse.nebula.widgets.nattable.examples - NatTable example application containing several examples
64
+
* org.eclipse.nebula.widgets.nattable.examples.e4 - NatTable examples for Eclipse 4
65
+
* org.eclipse.nebula.widgets.nattable.examples.e4.product - NatTable examples application as Eclipse 4 application
66
66
67
67
In addition there are also various feature projects necessary for release engineering. All of these projects are packaged as Eclipse plugins/OSGi bundles.
The following list contains the third-party-content that is explicitly added additionally to the Eclipse Platform dependencies in the [Target Definition](target-platform/target-platform.target).
30
30
A detailed dependency list is available in [DEPENDENCIES](DEPENDENCIES).
Copy file name to clipboardExpand all lines: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/ColumnGroupExpandCollapseLayer.java
Copy file name to clipboardExpand all lines: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/ColumnGroupUtils.java
Copy file name to clipboardExpand all lines: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/RowGroupExpandCollapseLayer.java
0 commit comments