Stand 19.12.2018

This commit is contained in:
Michael Uhl 2018-12-19 10:38:18 +01:00
parent 26c8bdab85
commit 0e5c3216d0
6 changed files with 48 additions and 56 deletions

View File

@ -3,6 +3,6 @@
<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="lib" path="/JavaCompilerCoreOsgiInline/target/JavaCompilerCoreOsgiInline-0.1.jar"/>
<classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,13 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JavaCompilerPlugin.Plugin
Bundle-SymbolicName: JavaCompilerPlugin.Plugin;singleton:=true
Bundle-Name: TypinferenzPlugin
Bundle-SymbolicName: TypinferenzPlugin;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: de.dhbwstuttgart
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
bin
Automatic-Module-Name: JavaCompilerPlugin.Plugin;singleton:=true
Bundle-Activator: typinferenzplugin.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
@ -16,7 +13,11 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.ui.views,
org.eclipse.equinox.ds; visibility:=reexport,
de.dhbwstuttgart.JavaCompilerCoreOsgi
Bundle-RequiredExecutionEnvironment: JavaSE-9
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
bin
Provide-Capability: osgi.ee;osgi.ee="JavaSE";version:List="1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8"
Bundle-Activator: typinferenzplugin.Activator
Automatic-Module-Name: TypinferenzPlugin

View File

@ -1,17 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = src/,\
plugin.xml,\
icons/,\
build.properties,\
bin.includes = plugin.xml,\
META-INF/,\
.classpath,\
.project,\
bin/
src.includes = src/,\
.,\
icons/,\
build.properties,\
META-INF/,\
.classpath,\
.project,\
bin/
src/,\
bin/,\
build.properties
src.includes = src/

View File

@ -16,13 +16,6 @@
[Enter License Description here.]
</license>
<plugin
id="JavaCompilerPlugin.Plugin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.dhbwstuttgart.JavaCompilerCoreOsgi"
download-size="0"
@ -30,4 +23,11 @@
version="0.1.0"
unpack="false"/>
<plugin
id="TypinferenzPlugin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View File

@ -1,8 +1,7 @@
<project>
<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>
<groupId>de.dhbwstuttgart</groupId>
<artifactId>JavaCompilerPlugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>de.dhbwstuttgart</groupId>