-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
548 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+69 KB
com.kdmanalytics.toif.assimilator/target/com.kdmanalytics.toif.assimilator-1.8.8.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.8 KB
com.kdmanalytics.toif.cppcheck/target/com.kdmanalytics.toif.cppcheck-1.8.8.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.kdmanalytics.toif.cweUtil</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
11 changes: 11 additions & 0 deletions
11
com.kdmanalytics.toif.cweUtil/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 |
Binary file added
BIN
+8.04 KB
com.kdmanalytics.toif.facade/target/com.kdmanalytics.toif.facade-1.8.8.jar
Binary file not shown.
Binary file added
BIN
+50.5 KB
com.kdmanalytics.toif.findbugs/target/com.kdmanalytics.toif.findbugs-1.8.8.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
########################### | ||
# Facts | ||
########################### | ||
|
||
TOIFSegmentIsRelatedToProject=project1 | ||
TOIFSegmentIsProducedByOrganization=org1 | ||
TOIFSegmentIsOwnedByOrganization=org1 | ||
TOIFSegmentIsGeneratedByPerson=person1 | ||
TOIFSegmentIsSupervisedByPerson=person1 | ||
|
||
PersonIsInvolvedInProjectAsRole=person1;project1;role1 | ||
OrganizationIsInvolvedInProjectAsRole=org1;project1;role2 | ||
OrganizationIsPartOfOrganizationAsRole=org1;org2;role2 | ||
PersonIsEmployedByOrganizationAsRole=person1;org1;role1 | ||
|
||
########################### | ||
# Entities | ||
########################### | ||
|
||
SegmentDescription=Segment relating to the findings. | ||
|
||
#projectId=name;description | ||
project1=project;project description. | ||
|
||
#personId=name;email;phone | ||
person1=NoName;[email protected];555-1234 | ||
|
||
#organizationId=name;description;address;phone;email | ||
org1=Org;Org Inc;Road;555-5555;[email protected] | ||
|
||
#organizationId=name;description;address;phone;email | ||
org2=Acme Corporation;Acme Corporation;blah;555-5555;[email protected] | ||
|
||
#roleId=name;description | ||
role1=Software Developer;Developer | ||
role2=company;employer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
########################### | ||
# Facts | ||
########################### | ||
|
||
TOIFSegmentIsRelatedToProject=project1 | ||
TOIFSegmentIsProducedByOrganization=org1 | ||
TOIFSegmentIsOwnedByOrganization=org1 | ||
TOIFSegmentIsGeneratedByPerson=person1 | ||
TOIFSegmentIsSupervisedByPerson=person1 | ||
|
||
PersonIsInvolvedInProjectAsRole=person1;project1;role1 | ||
OrganizationIsInvolvedInProjectAsRole=org1;project1;role2 | ||
OrganizationIsPartOfOrganizationAsRole=org1;org2;role2 | ||
PersonIsEmployedByOrganizationAsRole=person1;org1;role1 | ||
|
||
########################### | ||
# Entities | ||
########################### | ||
|
||
SegmentDescription=Segment relating to the findings. | ||
|
||
#projectId=name;description | ||
project1=project;project description. | ||
|
||
#personId=name;email;phone | ||
person1=NoName;[email protected];555-1234 | ||
|
||
#organizationId=name;description;address;phone;email | ||
org1=Org;Org Inc;Road;555-5555;[email protected] | ||
|
||
#organizationId=name;description;address;phone;email | ||
org2=Acme Corporation;Acme Corporation;blah;555-5555;[email protected] | ||
|
||
#roleId=name;description | ||
role1=Software Developer;Developer | ||
role2=company;employer |
36 changes: 36 additions & 0 deletions
36
com.kdmanalytics.toif.framework/target/classes/resources/default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
########################### | ||
# Facts | ||
########################### | ||
|
||
TOIFSegmentIsRelatedToProject=project1 | ||
TOIFSegmentIsProducedByOrganization=org1 | ||
TOIFSegmentIsOwnedByOrganization=org1 | ||
TOIFSegmentIsGeneratedByPerson=person1 | ||
TOIFSegmentIsSupervisedByPerson=person1 | ||
|
||
PersonIsInvolvedInProjectAsRole=person1;project1;role1 | ||
OrganizationIsInvolvedInProjectAsRole=org1;project1;role2 | ||
OrganizationIsPartOfOrganizationAsRole=org1;org2;role2 | ||
PersonIsEmployedByOrganizationAsRole=person1;org1;role1 | ||
|
||
########################### | ||
# Entities | ||
########################### | ||
|
||
SegmentDescription=Segment relating to the findings. | ||
|
||
#projectId=name;description | ||
project1=project;project description. | ||
|
||
#personId=name;email;phone | ||
person1=NoName;[email protected];555-1234 | ||
|
||
#organizationId=name;description;address;phone;email | ||
org1=Org;Org Inc;Road;555-5555;[email protected] | ||
|
||
#organizationId=name;description;address;phone;email | ||
org2=Acme Corporation;Acme Corporation;blah;555-5555;[email protected] | ||
|
||
#roleId=name;description | ||
role1=Software Developer;Developer | ||
role2=company;employer |
Binary file added
BIN
+202 KB
com.kdmanalytics.toif.framework/target/com.kdmanalytics.toif.framework-1.8.8.jar
Binary file not shown.
Binary file added
BIN
+10.3 KB
com.kdmanalytics.toif.jlint/target/com.kdmanalytics.toif.jlint-1.8.8.jar
Binary file not shown.
Binary file added
BIN
+17.6 KB
com.kdmanalytics.toif.rats/target/com.kdmanalytics.toif.rats-1.8.8.jar
Binary file not shown.
Binary file added
BIN
+804 Bytes
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/ToifActivator.class
Binary file not shown.
Binary file added
BIN
+1.97 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/ToifApplication.class
Binary file not shown.
Binary file added
BIN
+219 Bytes
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/IToifCmd.class
Binary file not shown.
Binary file added
BIN
+955 Bytes
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/ToifCli.class
Binary file not shown.
Binary file added
BIN
+3.7 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/UserConsole.class
Binary file not shown.
Binary file added
BIN
+2.9 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/cmd/AdaptorCmd.class
Binary file not shown.
Binary file added
BIN
+1.16 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/cmd/MergeCmd.class
Binary file not shown.
Binary file added
BIN
+2.21 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/cmd/VersionCmd.class
Binary file not shown.
Binary file added
BIN
+4.68 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/util/BuildInformation.class
Binary file not shown.
Binary file added
BIN
+2.04 KB
com.kdmanalytics.toif.rcp/bin/com/kdmanalytics/toif/rcp/internal/util/CommonUtil.class
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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>com.kdmanalytics.toif</groupId> | ||
<artifactId>plugins</artifactId> | ||
<version>1.8.8</version> | ||
</parent> | ||
|
||
<groupId>com.kdmanalytics.toif.compile</groupId> | ||
<artifactId>com.kdmanalytics.toif.rcp</artifactId> | ||
|
||
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
<name>TOIF RCP</name> | ||
|
||
<profiles> | ||
<profile> | ||
<id>jenkins</id> | ||
<activation> | ||
<property> | ||
<name>env.BUILD_NUMBER</name> | ||
</property> | ||
</activation> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-antrun-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>prepare-package</id> | ||
<phase>process-resources</phase> | ||
<configuration> | ||
<tasks> | ||
<replace file="plugin.properties" | ||
token="@build@" value="${env.BUILD_NUMBER}" /> | ||
<replace file="plugin.properties" | ||
token="@commit@" value="${env.GIT_COMMIT}" /> | ||
</tasks> | ||
</configuration> | ||
<goals> | ||
<goal>run</goal> | ||
</goals> | ||
</execution> | ||
<execution> | ||
<id>package</id> | ||
<phase>package</phase> | ||
<configuration> | ||
<tasks> | ||
<replace file="plugin.properties" | ||
token="${env.BUILD_NUMBER}" value="@build@" /> | ||
<replace file="plugin.properties" | ||
token="${env.GIT_COMMIT}" value="@commit@" /> | ||
</tasks> | ||
</configuration> | ||
<goals> | ||
<goal>run</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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>com.kdmanalytics.toif</groupId> | ||
<artifactId>plugins</artifactId> | ||
<version>1.8.7-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>com.kdmanalytics.toif.compile</groupId> | ||
<artifactId>com.kdmanalytics.toif.rcp</artifactId> | ||
|
||
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
<name>TOIF RCP</name> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.eclipse.tycho</groupId> | ||
<artifactId>tycho-p2-repository-plugin</artifactId> | ||
<version>${tycho.version}</version> | ||
<configuration> | ||
<includeAllDependencies>true</includeAllDependencies> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.eclipse.tycho</groupId> | ||
<artifactId>tycho-p2-director-plugin</artifactId> | ||
<version>${tycho.version}</version> | ||
<executions> | ||
<execution> | ||
<id>materialize-products</id> | ||
<goals> | ||
<goal>materialize-products</goal> | ||
</goals> | ||
</execution> | ||
<execution> | ||
<id>archive-products</id> | ||
<goals> | ||
<goal>archive-products</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Manifest-Version: 1.0 | ||
Require-Bundle: org.eclipse.core.runtime,com.lexicalscope.jewelcli,org | ||
.eclipse.rcp;bundle-version="3.7.2",org.apache.xerces;bundle-version= | ||
"2.11.0",com.kdmanalytics.toif.framework;bundle-version="1.8.6",com.g | ||
oogle.guava;bundle-version="14.0.1",org.apache.commons.io;bundle-vers | ||
ion="[2.4.0,2.5.0)",org.apache.log4j;bundle-version="1.2.15",com.kdma | ||
nalytics.toif.facade;bundle-version="1.8.6",net.sf.trove4j;bundle-ver | ||
sion="3.0.3" | ||
Bundle-Vendor: KDM Analytics Inc. | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-Version: 1.8.8 | ||
Bundle-Localization: plugin | ||
Bundle-Name: TOIF RCP Application | ||
Bundle-Activator: com.kdmanalytics.toif.rcp.ToifActivator | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: com.kdmanalytics.toif.rcp; singleton:=true | ||
Eclipse-RegisterBuddy: com.lexicalscope.jewelcli | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
|
Binary file added
BIN
+804 Bytes
com.kdmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/ToifActivator.class
Binary file not shown.
Binary file added
BIN
+1.97 KB
com.kdmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/ToifApplication.class
Binary file not shown.
Binary file added
BIN
+219 Bytes
com.kdmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/IToifCmd.class
Binary file not shown.
Binary file added
BIN
+955 Bytes
com.kdmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/ToifCli.class
Binary file not shown.
Binary file added
BIN
+3.7 KB
...kdmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/UserConsole.class
Binary file not shown.
Binary file added
BIN
+2.9 KB
...analytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/cmd/AdaptorCmd.class
Binary file not shown.
Binary file added
BIN
+1.16 KB
...dmanalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/cmd/MergeCmd.class
Binary file not shown.
Binary file added
BIN
+2.21 KB
...analytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/cmd/VersionCmd.class
Binary file not shown.
Binary file added
BIN
+4.68 KB
...cs.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/util/BuildInformation.class
Binary file not shown.
Binary file added
BIN
+2.04 KB
...nalytics.toif.rcp/target/classes/com/kdmanalytics/toif/rcp/internal/util/CommonUtil.class
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#Tue Dec 17 09:41:49 EST 2013 | ||
artifact.attached.p2metadata=/home/adam/git/toif/plugins/com.kdmanalytics.toif.rcp/target/p2content.xml | ||
artifact.main=/home/adam/git/toif/plugins/com.kdmanalytics.toif.rcp/target/com.kdmanalytics.toif.rcp-1.8.8.jar | ||
artifact.attached.p2artifacts=/home/adam/git/toif/plugins/com.kdmanalytics.toif.rcp/target/p2artifacts.xml |
5 changes: 5 additions & 0 deletions
5
com.kdmanalytics.toif.rcp/target/maven-archiver/pom.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Generated by Maven | ||
#Tue Dec 17 09:41:49 EST 2013 | ||
version=1.8.8 | ||
groupId=com.kdmanalytics.toif.compile | ||
artifactId=com.kdmanalytics.toif.rcp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?artifactRepository version='1.1.0'?> | ||
<artifacts size='1'> | ||
<artifact classifier='osgi.bundle' id='com.kdmanalytics.toif.rcp' version='1.8.8'> | ||
<properties size='5'> | ||
<property name='artifact.size' value='15921'/> | ||
<property name='download.size' value='15921'/> | ||
<property name='maven-groupId' value='com.kdmanalytics.toif.compile'/> | ||
<property name='maven-artifactId' value='com.kdmanalytics.toif.rcp'/> | ||
<property name='maven-version' value='1.8.8'/> | ||
</properties> | ||
</artifact> | ||
</artifacts> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<units size='1'> | ||
<unit id='com.kdmanalytics.toif.rcp' version='1.8.8'> | ||
<update id='com.kdmanalytics.toif.rcp' range='[0.0.0,1.8.8)' severity='0'/> | ||
<properties size='6'> | ||
<property name='org.eclipse.equinox.p2.name' value='TOIF RCP Application'/> | ||
<property name='org.eclipse.equinox.p2.provider' value='KDM Analytics Inc.'/> | ||
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | ||
<property name='maven-groupId' value='com.kdmanalytics.toif.compile'/> | ||
<property name='maven-artifactId' value='com.kdmanalytics.toif.rcp'/> | ||
<property name='maven-version' value='1.8.8'/> | ||
</properties> | ||
<provides size='3'> | ||
<provided namespace='org.eclipse.equinox.p2.iu' name='com.kdmanalytics.toif.rcp' version='1.8.8'/> | ||
<provided namespace='osgi.bundle' name='com.kdmanalytics.toif.rcp' version='1.8.8'/> | ||
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | ||
</provides> | ||
<requires size='10'> | ||
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | ||
<required namespace='osgi.bundle' name='com.lexicalscope.jewelcli' range='0.0.0'/> | ||
<required namespace='osgi.bundle' name='org.eclipse.rcp' range='3.7.2'/> | ||
<required namespace='osgi.bundle' name='org.apache.xerces' range='2.11.0'/> | ||
<required namespace='osgi.bundle' name='com.kdmanalytics.toif.framework' range='1.8.6'/> | ||
<required namespace='osgi.bundle' name='com.google.guava' range='14.0.1'/> | ||
<required namespace='osgi.bundle' name='org.apache.commons.io' range='[2.4.0,2.5.0)'/> | ||
<required namespace='osgi.bundle' name='org.apache.log4j' range='1.2.15'/> | ||
<required namespace='osgi.bundle' name='com.kdmanalytics.toif.facade' range='1.8.6'/> | ||
<required namespace='osgi.bundle' name='net.sf.trove4j' range='3.0.3'/> | ||
</requires> | ||
<artifacts size='1'> | ||
<artifact classifier='osgi.bundle' id='com.kdmanalytics.toif.rcp' version='1.8.8'/> | ||
</artifacts> | ||
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | ||
<touchpointData size='1'> | ||
<instructions size='1'> | ||
<instruction key='manifest'> | ||
Bundle-SymbolicName: com.kdmanalytics.toif.rcp; singleton:=true
Bundle-Version: 1.8.8
 | ||
</instruction> | ||
</instructions> | ||
</touchpointData> | ||
</unit> | ||
</units> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?pde version="3.5"?> | ||
|
||
<product name="TOIF RCP" id="com.kdmanalytics.toif.rcp.product" application="com.kdmanalytics.toif.rcp.application" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true"> | ||
|
||
<configIni use="default"> | ||
</configIni> | ||
|
||
<launcherArgs> | ||
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac> | ||
</launcherArgs> | ||
|
||
<windowImages/> | ||
|
||
|
||
<features> | ||
<feature id="com.kdmanalytics.toif.rcp.feature"/> | ||
</features> | ||
|
||
|
||
</product> |
Binary file added
BIN
+150 KB
com.kdmanalytics.toif.report/target/com.kdmanalytics.toif.report-1.8.8.jar
Binary file not shown.
Binary file added
BIN
+35.2 KB
com.kdmanalytics.toif.splint/target/com.kdmanalytics.toif.splint-1.8.8.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.