forked from HaxeFoundation/intellij-haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
idea_v14.1.properties
33 lines (28 loc) · 1.04 KB
/
idea_v14.1.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Properties for building against IDEA version 14.
#
# Target version of IDEA that we typically build for.
# This is appended to the name of the intellij-haxe-XXX jar file.
idea.version=14.1
# Human-readable versions of IDEA that this build is compatible with.
plugin.compatibility.description=IDEA 14.1 - 14.1.4
# ###################################################
# IDEA build IDs that are compatible with this plugin.
# ###################################################
#
# IDEA builds prior to this one will not install this plugin.
#
plugin.installable.since=141.0
#
# IDEA builds after this one will not install this plugin.
#
plugin.installable.until=141.2734
# ###################################################
# Where to find Idea14-specific code.
# ###################################################
version.specific.code.location=src/14.1
# ###################################################
# Java compatibility.
# ###################################################
plugin.java.source.compatibility=1.6
plugin.java.target.compatibility=1.6