Skip to content

Commit

Permalink
Merge pull request #158 from zuzannapacholczyk/1.0.x
Browse files Browse the repository at this point in the history
Version 1.0.0 release
  • Loading branch information
majchmar committed Aug 14, 2014
2 parents d57c28b + d7a884a commit fee9e66
Show file tree
Hide file tree
Showing 169 changed files with 595 additions and 235 deletions.
Binary file added ic-depress - Shortcut.lnk
Binary file not shown.
2 changes: 1 addition & 1 deletion ic-depress-base/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: ic-depress-base
Bundle-SymbolicName: org.impressivecode.depress.base;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.knime.workbench.core,
Expand Down
12 changes: 12 additions & 0 deletions ic-depress-base/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
level-id="depress.its"
name="ITS"
path="depress/">
</category>
<category
description="DePress MR Plugins"
level-id="depress.mr"
name="MR"
path="depress/">
</category>
<category
description="DePress MG Plugins"
level-id="depress.mg"
name="MG"
path="depress/">
</category>
<category
description="DePress Data Plugins"
Expand Down
2 changes: 1 addition & 1 deletion ic-depress-data-anonymisation/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: ic-depress-data-anonymisation
Bundle-SymbolicName: org.impressivecode.depress.data.anonymisation;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Bundle-ClassPath: plugin.jar
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion ic-depress-examples/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: ic-depress-examples
Bundle-SymbolicName: org.impressivecode.depress.examples
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
17 changes: 17 additions & 0 deletions ic-depress-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>ic-depress-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 ic-depress-feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
296 changes: 296 additions & 0 deletions ic-depress-feature/feature.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ic-depress-its-bugzilla/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: ic-depress-its-bugzilla
Bundle-SymbolicName: org.impressivecode.depress.its.bugzilla;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.knime.workbench.core,
Expand Down
2 changes: 2 additions & 0 deletions ic-depress-its-bugzilla/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
id="org.impressivecode.depress.its.bugzilla">
</node>
</extension>
<!--
<extension
point="org.knime.workbench.repository.nodes">
<node
Expand All @@ -19,4 +20,5 @@
id="org.impressivecode.depress.its.bugzillaonline">
</node>
</extension>
-->
</plugin>
2 changes: 1 addition & 1 deletion ic-depress-its-jira/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: ic-depress-its-jira
Bundle-SymbolicName: org.impressivecode.depress.its.jira;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.knime.workbench.core,
Expand Down
12 changes: 0 additions & 12 deletions ic-depress-metric-checkstyle/plugin.xml

This file was deleted.

28 changes: 0 additions & 28 deletions ic-depress-metric-eclipsemetrics/.project

This file was deleted.

12 changes: 0 additions & 12 deletions ic-depress-metric-eclipsemetrics/plugin.xml

This file was deleted.

2 changes: 1 addition & 1 deletion ic-depress-metric-im/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: ic-depress-metric-im
Bundle-SymbolicName: org.impressivecode.depress.metric.im;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.knime.base;bundle-version="2.7.1",
org.knime.workbench,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ic-depress-metric-po</name>
<name>ic-depress-mg-po</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ic-depress-metric-po
Bundle-SymbolicName: org.impressivecode.depress.metric.po;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-SymbolicName: org.impressivecode.depress.mg.po;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.knime.base;bundle-version="2.7.1",
org.knime.workbench,
org.impressivecode.depress.base
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.impressivecode.depress.metric.po
Export-Package: org.impressivecode.depress.mg.po
Bundle-ClassPath: plugin.jar
Eclipse-BuddyPolicy: registered
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse version="3.0"?>

<plugin>
<extension point="org.knime.workbench.repository.nodes">
<node
category-path="depress"
category-path="depress/depress.mg"
expert-flag="false"
factory-class="org.impressivecode.depress.metric.po.PeopleOrganizationMetricsNodeFactory"
id="org.impressivecode.depress.metric.po">
factory-class="org.impressivecode.depress.mg.po.PeopleOrganizationMetricsNodeFactory"
id="org.impressivecode.depress.mg.po">
</node>
</extension>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import static com.google.common.collect.ImmutableSet.copyOf;
import static com.google.common.collect.Iterables.filter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import org.impressivecode.depress.scm.SCMAdapterTableFactory;
import org.knime.core.data.DataColumnSpec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import static org.impressivecode.depress.common.Cells.doubleOrMissingCell;
import static org.impressivecode.depress.common.Cells.integerOrMissingCell;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import org.knime.core.node.NodeDialogPane;
import org.knime.core.node.NodeFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import static org.impressivecode.depress.common.DataTableSpecUtils.findMissingColumnSubset;
import static org.impressivecode.depress.metric.po.PeopleOrganizationMetricTableFactory.createDataColumnSpec;
import static org.impressivecode.depress.metric.po.PeopleOrganizationMetricTableFactory.createDevDataColumnSpec;
import static org.impressivecode.depress.metric.po.PeopleOrganizationMetricTableFactory.createHistoryColumnSpec;
import static org.impressivecode.depress.mg.po.PeopleOrganizationMetricTableFactory.createDataColumnSpec;
import static org.impressivecode.depress.mg.po.PeopleOrganizationMetricTableFactory.createDevDataColumnSpec;
import static org.impressivecode.depress.mg.po.PeopleOrganizationMetricTableFactory.createHistoryColumnSpec;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.po;
package org.impressivecode.depress.mg.po;

import java.util.Map;

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ic-depress-metric-jacoco</name>
<name>ic-depress-mr-checkstyle</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ic-depress-metric-jacoco
Bundle-SymbolicName: org.impressivecode.depress.metric.jacoco;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Name: ic-depress-mr-checkstyle
Bundle-SymbolicName: org.impressivecode.depress.mr.checkstyle;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: ImpressiveCode
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.knime.workbench.core,
Expand All @@ -11,5 +11,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.impressivecode.depress.base
Bundle-ClassPath: plugin.jar
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.impressivecode.depress.metric.jacoco
Export-Package: org.impressivecode.depress.mr.checkstyle
Eclipse-BuddyPolicy: registered
File renamed without changes.
12 changes: 12 additions & 0 deletions ic-depress-mr-checkstyle/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse version="3.0"?>

<plugin>
<extension point="org.knime.workbench.repository.nodes">
<node
category-path="depress/depress.mr"
factory-class="org.impressivecode.depress.mr.checkstyle.CheckStyleAdapterNodeFactory"
id="org.impressivecode.depress.mr.checkstyle">
</node>
</extension>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.checkstyle;
package org.impressivecode.depress.mr.checkstyle;

import static org.impressivecode.depress.metric.checkstyle.CheckStyleAdapterNodeModel.createFileChooserSettings;
import static org.impressivecode.depress.mr.checkstyle.CheckStyleAdapterNodeModel.createFileChooserSettings;

import org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane;
import org.knime.core.node.defaultnodesettings.DialogComponentFileChooser;

/**
*
* @author Tomasz Banach
* @author Łukasz Waga
* @author Å?ukasz Waga
* @author Monika Pruszkowska
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.impressivecode.depress.metric.checkstyle;
package org.impressivecode.depress.mr.checkstyle;

import org.knime.core.node.NodeDialogPane;
import org.knime.core.node.NodeFactory;
Expand All @@ -24,7 +24,7 @@
/**
*
* @author Tomasz Banach
* @author Łukasz Waga
* @author Å?ukasz Waga
* @author Monika Pruszkowska
*
*/
Expand Down
Loading

0 comments on commit fee9e66

Please sign in to comment.