forked from rcoley93/intellij-haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
idea_v15.properties
28 lines (24 loc) · 887 Bytes
/
idea_v15.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
#
# Properties for building against IDEA version 15.
#
# 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 15
# ###################################################
# IDEA build IDs that are compatible with this plugin.
# ###################################################
#
# IDEA builds prior to this one will not install this plugin.
#
plugin.installable.since=143.0
#
# IDEA builds after this one will not install this plugin.
#
plugin.installable.until=
# ###################################################
# Where to find Idea14-specific code.
# ###################################################
# Use the 14.1 source tree, for the moment.
version.specific.code.location=src/14.1