Skip to content

Commit

Permalink
Release 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anunn committed Dec 17, 2013
1 parent 4739d65 commit 66dab97
Show file tree
Hide file tree
Showing 50 changed files with 548 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions com.kdmanalytics.toif.cweUtil/.classpath
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>
17 changes: 17 additions & 0 deletions com.kdmanalytics.toif.cweUtil/.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.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 com.kdmanalytics.toif.cweUtil/.settings/org.eclipse.jdt.core.prefs
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 not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions com.kdmanalytics.toif.framework/bin/resources/default
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 com.kdmanalytics.toif.framework/src/resources/default
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 com.kdmanalytics.toif.framework/target/classes/resources/default
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
71 changes: 71 additions & 0 deletions com.kdmanalytics.toif.rcp/pom.xml
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>
54 changes: 54 additions & 0 deletions com.kdmanalytics.toif.rcp/pom.xml~
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>
19 changes: 19 additions & 0 deletions com.kdmanalytics.toif.rcp/target/MANIFEST.MF
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions com.kdmanalytics.toif.rcp/target/local-artifacts.properties
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
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
13 changes: 13 additions & 0 deletions com.kdmanalytics.toif.rcp/target/p2artifacts.xml
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>
42 changes: 42 additions & 0 deletions com.kdmanalytics.toif.rcp/target/p2content.xml
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&#xA;Bundle-Version: 1.8.8&#xA;
</instruction>
</instructions>
</touchpointData>
</unit>
</units>
21 changes: 21 additions & 0 deletions com.kdmanalytics.toif.rcp/toif.product~
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file added doc/KDM_TOIF_1_8_8_UG_1.0.12.pdf
Binary file not shown.
Loading

0 comments on commit 66dab97

Please sign in to comment.