diff options
author | Markus Tiede | 2014-08-28 13:42:46 +0000 |
---|---|---|
committer | Markus Tiede | 2014-08-28 13:42:46 +0000 |
commit | 42426f6f7836cb63fb45fcd2f997f67907678459 (patch) | |
tree | 307796483b0ea3a1ee93d7bac6871447070a96ab | |
parent | fc450d3da015a4ebd1ee1800c049498305772fdf (diff) | |
download | org.eclipse.jubula.core-42426f6f7836cb63fb45fcd2f997f67907678459.tar.gz org.eclipse.jubula.core-42426f6f7836cb63fb45fcd2f997f67907678459.tar.xz org.eclipse.jubula.core-42426f6f7836cb63fb45fcd2f997f67907678459.zip |
Sprint task - first preparations for RC API provisioning: corrected output directories + change BREE to 1.6 for relevant projects.
-rw-r--r-- | org.eclipse.jubula.autagent/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.client.core/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.client.core/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.client.core/build.properties | 5 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.common.agent/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.common/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.javafx/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swing/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swt/build.properties | 2 |
9 files changed, 11 insertions, 10 deletions
diff --git a/org.eclipse.jubula.autagent/build.properties b/org.eclipse.jubula.autagent/build.properties index 0a4165c28..70f5aaf2e 100644 --- a/org.eclipse.jubula.autagent/build.properties +++ b/org.eclipse.jubula.autagent/build.properties @@ -13,7 +13,7 @@ bin.includes = about.html,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.7 javacTarget = 1.7 javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.client.core/.classpath b/org.eclipse.jubula.client.core/.classpath index 2b6fd58c5..6b027ec3f 100644 --- a/org.eclipse.jubula.client.core/.classpath +++ b/org.eclipse.jubula.client.core/.classpath @@ -9,7 +9,7 @@ <attribute name="ignore_optional_problems" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.jubula.client.core/META-INF/MANIFEST.MF b/org.eclipse.jubula.client.core/META-INF/MANIFEST.MF index f7dc65994..bcb7877a0 100644 --- a/org.eclipse.jubula.client.core/META-INF/MANIFEST.MF +++ b/org.eclipse.jubula.client.core/META-INF/MANIFEST.MF @@ -72,7 +72,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", org.eclipse.jubula.tools;bundle-version="[2.4.0,2.5.0)", org.eclipse.jubula.communication;bundle-version="[2.4.0,2.5.0)", org.apache.commons.codec;bundle-version="[1.3.0,2.0.0)" -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Activator: org.eclipse.jubula.client.core.Activator Bundle-ActivationPolicy: lazy JPA-PersistenceUnits: org.eclipse.jubula diff --git a/org.eclipse.jubula.client.core/build.properties b/org.eclipse.jubula.client.core/build.properties index 342749d08..f94ccdd10 100644 --- a/org.eclipse.jubula.client.core/build.properties +++ b/org.eclipse.jubula.client.core/build.properties @@ -19,6 +19,7 @@ bin.includes = about.html,\ lib/eclipselink.jar,\ lib/javax.persistence_2.1.0.v201304241213.jar,\ plugin.properties -javacSource = 1.5 -javacTarget = 1.5 +javacSource = 1.6 +javacTarget = 1.6 javacErrors.. = -assertIdentifier +jre.compilation.profile = JavaSE-1.6 diff --git a/org.eclipse.jubula.rc.common.agent/build.properties b/org.eclipse.jubula.rc.common.agent/build.properties index 62169cb6a..3aa3c0dba 100644 --- a/org.eclipse.jubula.rc.common.agent/build.properties +++ b/org.eclipse.jubula.rc.common.agent/build.properties @@ -11,7 +11,7 @@ bin.includes = about.html,\ .,\ plugin.properties source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.5 javacTarget = 1.5 javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.rc.common/build.properties b/org.eclipse.jubula.rc.common/build.properties index 62169cb6a..3aa3c0dba 100644 --- a/org.eclipse.jubula.rc.common/build.properties +++ b/org.eclipse.jubula.rc.common/build.properties @@ -11,7 +11,7 @@ bin.includes = about.html,\ .,\ plugin.properties source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.5 javacTarget = 1.5 javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.rc.javafx/build.properties b/org.eclipse.jubula.rc.javafx/build.properties index b341bbd47..91fb4c5fe 100644 --- a/org.eclipse.jubula.rc.javafx/build.properties +++ b/org.eclipse.jubula.rc.javafx/build.properties @@ -11,7 +11,7 @@ bin.includes = about.html,\ logback.xml jars.compile.order = . source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.7 javacTarget = 1.7 javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.rc.swing/build.properties b/org.eclipse.jubula.rc.swing/build.properties index 2956c7caa..d1be118a7 100644 --- a/org.eclipse.jubula.rc.swing/build.properties +++ b/org.eclipse.jubula.rc.swing/build.properties @@ -12,7 +12,7 @@ bin.includes = about.html,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.5 javacTarget = 1.5 javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.rc.swt/build.properties b/org.eclipse.jubula.rc.swt/build.properties index 2956c7caa..d1be118a7 100644 --- a/org.eclipse.jubula.rc.swt/build.properties +++ b/org.eclipse.jubula.rc.swt/build.properties @@ -12,7 +12,7 @@ bin.includes = about.html,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = target/classes/ +output.. = bin/ javacSource = 1.5 javacTarget = 1.5 javacErrors.. = -assertIdentifier |