Skip to content

Commit 430a6c0

Browse files
committed
Updated 1.0.2 SSEclipse
1 parent 6506daf commit 430a6c0

6 files changed

Lines changed: 9 additions & 4 deletions

File tree

15 Bytes
Binary file not shown.
844 Bytes
Binary file not shown.
Binary file not shown.

src/ServiceStackEclipse.UpdateSite/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<site>
33
<feature url="features/net.servicestack.eclipse.feature_1.0.0.201506041950.jar" id="net.servicestack.eclipse.feature" version="1.0.0.201506041950"/>
44
<feature url="features/net.servicestack.eclipse.feature_1.0.1.201507300911.jar" id="net.servicestack.eclipse.feature" version="1.0.1.201507300911"/>
5-
<feature url="features/net.servicestack.eclipse.feature_1.0.2.201509111709.jar" id="net.servicestack.eclipse.feature" version="1.0.2.201509111709"/>
5+
<feature url="features/net.servicestack.eclipse.feature_1.0.2.201509111725.jar" id="net.servicestack.eclipse.feature" version="1.0.2.201509111725"/>
66
</site>
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4-
org.eclipse.jdt.core.compiler.compliance=1.7
3+
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.5
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
510
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
611
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7-
org.eclipse.jdt.core.compiler.source=1.7
12+
org.eclipse.jdt.core.compiler.source=1.5

0 commit comments

Comments
 (0)