From a7ec4c98acb2c8dad371eddd37fcf2ca7766e7ce Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Wed, 17 Feb 2010 18:52:19 +0100 Subject: [PATCH] Fix AutoUpdate attribute in all modules. Update branding to alpha2. --- Algorithms/manifest.mf | 2 +- AttributeColumnPropertyEditor/manifest.mf | 2 +- AttributesAPI/manifest.mf | 2 +- AttributesImpl/manifest.mf | 2 +- ClusteringAPI/manifest.mf | 2 +- ClusteringPlugin/manifest.mf | 2 +- CollectionUtils/manifest.mf | 2 +- DHNSGraph/manifest.mf | 2 +- DataTableUI/manifest.mf | 2 +- DesktopBranding/manifest.mf | 2 +- DesktopClustering/manifest.mf | 2 +- DesktopContext/manifest.mf | 2 +- DesktopExport/manifest.mf | 2 +- DesktopFilters/manifest.mf | 2 +- DesktopGenerate/manifest.mf | 2 +- DesktopHierarchy/manifest.mf | 2 +- DesktopImport/manifest.mf | 2 +- DesktopLayout/manifest.mf | 2 +- DesktopPartition/manifest.mf | 2 +- DesktopPreview/manifest.mf | 2 +- DesktopRanking/manifest.mf | 2 +- DesktopStatistics/manifest.mf | 2 +- DesktopTimeline/manifest.mf | 2 +- DesktopTools/manifest.mf | 2 +- DirectoryChooser/manifest.mf | 2 +- ExportAPI/manifest.mf | 2 +- ExportPlugin/manifest.mf | 2 +- ExportPluginUI/manifest.mf | 2 +- FiltersAPI/manifest.mf | 2 +- FiltersPlugin/manifest.mf | 2 +- FiltersPluginUI/manifest.mf | 2 +- GeneratorAPI/manifest.mf | 2 +- GeneratorPlugin/manifest.mf | 2 +- GeneratorPluginUI/manifest.mf | 2 +- Gleem/manifest.mf | 2 +- GraphAPI/manifest.mf | 2 +- ImportAPI/manifest.mf | 2 +- ImportPlugin/manifest.mf | 2 +- JOGLWrapper/manifest.mf | 2 +- LayoutAPI/manifest.mf | 2 +- LayoutPlugin/manifest.mf | 2 +- LongTaskAPI/manifest.mf | 2 +- PartitionAPI/manifest.mf | 2 +- PartitionPlugin/manifest.mf | 2 +- PreviewAPI/manifest.mf | 2 +- PreviewExport/manifest.mf | 2 +- PreviewImpl/manifest.mf | 2 +- ProcessingWrapper/manifest.mf | 2 +- ProcessorPlugin/manifest.mf | 2 +- ProjectAPI/manifest.mf | 2 +- ProjectUI/manifest.mf | 2 +- RankingAPI/manifest.mf | 2 +- RankingPluginUI/manifest.mf | 2 +- SplineEditor/manifest.mf | 2 +- StatisticsAPI/manifest.mf | 2 +- StatisticsPlugin/manifest.mf | 2 +- StatisticsPluginUI/manifest.mf | 2 +- SwingX/manifest.mf | 2 +- TimelineAPI/manifest.mf | 2 +- TimelinePluginUI/manifest.mf | 2 +- ToolsAPI/manifest.mf | 2 +- ToolsPlugin/manifest.mf | 2 +- UIComponents/manifest.mf | 2 +- UIUtils/manifest.mf | 2 +- VisualizationModule/manifest.mf | 2 +- WorkspaceUI/manifest.mf | 2 +- nbproject/project.properties | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Algorithms/manifest.mf b/Algorithms/manifest.mf index 8a2887bb1..328f5764c 100644 --- a/Algorithms/manifest.mf +++ b/Algorithms/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.algorithms OpenIDE-Module-Layer: org/gephi/algorithms/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/algorithms/Bundle.properties diff --git a/AttributeColumnPropertyEditor/manifest.mf b/AttributeColumnPropertyEditor/manifest.mf index 480d8f965..4153fcd3a 100644 --- a/AttributeColumnPropertyEditor/manifest.mf +++ b/AttributeColumnPropertyEditor/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.propertyeditor OpenIDE-Module-Localizing-Bundle: org/gephi/ui/propertyeditor/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 diff --git a/AttributesAPI/manifest.mf b/AttributesAPI/manifest.mf index 429d757e3..56a3d7422 100644 --- a/AttributesAPI/manifest.mf +++ b/AttributesAPI/manifest.mf @@ -3,4 +3,4 @@ OpenIDE-Module: org.gephi.data.attributes.api OpenIDE-Module-Layer: org/gephi/data/attributes/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/data/attributes/api/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true diff --git a/AttributesImpl/manifest.mf b/AttributesImpl/manifest.mf index 8adc3e4b5..70ba49d5f 100644 --- a/AttributesImpl/manifest.mf +++ b/AttributesImpl/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.data.attributes OpenIDE-Module-Layer: org/gephi/data/attributes/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/data/attributes/Bundle.properties diff --git a/ClusteringAPI/manifest.mf b/ClusteringAPI/manifest.mf index b2477279e..59d399dd3 100644 --- a/ClusteringAPI/manifest.mf +++ b/ClusteringAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.clustering.api OpenIDE-Module-Layer: org/gephi/clustering/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/clustering/api/Bundle.properties diff --git a/ClusteringPlugin/manifest.mf b/ClusteringPlugin/manifest.mf index 6ce1e19e1..c25ada054 100644 --- a/ClusteringPlugin/manifest.mf +++ b/ClusteringPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.clustering.plugin OpenIDE-Module-Layer: org/gephi/clustering/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/clustering/plugin/Bundle.properties diff --git a/CollectionUtils/manifest.mf b/CollectionUtils/manifest.mf index 959c68fb0..6e7ccba8b 100644 --- a/CollectionUtils/manifest.mf +++ b/CollectionUtils/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.utils.collection OpenIDE-Module-Localizing-Bundle: org/gephi/utils/collection/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 diff --git a/DHNSGraph/manifest.mf b/DHNSGraph/manifest.mf index 6fd52932a..89b6f789d 100644 --- a/DHNSGraph/manifest.mf +++ b/DHNSGraph/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.graph.dhns OpenIDE-Module-Layer: org/gephi/graph/dhns/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/graph/dhns/Bundle.properties diff --git a/DataTableUI/manifest.mf b/DataTableUI/manifest.mf index 2c511946a..a65005e0f 100644 --- a/DataTableUI/manifest.mf +++ b/DataTableUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.datatable OpenIDE-Module-Layer: org/gephi/ui/datatable/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/datatable/Bundle.properties diff --git a/DesktopBranding/manifest.mf b/DesktopBranding/manifest.mf index c5f24f25c..d4f924686 100644 --- a/DesktopBranding/manifest.mf +++ b/DesktopBranding/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.branding.desktop OpenIDE-Module-Install: org/gephi/branding/desktop/Installer.class OpenIDE-Module-Layer: org/gephi/branding/desktop/layer.xml diff --git a/DesktopClustering/manifest.mf b/DesktopClustering/manifest.mf index 64bc88d08..b0f42f1b1 100644 --- a/DesktopClustering/manifest.mf +++ b/DesktopClustering/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.clustering OpenIDE-Module-Layer: org/gephi/desktop/clustering/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/clustering/Bundle.properties diff --git a/DesktopContext/manifest.mf b/DesktopContext/manifest.mf index b42e179c2..75ad19801 100644 --- a/DesktopContext/manifest.mf +++ b/DesktopContext/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.context OpenIDE-Module-Layer: org/gephi/desktop/context/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/context/Bundle.properties diff --git a/DesktopExport/manifest.mf b/DesktopExport/manifest.mf index 53aa298f2..037662ce7 100644 --- a/DesktopExport/manifest.mf +++ b/DesktopExport/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.io.export OpenIDE-Module-Layer: org/gephi/desktop/io/export/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/io/export/Bundle.properties diff --git a/DesktopFilters/manifest.mf b/DesktopFilters/manifest.mf index dc2267ba2..1ec731ecc 100644 --- a/DesktopFilters/manifest.mf +++ b/DesktopFilters/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.filters OpenIDE-Module-Layer: org/gephi/desktop/filters/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/filters/Bundle.properties diff --git a/DesktopGenerate/manifest.mf b/DesktopGenerate/manifest.mf index d758509e6..73c85b936 100644 --- a/DesktopGenerate/manifest.mf +++ b/DesktopGenerate/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.generate OpenIDE-Module-Layer: org/gephi/desktop/generate/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/generate/Bundle.properties diff --git a/DesktopHierarchy/manifest.mf b/DesktopHierarchy/manifest.mf index f7d2305be..25bf656d3 100644 --- a/DesktopHierarchy/manifest.mf +++ b/DesktopHierarchy/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.hierarchy OpenIDE-Module-Layer: org/gephi/desktop/hierarchy/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/hierarchy/Bundle.properties diff --git a/DesktopImport/manifest.mf b/DesktopImport/manifest.mf index 874baf127..79f7b11c9 100644 --- a/DesktopImport/manifest.mf +++ b/DesktopImport/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.importer OpenIDE-Module-Layer: org/gephi/desktop/importer/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/importer/Bundle.properties diff --git a/DesktopLayout/manifest.mf b/DesktopLayout/manifest.mf index 6a25cfbff..27bbf3ae5 100644 --- a/DesktopLayout/manifest.mf +++ b/DesktopLayout/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.layout OpenIDE-Module-Layer: org/gephi/desktop/layout/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/layout/Bundle.properties diff --git a/DesktopPartition/manifest.mf b/DesktopPartition/manifest.mf index 49076e52f..11dfb592b 100644 --- a/DesktopPartition/manifest.mf +++ b/DesktopPartition/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.partition OpenIDE-Module-Layer: org/gephi/desktop/partition/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/partition/Bundle.properties diff --git a/DesktopPreview/manifest.mf b/DesktopPreview/manifest.mf index 8866ead04..34e8ed4a8 100644 --- a/DesktopPreview/manifest.mf +++ b/DesktopPreview/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.preview OpenIDE-Module-Layer: org/gephi/desktop/preview/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/preview/Bundle.properties diff --git a/DesktopRanking/manifest.mf b/DesktopRanking/manifest.mf index d7af1d334..e608d6633 100644 --- a/DesktopRanking/manifest.mf +++ b/DesktopRanking/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.ranking OpenIDE-Module-Layer: org/gephi/desktop/ranking/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/ranking/Bundle.properties diff --git a/DesktopStatistics/manifest.mf b/DesktopStatistics/manifest.mf index 76c8352ed..0581e6f84 100644 --- a/DesktopStatistics/manifest.mf +++ b/DesktopStatistics/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.statistics OpenIDE-Module-Layer: org/gephi/desktop/statistics/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/statistics/Bundle.properties diff --git a/DesktopTimeline/manifest.mf b/DesktopTimeline/manifest.mf index 328ab37d7..1fc704a85 100644 --- a/DesktopTimeline/manifest.mf +++ b/DesktopTimeline/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.timeline OpenIDE-Module-Layer: org/gephi/desktop/timeline/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/timeline/Bundle.properties diff --git a/DesktopTools/manifest.mf b/DesktopTools/manifest.mf index 52d48d925..90577618a 100644 --- a/DesktopTools/manifest.mf +++ b/DesktopTools/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.desktop.tools OpenIDE-Module-Layer: org/gephi/desktop/tools/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/desktop/tools/Bundle.properties diff --git a/DirectoryChooser/manifest.mf b/DirectoryChooser/manifest.mf index 8bc477393..332f2b707 100644 --- a/DirectoryChooser/manifest.mf +++ b/DirectoryChooser/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.netbeans.swing.dirchooser OpenIDE-Module-Localizing-Bundle: org/netbeans/swing/dirchooser/Bundle.properties OpenIDE-Module-Specification-Version: 1.0 diff --git a/ExportAPI/manifest.mf b/ExportAPI/manifest.mf index 08f7728e3..ff62144de 100644 --- a/ExportAPI/manifest.mf +++ b/ExportAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.exporter.api OpenIDE-Module-Layer: org/gephi/io/exporter/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/exporter/api/Bundle.properties diff --git a/ExportPlugin/manifest.mf b/ExportPlugin/manifest.mf index 0838c1444..3b8c6c842 100644 --- a/ExportPlugin/manifest.mf +++ b/ExportPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.exporter.plugin OpenIDE-Module-Layer: org/gephi/io/exporter/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/exporter/plugin/Bundle.properties diff --git a/ExportPluginUI/manifest.mf b/ExportPluginUI/manifest.mf index 2aa7e3a90..3d3cb33e2 100644 --- a/ExportPluginUI/manifest.mf +++ b/ExportPluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.exporter.plugin OpenIDE-Module-Localizing-Bundle: org/gephi/ui/exporter/plugin/Bundle.properties OpenIDE-Module-Specification-Version: 0.7.0.1 diff --git a/FiltersAPI/manifest.mf b/FiltersAPI/manifest.mf index 7d041fe5a..bd3c4fec1 100644 --- a/FiltersAPI/manifest.mf +++ b/FiltersAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.filters.api OpenIDE-Module-Layer: org/gephi/filters/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/filters/api/Bundle.properties diff --git a/FiltersPlugin/manifest.mf b/FiltersPlugin/manifest.mf index 67610ea96..41a2a6352 100644 --- a/FiltersPlugin/manifest.mf +++ b/FiltersPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.filters.plugin OpenIDE-Module-Layer: org/gephi/filters/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/filters/plugin/Bundle.properties diff --git a/FiltersPluginUI/manifest.mf b/FiltersPluginUI/manifest.mf index 509ef32b4..1cfa66e03 100644 --- a/FiltersPluginUI/manifest.mf +++ b/FiltersPluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.filters.plugin OpenIDE-Module-Layer: org/gephi/ui/filters/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/filters/plugin/Bundle.properties diff --git a/GeneratorAPI/manifest.mf b/GeneratorAPI/manifest.mf index 60f4b6661..55d69dfa2 100644 --- a/GeneratorAPI/manifest.mf +++ b/GeneratorAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.generator.api OpenIDE-Module-Layer: org/gephi/io/generator/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/generator/api/Bundle.properties diff --git a/GeneratorPlugin/manifest.mf b/GeneratorPlugin/manifest.mf index f8422dcdf..044be5c10 100644 --- a/GeneratorPlugin/manifest.mf +++ b/GeneratorPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.generator.plugin OpenIDE-Module-Layer: org/gephi/io/generator/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/generator/plugin/Bundle.properties diff --git a/GeneratorPluginUI/manifest.mf b/GeneratorPluginUI/manifest.mf index e5e4899c2..4f8046e1b 100644 --- a/GeneratorPluginUI/manifest.mf +++ b/GeneratorPluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.generator.plugin OpenIDE-Module-Layer: org/gephi/ui/generator/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/generator/plugin/Bundle.properties diff --git a/Gleem/manifest.mf b/Gleem/manifest.mf index a090a0064..7a5580bcb 100644 --- a/Gleem/manifest.mf +++ b/Gleem/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.lib.gleem OpenIDE-Module-Localizing-Bundle: org/gephi/lib/gleem/Bundle.properties OpenIDE-Module-Specification-Version: 1.0 diff --git a/GraphAPI/manifest.mf b/GraphAPI/manifest.mf index 376a7cad1..81c87807a 100644 --- a/GraphAPI/manifest.mf +++ b/GraphAPI/manifest.mf @@ -3,4 +3,4 @@ OpenIDE-Module: org.gephi.graph.api OpenIDE-Module-Layer: org/gephi/graph/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/graph/api/Bundle.properties OpenIDE-Module-Specification-Version: 0.7.0.1 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true diff --git a/ImportAPI/manifest.mf b/ImportAPI/manifest.mf index 682a39a8e..46fae00fd 100644 --- a/ImportAPI/manifest.mf +++ b/ImportAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.importer.api OpenIDE-Module-Layer: org/gephi/io/importer/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/importer/api/Bundle.properties diff --git a/ImportPlugin/manifest.mf b/ImportPlugin/manifest.mf index 6558aca16..436a0d456 100644 --- a/ImportPlugin/manifest.mf +++ b/ImportPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.importer.plugin OpenIDE-Module-Layer: org/gephi/io/importer/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/importer/plugin/Bundle.properties diff --git a/JOGLWrapper/manifest.mf b/JOGLWrapper/manifest.mf index 77193aae6..2b6c3329a 100644 --- a/JOGLWrapper/manifest.mf +++ b/JOGLWrapper/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.lib.jogl OpenIDE-Module-Localizing-Bundle: org/gephi/lib/jogl/Bundle.properties OpenIDE-Module-Specification-Version: 1.1 diff --git a/LayoutAPI/manifest.mf b/LayoutAPI/manifest.mf index d049e3023..0f721115b 100644 --- a/LayoutAPI/manifest.mf +++ b/LayoutAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.layout.api OpenIDE-Module-Layer: org/gephi/layout/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/layout/api/Bundle.properties diff --git a/LayoutPlugin/manifest.mf b/LayoutPlugin/manifest.mf index 526c08994..795b5d7f8 100644 --- a/LayoutPlugin/manifest.mf +++ b/LayoutPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.layout.plugin OpenIDE-Module-Layer: org/gephi/layout/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/layout/plugin/Bundle.properties diff --git a/LongTaskAPI/manifest.mf b/LongTaskAPI/manifest.mf index 8cf376ae0..5cbedb20b 100644 --- a/LongTaskAPI/manifest.mf +++ b/LongTaskAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.utils.longtask OpenIDE-Module-Localizing-Bundle: org/gephi/utils/longtask/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 diff --git a/PartitionAPI/manifest.mf b/PartitionAPI/manifest.mf index b1fb49f32..1fdd723f4 100644 --- a/PartitionAPI/manifest.mf +++ b/PartitionAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.partition.api OpenIDE-Module-Layer: org/gephi/partition/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/partition/api/Bundle.properties diff --git a/PartitionPlugin/manifest.mf b/PartitionPlugin/manifest.mf index d679821ec..11ea6acdd 100644 --- a/PartitionPlugin/manifest.mf +++ b/PartitionPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.partition.plugin OpenIDE-Module-Layer: org/gephi/partition/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/partition/plugin/Bundle.properties diff --git a/PreviewAPI/manifest.mf b/PreviewAPI/manifest.mf index 488b82afa..f7cfeea20 100644 --- a/PreviewAPI/manifest.mf +++ b/PreviewAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.preview.api OpenIDE-Module-Layer: org/gephi/preview/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/preview/api/Bundle.properties diff --git a/PreviewExport/manifest.mf b/PreviewExport/manifest.mf index 0a5237407..187ffc983 100644 --- a/PreviewExport/manifest.mf +++ b/PreviewExport/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.exporter.preview OpenIDE-Module-Localizing-Bundle: org/gephi/io/exporter/preview/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 diff --git a/PreviewImpl/manifest.mf b/PreviewImpl/manifest.mf index 7f5e53e4f..bc827b084 100644 --- a/PreviewImpl/manifest.mf +++ b/PreviewImpl/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.preview OpenIDE-Module-Layer: org/gephi/preview/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/preview/Bundle.properties diff --git a/ProcessingWrapper/manifest.mf b/ProcessingWrapper/manifest.mf index f2236a39f..e01edae04 100644 --- a/ProcessingWrapper/manifest.mf +++ b/ProcessingWrapper/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.lib.processing OpenIDE-Module-Localizing-Bundle: org/gephi/lib/processing/Bundle.properties OpenIDE-Module-Specification-Version: 1.0.9 diff --git a/ProcessorPlugin/manifest.mf b/ProcessorPlugin/manifest.mf index a63073b5b..ccdc5cf43 100644 --- a/ProcessorPlugin/manifest.mf +++ b/ProcessorPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.io.processor.plugin OpenIDE-Module-Layer: org/gephi/io/processor/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/io/processor/plugin/Bundle.properties diff --git a/ProjectAPI/manifest.mf b/ProjectAPI/manifest.mf index c795ab73a..a296bf43d 100644 --- a/ProjectAPI/manifest.mf +++ b/ProjectAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.project.api OpenIDE-Module-Layer: org/gephi/project/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/project/api/Bundle.properties diff --git a/ProjectUI/manifest.mf b/ProjectUI/manifest.mf index 3887c7165..a6ff53735 100644 --- a/ProjectUI/manifest.mf +++ b/ProjectUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.project OpenIDE-Module-Layer: org/gephi/ui/project/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/project/Bundle.properties diff --git a/RankingAPI/manifest.mf b/RankingAPI/manifest.mf index e8d2fde44..6f350e50d 100644 --- a/RankingAPI/manifest.mf +++ b/RankingAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ranking.api OpenIDE-Module-Layer: org/gephi/ranking/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ranking/api/Bundle.properties diff --git a/RankingPluginUI/manifest.mf b/RankingPluginUI/manifest.mf index 019181ae7..ee491eefc 100644 --- a/RankingPluginUI/manifest.mf +++ b/RankingPluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.ranking.plugin OpenIDE-Module-Layer: org/gephi/ui/ranking/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/ranking/plugin/Bundle.properties diff --git a/SplineEditor/manifest.mf b/SplineEditor/manifest.mf index e3e331039..604c395b7 100644 --- a/SplineEditor/manifest.mf +++ b/SplineEditor/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.components.SplineEditor OpenIDE-Module-Layer: org/gephi/ui/components/SplineEditor/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/components/SplineEditor/Bundle.properties diff --git a/StatisticsAPI/manifest.mf b/StatisticsAPI/manifest.mf index 17961889a..573eec874 100644 --- a/StatisticsAPI/manifest.mf +++ b/StatisticsAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.statistics.api OpenIDE-Module-Layer: org/gephi/statistics/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/statistics/api/Bundle.properties diff --git a/StatisticsPlugin/manifest.mf b/StatisticsPlugin/manifest.mf index e5b2241ae..cb9d9f4a7 100644 --- a/StatisticsPlugin/manifest.mf +++ b/StatisticsPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.statistics.plugin OpenIDE-Module-Layer: org/gephi/statistics/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/statistics/plugin/Bundle.properties diff --git a/StatisticsPluginUI/manifest.mf b/StatisticsPluginUI/manifest.mf index 8690aebcb..fb7412670 100644 --- a/StatisticsPluginUI/manifest.mf +++ b/StatisticsPluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.statistics.plugin OpenIDE-Module-Layer: org/gephi/ui/statistics/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/statistics/plugin/Bundle.properties diff --git a/SwingX/manifest.mf b/SwingX/manifest.mf index ac0e6e107..5e476a768 100644 --- a/SwingX/manifest.mf +++ b/SwingX/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.jdesktop.swingx OpenIDE-Module-Localizing-Bundle: org/jdesktop/swingx/Bundle.properties OpenIDE-Module-Specification-Version: 1.6 diff --git a/TimelineAPI/manifest.mf b/TimelineAPI/manifest.mf index c7dd7182e..1b9822e00 100644 --- a/TimelineAPI/manifest.mf +++ b/TimelineAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.timeline OpenIDE-Module-Layer: org/gephi/timeline/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/timeline/Bundle.properties diff --git a/TimelinePluginUI/manifest.mf b/TimelinePluginUI/manifest.mf index 3ecc071f7..93ffc346d 100644 --- a/TimelinePluginUI/manifest.mf +++ b/TimelinePluginUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.timeline.plugin OpenIDE-Module-Layer: org/gephi/ui/timeline/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/timeline/plugin/Bundle.properties diff --git a/ToolsAPI/manifest.mf b/ToolsAPI/manifest.mf index 03ef6ae76..c16cb0802 100644 --- a/ToolsAPI/manifest.mf +++ b/ToolsAPI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.tools.api OpenIDE-Module-Layer: org/gephi/tools/api/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/tools/api/Bundle.properties diff --git a/ToolsPlugin/manifest.mf b/ToolsPlugin/manifest.mf index 1a3d42ba3..21366f819 100644 --- a/ToolsPlugin/manifest.mf +++ b/ToolsPlugin/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.tools.plugin OpenIDE-Module-Layer: org/gephi/tools/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/tools/plugin/Bundle.properties diff --git a/UIComponents/manifest.mf b/UIComponents/manifest.mf index ed82c5510..41df030c1 100644 --- a/UIComponents/manifest.mf +++ b/UIComponents/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.components OpenIDE-Module-Layer: org/gephi/ui/components/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/components/Bundle.properties diff --git a/UIUtils/manifest.mf b/UIUtils/manifest.mf index 308e6a3eb..5a202e694 100644 --- a/UIUtils/manifest.mf +++ b/UIUtils/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.utils OpenIDE-Module-Localizing-Bundle: org/gephi/ui/utils/Bundle.properties OpenIDE-Module-Specification-Version: 0.7 diff --git a/VisualizationModule/manifest.mf b/VisualizationModule/manifest.mf index d1704dc19..1af2525ba 100644 --- a/VisualizationModule/manifest.mf +++ b/VisualizationModule/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.visualization OpenIDE-Module-Layer: org/gephi/visualization/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/visualization/Bundle.properties diff --git a/WorkspaceUI/manifest.mf b/WorkspaceUI/manifest.mf index 886586c13..2633e4146 100644 --- a/WorkspaceUI/manifest.mf +++ b/WorkspaceUI/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false +AutoUpdate-Essential-Module: true OpenIDE-Module: org.gephi.ui.workspace OpenIDE-Module-Layer: org/gephi/ui/workspace/layer.xml OpenIDE-Module-Localizing-Bundle: org/gephi/ui/workspace/Bundle.properties diff --git a/nbproject/project.properties b/nbproject/project.properties index fb3f5a2a6..e9ce592f8 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,6 +1,6 @@ app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif app.name=gephidesktop -app.title=Gephi 0.7 alpha +app.title=Gephi 0.7 alpha2 project.org.gephi.algorithms=Algorithms project.org.gephi.clustering.api=ClusteringAPI project.org.gephi.clustering.plugin=ClusteringPlugin -- GitLab