Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2017-05-02 15:20:56 +0000
committerRoland Grunberg2017-06-08 18:29:08 +0000
commit68ae0ef7ee2ed3acf85ab37f915c0723e7f72978 (patch)
treec58b17389e8755211bb161c3c0d27c6e021e1f88
parent41738462baa58da7fc0a8ca3c112385ee6df0f00 (diff)
downloadorg.eclipse.linuxtools-68ae0ef7ee2ed3acf85ab37f915c0723e7f72978.tar.gz
org.eclipse.linuxtools-68ae0ef7ee2ed3acf85ab37f915c0723e7f72978.tar.xz
org.eclipse.linuxtools-68ae0ef7ee2ed3acf85ab37f915c0723e7f72978.zip
Initial commit of org.eclipse.linuxtools.jdt.docker.launcher .
Change-Id: Id066a234f2912f81cc79055f597b8cfc5de5013b Reviewed-on: https://git.eclipse.org/r/98929 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/.classpath7
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/.project28
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF10
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/about.html28
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/build.properties5
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml13
-rw-r--r--containers/pom.xml1
8 files changed, 99 insertions, 0 deletions
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/.classpath b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.classpath
new file mode 100644
index 0000000000..43b986286a
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.classpath
@@ -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.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/.project b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.project
new file mode 100644
index 0000000000..6ededa4182
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.linuxtools.jdt.docker.launcher</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>
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/.settings/org.eclipse.jdt.core.prefs b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000..0c68a61dca
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..55fb2cadd4
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Java Container Launch Plug-in
+Bundle-SymbolicName: org.eclipse.linuxtools.jdt.docker.launcher;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Eclipse Linux Tools
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.jdt.debug.ui;bundle-version="3.8.0",
+ org.eclipse.jdt.launching;bundle-version="3.9.0"
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/about.html b/containers/org.eclipse.linuxtools.jdt.docker.launcher/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/build.properties b/containers/org.eclipse.linuxtools.jdt.docker.launcher/build.properties
new file mode 100644
index 0000000000..1fcd874828
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/build.properties
@@ -0,0 +1,5 @@
+source.. = src/
+output.. = target/classes/
+bin.includes = META-INF/,\
+ .,\
+ about.html
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml b/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml
new file mode 100644
index 0000000000..d694d9b2a7
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml
@@ -0,0 +1,13 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.linuxtools</groupId>
+ <artifactId>org.eclipse.linuxtools.docker</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.linuxtools.jdt.docker.launcher</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/containers/pom.xml b/containers/pom.xml
index 45fa9da906..44a7341d46 100644
--- a/containers/pom.xml
+++ b/containers/pom.xml
@@ -33,6 +33,7 @@
<module>org.eclipse.linuxtools.docker.reddeer</module>
<module>org.eclipse.linuxtools.docker.integration.tests</module>
<module>org.eclipse.linuxtools.docker.tests-feature</module>
+ <module>org.eclipse.linuxtools.jdt.docker.launcher</module>
</modules>
<build>

Back to the top