ArticulatedSocialAgentsPlatform / AsapRealizer

GNU Lesser General Public License v3.0
6 stars 5 forks source link

Handle javac.source and javac.target in the creation of the eclipse project #39

Open herwinvw opened 8 years ago

herwinvw commented 8 years ago

e.g. when build properties contains javac.source=1.6 javac.target=1.7 then the file org.eclipse.jdt.core.prefs should be generated in the .settings directory. This file contains the following content: eclipse.preferences.version=1.7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.6

herwinvw commented 8 years ago

Imported from trac issue 39. Created by welberge on 2013-01-09T19:54:16, last modified: 2013-01-09T19:54:54