-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
27 lines (21 loc) · 899 Bytes
/
build.properties
File metadata and controls
27 lines (21 loc) · 899 Bytes
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
# Project details
lib.name = HelpfulJavaMode
release = 1.1.1
# Java version
java.target.version = 1.8
# Default epoch; this property will be updated in the build script
epoch.now = 0
# Paths to Processing source files
processing.source = ../Processing
processing.core = ${processing.source}/core/library/
processing.app = ${processing.source}/app/
# JAVA MODE: Source locations for Java mode-related files
processing.java = ${processing.source}/java/
processing.java.mode = ${processing.java}/mode
processing.java.theme = ${processing.java}/theme
processing.java.keywords = ${processing.java}/keywords.txt
processing.java.suggestions = ${processing.java}/suggestions.txt
# Processing executable location for the run build task
processing.executable = ${processing.source}/build/windows/work/processing.exe
# Mode installation location
processing.modes = ${user.home}/Documents/Processing/modes