Skip to content

Commit

Permalink
adding content back in for 1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anunn committed Jun 3, 2014
1 parent 1132cf5 commit a5f2ea2
Show file tree
Hide file tree
Showing 1,805 changed files with 82,590 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 3rdParty/com.google.guava/.classpath
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>
28 changes: 28 additions & 0 deletions 3rdParty/com.google.guava/.project
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>
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
60 changes: 60 additions & 0 deletions 3rdParty/com.google.guava/META-INF/MANIFEST.MF
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
2 changes: 2 additions & 0 deletions 3rdParty/com.google.guava/build.properties
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 added 3rdParty/com.google.guava/guava-14.0.1.jar
Binary file not shown.
21 changes: 21 additions & 0 deletions 3rdParty/com.google.guava/pom.xml
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>
7 changes: 7 additions & 0 deletions 3rdParty/com.kdmanalytics.kdm.repositoryMerger/.classpath
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>
28 changes: 28 additions & 0 deletions 3rdParty/com.kdmanalytics.kdm.repositoryMerger/.project
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>
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
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 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.
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.
39 changes: 39 additions & 0 deletions 3rdParty/com.kdmanalytics.kdm.repositoryMerger/bin/config/cxx.cfg
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
19 changes: 19 additions & 0 deletions 3rdParty/com.kdmanalytics.kdm.repositoryMerger/pom.xml
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>
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;
}

}
Loading

0 comments on commit a5f2ea2

Please sign in to comment.