diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-11-27 20:39:31 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-11-27 20:44:08 +0100 |
commit | 5a1446b990fd874b00ec2e52c896ded57f657575 (patch) | |
tree | 258355dff4fbd05e96866f486b1ab8330685b942 /pdf-over-signator/.classpath | |
parent | f75dac6bc90f8019baeec224df06cb91e4cc15f6 (diff) | |
download | pdf-over-5a1446b990fd874b00ec2e52c896ded57f657575.tar.gz pdf-over-5a1446b990fd874b00ec2e52c896ded57f657575.tar.bz2 pdf-over-5a1446b990fd874b00ec2e52c896ded57f657575.zip |
Change target environment to Java 1.7
Diffstat (limited to 'pdf-over-signator/.classpath')
-rw-r--r-- | pdf-over-signator/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-signator/.classpath b/pdf-over-signator/.classpath index fd7ad7fb..4214a972 100644 --- a/pdf-over-signator/.classpath +++ b/pdf-over-signator/.classpath @@ -12,12 +12,12 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <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.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> |