Skip to content

Commit

Permalink
Bug #562 - Make the TreeMapper widget "stable"
Browse files Browse the repository at this point in the history
Move the TreeMapper from incubation to stable state
  • Loading branch information
lcaron committed Jan 30, 2024
1 parent 768617f commit 56d6a7c
Show file tree
Hide file tree
Showing 17 changed files with 196 additions and 193 deletions.
14 changes: 0 additions & 14 deletions releng/org.eclipse.nebula.examples.incubation.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.examples"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.examples.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.pagination.example"
download-size="0"
Expand Down
15 changes: 15 additions & 0 deletions releng/org.eclipse.nebula.examples.release.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,19 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.examples"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.examples.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>


</feature>
5 changes: 5 additions & 0 deletions releng/org.eclipse.nebula.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,9 @@
<includes
id="org.eclipse.nebula.widgets.formattedtext.feature"
version="0.0.0"/>

<includes
id="org.eclipse.nebula.widgets.treemapper.feature"
version="0.0.0"/>

</feature>
4 changes: 0 additions & 4 deletions releng/org.eclipse.nebula.incubation.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
id="org.eclipse.nebula.widgets.datechooser.feature"
version="0.0.0"/>

<includes
id="org.eclipse.nebula.widgets.treemapper.feature"
version="0.0.0"/>

<includes
id="org.eclipse.nebula.widgets.radiogroup.feature"
version="0.0.0"/>
Expand Down
1 change: 0 additions & 1 deletion releng/org.eclipse.nebula.nebula-incubation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Contributors:
<module>../../widgets/formattedtext</module>
<module>../../widgets/datechooser</module>
<module>../../widgets/radiogroup</module>
<module>../../widgets/treemapper</module>
<module>../../widgets/calendarcombo</module>
<module>../../widgets/pagination</module>
<module>../../widgets/picture</module>
Expand Down
1 change: 1 addition & 0 deletions releng/org.eclipse.nebula.nebula-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<module>../../widgets/segmentedbar</module>
<module>../../widgets/tiles</module>
<module>../../widgets/formattedtext</module>
<module>../../widgets/treemapper</module>

<!-- Releng -->
<module>../org.eclipse.nebula.feature</module>
Expand Down
3 changes: 0 additions & 3 deletions releng/org.eclipse.nebula.updatesite.incubation/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<feature url="features/org.eclipse.nebula.widgets.radiogroup.feature_0.1.0.qualifier.jar" id="org.eclipse.nebula.widgets.radiogroup.feature" version="0.1.0.qualifier">
<category name="Nebula Individual Incubation Widgets"/>
</feature>
<feature url="features/org.eclipse.nebula.widgets.treemapper.feature_0.1.0.qualifier.jar" id="org.eclipse.nebula.widgets.treemapper.feature" version="0.1.0.qualifier">
<category name="Nebula Individual Incubation Widgets"/>
</feature>
<feature url="features/org.eclipse.nebula.widgets.pagination.feature_1.0.0.qualifier.jar" id="org.eclipse.nebula.widgets.pagination.feature" version="1.0.0.qualifier">
<category name="Nebula Individual Incubation Widgets"/>
</feature>
Expand Down
4 changes: 4 additions & 0 deletions releng/org.eclipse.nebula.updatesite/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,13 @@
<feature id="org.eclipse.nebula.widgets.formattedtext.feature">
<category name="Nebula Release Individual Widgets"/>
</feature>
<feature url="features/org.eclipse.nebula.widgets.treemapper.feature_1.0.0.qualifier.jar" id="org.eclipse.nebula.widgets.treemapper.feature" version="1.0.0.qualifier">
<category name="Nebula Release Individual Widgets"/>
</feature>
<bundle id="org.eclipse.nebula.widgets.tablecombo" version="1.2.0.qualifier">
<category name="Nebula Release Individual Widgets"/>
</bundle>

<category-def name="Nebula Release all Widgets and Examples" label="Nebula Release all Widgets and Examples">
<description>
Contains all widgets that are part of the combined Nebula release. You can also choose to include the Examples and the Example view for these widgets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nebula Treemapper Examples
Bundle-SymbolicName: org.eclipse.nebula.widgets.treemapper.examples;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse Nebula
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.nebula.widgets.treemapper;bundle-version="0.1.0",
org.eclipse.nebula.widgets.treemapper,
org.eclipse.nebula.examples;bundle-version="1.0.4",
org.eclipse.swt,
org.eclipse.jface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.examples</artifactId>
<packaging>eclipse-plugin</packaging>

<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.examples</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.nebula.widgets.treemapper.feature"
label="TreeMapper Feature"
version="0.1.0.qualifier"
provider-name="Eclipse Nebula">

<description url="http://eclipse.org/nebula">
Treemapper
</description>

<license url="%licenseURL">
%license
</license>

<plugin
id="org.eclipse.nebula.widgets.treemapper"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.nebula.widgets.treemapper.feature"
label="TreeMapper Feature"
version="1.0.0.qualifier"
provider-name="Eclipse Nebula">

<description url="http://eclipse.org/nebula">
Treemapper
</description>

<license url="%licenseURL">
%license
</license>

<plugin
id="org.eclipse.nebula.widgets.treemapper"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.treemapper.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.feature</artifactId>
<packaging>eclipse-feature</packaging>

<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.feature</artifactId>
<packaging>eclipse-feature</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for the TreeMapper widget
Bundle-SymbolicName: org.eclipse.nebula.widgets.treemapper.tests
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.nebula.widgets.treemapper.tests.Activator
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.nebula.widgets.treemapper;bundle-version="0.1.0",
org.eclipse.nebula.widgets.treemapper,
org.junit;bundle-version="4.0.0",
org.eclipse.draw2d,
org.eclipse.jface,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

</project>
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (C) 2012, 2013, 2017, RemainSoftware & Red Hat Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
* Wim Jongman (RemainSoftware)
* Mickael Istria (Red Hat Inc.)
-->

<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>treemapper</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.treemapper.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nebula Treemapper Widget
Bundle-SymbolicName: org.eclipse.nebula.widgets.treemapper
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.draw2d,
org.eclipse.jface
Expand Down
Loading

0 comments on commit 56d6a7c

Please sign in to comment.