-
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
1,805 changed files
with
82,590 additions
and
0 deletions.
There are no files selected for viewing
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,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> | ||
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry exported="true" kind="lib" path="guava-14.0.1.jar"/> | ||
<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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.google.guava</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
7 changes: 7 additions & 0 deletions
7
3rdParty/com.google.guava/.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,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
org.eclipse.jdt.core.compiler.compliance=1.7 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.7 |
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,60 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Guava: Google Core Libraries for Java | ||
Bundle-SymbolicName: com.google.guava | ||
Bundle-Version: 14.0.1 | ||
Bundle-ClassPath: guava-14.0.1.jar | ||
Bundle-Vendor: KDM Analytics Inc. | ||
Export-Package: com.google.common.annotations;version="14.0.1", | ||
com.google.common.base;version="14.0.1";uses:="javax.annotation", | ||
com.google.common.cache;version="14.0.1"; | ||
uses:="com.google.common.collect, | ||
com.google.common.util.concurrent, | ||
javax.annotation, | ||
com.google.common.base, | ||
com.google.common.primitives, | ||
sun.misc", | ||
com.google.common.collect;version="14.0.1"; | ||
uses:="com.google.common.base, | ||
javax.annotation, | ||
com.google.common.primitives, | ||
com.google.common.math", | ||
com.google.common.eventbus;version="14.0.1"; | ||
uses:="com.google.common.collect, | ||
com.google.common.cache, | ||
com.google.common.util.concurrent, | ||
com.google.common.base, | ||
com.google.common.reflect, | ||
javax.annotation", | ||
com.google.common.hash;version="14.0.1"; | ||
uses:="com.google.common.primitives, | ||
com.google.common.base, | ||
javax.annotation, | ||
com.google.common.math", | ||
com.google.common.io;version="14.0.1"; | ||
uses:="javax.annotation, | ||
com.google.common.base, | ||
com.google.common.math, | ||
com.google.common.hash, | ||
com.google.common.collect, | ||
com.google.common.primitives", | ||
com.google.common.math;version="14.0.1";uses:="com.google.common.base,com.google.common.primitives,javax.annotation", | ||
com.google.common.net;version="14.0.1"; | ||
uses:="javax.annotation, | ||
com.google.common.base, | ||
com.google.common.hash, | ||
com.google.common.io, | ||
com.google.common.primitives, | ||
com.google.common.collect", | ||
com.google.common.primitives;version="14.0.1";uses:="javax.annotation,com.google.common.base,sun.misc", | ||
com.google.common.reflect;version="14.0.1";uses:="javax.annotation,com.google.common.base,com.google.common.collect", | ||
com.google.common.util.concurrent;version="14.0.1"; | ||
uses:="com.google.common.base, | ||
javax.annotation, | ||
com.google.common.collect, | ||
javax.inject, | ||
com.google.common.primitives, | ||
com.google.common.math" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Import-Package: javax.annotation;resolution:=optional, | ||
javax.inject;resolution:=optional |
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,2 @@ | ||
bin.includes = META-INF/,\ | ||
guava-14.0.1.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,21 @@ | ||
<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.libs.libsjava</groupId> | ||
<artifactId>plugins</artifactId> | ||
<version>2.4.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>com.kdmanalytics.libs.libsjava.plugins</groupId> | ||
<artifactId>com.google.guava</artifactId> | ||
<version>14.0.1</version> | ||
|
||
<name>Google Guava Library</name> | ||
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
</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,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.kdmanalytics.kdm.repositoryMerger</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
8 changes: 8 additions & 0 deletions
8
3rdParty/com.kdmanalytics.kdm.repositoryMerger/.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,8 @@ | ||
#Wed Aug 31 09:56:20 EDT 2011 | ||
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.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 |
21 changes: 21 additions & 0 deletions
21
3rdParty/com.kdmanalytics.kdm.repositoryMerger/META-INF/MANIFEST.MF
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 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Repository Merger | ||
Bundle-SymbolicName: com.kdmanalytics.kdm.repositoryMerger | ||
Bundle-Version: 1.16.0.qualifier | ||
Bundle-Activator: com.kdmanalytics.kdm.repositoryMerger.Activator | ||
Bundle-Vendor: KDM Analytics Inc. | ||
Require-Bundle: org.apache.commons.lang3;bundle-version="[3.0.0,4.0.0)", | ||
net.sf.trove4j;bundle-version="3.0.3", | ||
org.openrdf.sesame;bundle-version="[2.4.0,2.5.0)", | ||
com.google.guava;bundle-version="[14.0.1,15.0.0)", | ||
org.apache.log4j;bundle-version="[1.2.13,2.0.0)", | ||
com.lexicalscope.jewelcli;bundle-version="[0.8.5,1.0.0)", | ||
org.eclipse.ui, | ||
org.eclipse.core.runtime | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Eclipse-RegisterBuddy: com.lexicalscope.jewelcli | ||
Bundle-ActivationPolicy: lazy | ||
Export-Package: com.kdmanalytics.kdm.repositoryMerger,com.kdmanalytics | ||
.kdm.repositoryMerger.Utilities,com.kdmanalytics.kdm.repositoryMerger | ||
.linkconfig,com.kdmanalytics.kdm.repositoryMerger.ranges |
Binary file added
BIN
+954 Bytes
...manalytics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Activator.class
Binary file not shown.
Binary file added
BIN
+2.14 KB
...manalytics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/GlobalMap.class
Binary file not shown.
Binary file added
BIN
+976 Bytes
...tics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/MethodOverrides.class
Binary file not shown.
Binary file added
BIN
+1.13 KB
...nalytics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/MethodState.class
Binary file not shown.
Binary file added
BIN
+41.8 KB
...ics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/RepositoryMerger.class
Binary file not shown.
Binary file added
BIN
+3.79 KB
...tics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/StatementWriter.class
Binary file not shown.
Binary file added
BIN
+1.81 KB
...s.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/IntUtils.class
Binary file not shown.
Binary file added
BIN
+2.9 KB
...erger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmConstants$KdmPredicate.class
Binary file not shown.
Binary file added
BIN
+27 KB
...toryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmConstants$KdmType.class
Binary file not shown.
Binary file added
BIN
+2.22 KB
...bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmConstants$WorkbenchPredicate.class
Binary file not shown.
Binary file added
BIN
+3.8 KB
...in/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmConstants$WorkbenchStereotype.class
Binary file not shown.
Binary file added
BIN
+804 Bytes
...m.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmConstants.class
Binary file not shown.
Binary file added
BIN
+3.38 KB
...kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/KdmLiteral.class
Binary file not shown.
Binary file added
BIN
+2.03 KB
....kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/MergerURI.class
Binary file not shown.
Binary file added
BIN
+6.76 KB
...epositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/MergerUtilities.class
Binary file not shown.
Binary file added
BIN
+886 Bytes
...oryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/NullArgumentException.class
Binary file not shown.
Binary file added
BIN
+2.24 KB
...itoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/Utilities/StringTokenIterator.class
Binary file not shown.
Binary file added
BIN
+4.24 KB
...ytics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/ValidationData.class
Binary file not shown.
Binary file added
BIN
+916 Bytes
...positoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/linkconfig/FileMergeConfig.class
Binary file not shown.
Binary file added
BIN
+5.59 KB
...dm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/linkconfig/LinkConfig.class
Binary file not shown.
Binary file added
BIN
+606 Bytes
...m.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/linkconfig/MergeConfig.class
Binary file not shown.
Binary file added
BIN
+3.48 KB
...alytics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/ranges/Range.class
Binary file not shown.
Binary file added
BIN
+1.32 KB
...cs.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/ranges/RangeSet$1.class
Binary file not shown.
Binary file added
BIN
+19 KB
...tics.kdm.repositoryMerger/bin/com/kdmanalytics/kdm/repositoryMerger/ranges/RangeSet.class
Binary file not shown.
39 changes: 39 additions & 0 deletions
39
3rdParty/com.kdmanalytics.kdm.repositoryMerger/bin/config/cxx.cfg
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,39 @@ | ||
# Actions define the merge behaviour for various element KDM types. This specifies | ||
# how two files are merged together. | ||
# | ||
# MERGE Merges the contents of like IDed nodes together | ||
# COPY Copies the information in the node even if the ID is already represented | ||
# IGNORE Does not specifically merge or copy data, but recurses down the tree and | ||
# let the children specify for themselves. | ||
# | ||
# To match multiple elements you may use regular expressions. | ||
# | ||
# The default behaviour is specified by using catch all regex ".*". Ensure that this | ||
# is the LAST element or it will mask any other regex entries. | ||
# | ||
# When identifying a merge type for an element, first an exact match is attempted, | ||
# then regular expressions are evaluated in the order in which they appear in the | ||
# file. | ||
# | ||
action,code/Package,MERGE | ||
action,code/LanguageUnit,MERGE | ||
action,code/SharedUnit,MERGE | ||
action,code/CodeAssembly,MERGE | ||
action,code/CompilationUnit,MERGE | ||
action,code/CompilationUnit,MERGE | ||
action,source/StorableUnit,MERGE | ||
action,source/Directory,MERGE | ||
action,code/MethodUnit,SINGLETON | ||
action,code/CallableUnit,SINGLETON | ||
action,action/BlockUnit,SINGLETON | ||
action,.*Model,MERGE | ||
action,kdm/ExtensionFamily,MERGE | ||
action,data/DataContainer,MERGE | ||
|
||
# This regex matches everything else. Note that the default behaviour in the linker | ||
# is currently to ignore, but since this could change it is probably a good idea to | ||
# actively code this behaviour. | ||
action,.*,IGNORE | ||
|
||
# When elements have no IDs, how should they be handled? | ||
noid,COPY |
4 changes: 4 additions & 0 deletions
4
3rdParty/com.kdmanalytics.kdm.repositoryMerger/build.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,4 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
. |
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 @@ | ||
<?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.16.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>com.kdmanalytics.toif.compile</groupId> | ||
<artifactId>com.kdmanalytics.kdm.repositoryMerger</artifactId> | ||
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
<name>Repository Merger</name> | ||
|
||
</project> |
50 changes: 50 additions & 0 deletions
50
...dmanalytics.kdm.repositoryMerger/src/com/kdmanalytics/kdm/repositoryMerger/Activator.java
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,50 @@ | ||
package com.kdmanalytics.kdm.repositoryMerger; | ||
|
||
import org.eclipse.ui.plugin.AbstractUIPlugin; | ||
import org.osgi.framework.BundleContext; | ||
|
||
/** | ||
* The activator class controls the plug-in life cycle | ||
*/ | ||
public class Activator extends AbstractUIPlugin { | ||
|
||
// The plug-in ID | ||
public static final String PLUGIN_ID = "com.kdmanalytics.kdm.repositoryMerger"; //$NON-NLS-1$ | ||
|
||
// The shared instance | ||
private static Activator plugin; | ||
|
||
/** | ||
* The constructor | ||
*/ | ||
public Activator() { | ||
} | ||
|
||
/* | ||
* (non-Javadoc) | ||
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) | ||
*/ | ||
public void start(BundleContext context) throws Exception { | ||
super.start(context); | ||
plugin = this; | ||
} | ||
|
||
/* | ||
* (non-Javadoc) | ||
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) | ||
*/ | ||
public void stop(BundleContext context) throws Exception { | ||
plugin = null; | ||
super.stop(context); | ||
} | ||
|
||
/** | ||
* Returns the shared instance | ||
* | ||
* @return the shared instance | ||
*/ | ||
public static Activator getDefault() { | ||
return plugin; | ||
} | ||
|
||
} |
Oops, something went wrong.