File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
annotation.processing.enabled =true
2
2
annotation.processing.enabled.in.editor =false
3
- annotation.processing.processor.options =
4
3
annotation.processing.processors.list =
5
4
annotation.processing.run.all.processors =true
6
5
annotation.processing.source.output =${build.generated.sources.dir}/ap-source-output
6
+ application.title =Proc
7
+ application.vendor =brent
7
8
build.classes.dir =${build.dir}/classes
8
9
build.classes.excludes =**/*.java,**/*.form
9
10
# This directory is removed when the project is cleaned:
@@ -26,6 +27,7 @@ dist.archive.excludes=
26
27
dist.dir =dist
27
28
dist.jar =${dist.dir}/Proc.jar
28
29
dist.javadoc.dir =${dist.dir}/javadoc
30
+ endorsed.classpath =
29
31
excludes =
30
32
includes =**
31
33
jar.compress =false
@@ -35,8 +37,8 @@ javac.compilerargs=
35
37
javac.deprecation =false
36
38
javac.processorpath =\
37
39
${javac.classpath}
38
- javac.source =1.8
39
- javac.target =1.8
40
+ javac.source =1.7
41
+ javac.target =1.7
40
42
javac.test.classpath =\
41
43
${javac.classpath}:\
42
44
${build.classes.dir}
@@ -55,7 +57,7 @@ javadoc.version=false
55
57
javadoc.windowtitle =
56
58
meta.inf.dir =${src.dir}/META-INF
57
59
mkdist.disabled =true
58
- platform.active =default_platform
60
+ platform.active =JDK_1.7
59
61
run.classpath =\
60
62
${javac.classpath}:\
61
63
${build.classes.dir}
Original file line number Diff line number Diff line change 4
4
<configuration >
5
5
<data xmlns =" http://www.netbeans.org/ns/j2se-project/3" >
6
6
<name >Proc</name >
7
+ <explicit-platform explicit-source-supported =" true" />
7
8
<source-roots >
8
9
<root id =" src.dir" />
9
10
</source-roots >
You can’t perform that action at this time.
0 commit comments