Skip to content

Commit

Permalink
Updating with feature and update site.
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg0 committed Jul 9, 2018
1 parent bdcdfe0 commit cac3ca5
Show file tree
Hide file tree
Showing 7 changed files with 747 additions and 3 deletions.
17 changes: 17 additions & 0 deletions com.mind_era.knime.silhouette.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.mind_era.knime.silhouette.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions com.mind_era.knime.silhouette.feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
699 changes: 699 additions & 0 deletions com.mind_era.knime.silhouette.feature/feature.xml

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions com.mind_era.knime.silhouette.update/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.mind_era.knime.silhouette.update</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions com.mind_era.knime.silhouette.update/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.mind_era.silhouette.feature_0.0.0.qualifier.jar" id="com.mind_era.silhouette.feature" version="0.0.0.qualifier">
<category name="knime_cluster_measures"/>
</feature>
<category-def name="knime_cluster_measures" label="KNIME cluster measures">
<description>
Measures to evaluate cluster model performance
</description>
</category-def>
</site>
2 changes: 1 addition & 1 deletion com.mind_era.knime.silhouette/META-INF/MANIFEST.MF
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: FastSilhouette-Node extension for KNIME Workbench
Bundle-SymbolicName: com.mind_era.knime.silhouette; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 0.0.0.qualifier
Bundle-ClassPath: fastsilhouette.jar
Bundle-Activator: com.mind_era.knime.silhouette.internal.FastSilhouetteNodePlugin
Bundle-Vendor: Mind Eratosthenes Kft.
Expand Down
3 changes: 1 addition & 2 deletions com.mind_era.knime.silhouette/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
point="org.knime.workbench.repository.nodes">
<node
category-path="/"
factory-class="com.mind_era.knime.silhouette.FastSilhouetteNodeFactory"
id="com.mind_era.knime.silhouette.FastSilhouetteNodeFactory"/>
factory-class="com.mind_era.knime.silhouette.FastSilhouetteNodeFactory"/>
</extension>

</plugin>

0 comments on commit cac3ca5

Please sign in to comment.