Skip to content

Commit bce9746

Browse files
committed
Changing Java platform to 1.7
1 parent 322d189 commit bce9746

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

nbproject/project.properties

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
annotation.processing.enabled=true
22
annotation.processing.enabled.in.editor=false
3-
annotation.processing.processor.options=
43
annotation.processing.processors.list=
54
annotation.processing.run.all.processors=true
65
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6+
application.title=Proc
7+
application.vendor=brent
78
build.classes.dir=${build.dir}/classes
89
build.classes.excludes=**/*.java,**/*.form
910
# This directory is removed when the project is cleaned:
@@ -26,6 +27,7 @@ dist.archive.excludes=
2627
dist.dir=dist
2728
dist.jar=${dist.dir}/Proc.jar
2829
dist.javadoc.dir=${dist.dir}/javadoc
30+
endorsed.classpath=
2931
excludes=
3032
includes=**
3133
jar.compress=false
@@ -35,8 +37,8 @@ javac.compilerargs=
3537
javac.deprecation=false
3638
javac.processorpath=\
3739
${javac.classpath}
38-
javac.source=1.8
39-
javac.target=1.8
40+
javac.source=1.7
41+
javac.target=1.7
4042
javac.test.classpath=\
4143
${javac.classpath}:\
4244
${build.classes.dir}
@@ -55,7 +57,7 @@ javadoc.version=false
5557
javadoc.windowtitle=
5658
meta.inf.dir=${src.dir}/META-INF
5759
mkdist.disabled=true
58-
platform.active=default_platform
60+
platform.active=JDK_1.7
5961
run.classpath=\
6062
${javac.classpath}:\
6163
${build.classes.dir}

nbproject/project.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<configuration>
55
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
66
<name>Proc</name>
7+
<explicit-platform explicit-source-supported="true"/>
78
<source-roots>
89
<root id="src.dir"/>
910
</source-roots>

0 commit comments

Comments
 (0)