File tree Expand file tree Collapse file tree 4 files changed +2650
-2646
lines changed
main/javacc/net/sf/jsqlparser/parser
test/java/net/sf/jsqlparser/test/select Expand file tree Collapse file tree 4 files changed +2650
-2646
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project-shared-configuration >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project-shared-configuration >
33 <!--
44This file contains additional configuration written by modules in the NetBeans IDE.
55The configuration is intended to be shared among all the users of project and
66therefore it is assumed to be part of version control checkout.
77Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8- -->
9- <properties xmlns =" http://www.netbeans.org/ns/maven-properties-data/1" >
8+ -->
9+ <properties xmlns =" http://www.netbeans.org/ns/maven-properties-data/1" >
1010 <!--
1111Properties that influence various parts of the IDE, especially code formatting and the like.
1212You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
1313That way multiple projects can share the same settings (useful for formatting rules for example).
1414Any value defined here will override the pom.xml file value but is only applicable to the current project.
15- -->
16- <netbeans .compile.on.save>all </netbeans .compile.on.save>
17- <netbeans .hint.jdkPlatform>jdk16 </netbeans .hint.jdkPlatform>
18- </properties >
19- </project-shared-configuration >
15+ -->
16+ <netbeans .compile.on.save>none </netbeans .compile.on.save>
17+ <netbeans .hint.jdkPlatform>JDK_1.6 </netbeans .hint.jdkPlatform>
18+ </properties >
19+ </project-shared-configuration >
Original file line number Diff line number Diff line change 2828 <artifactId >maven-compiler-plugin</artifactId >
2929 <version >2.4</version >
3030 <configuration >
31- <source >1.5</source >
32- <target >1.5</target >
31+ <source >1.6</source >
32+ <target >1.6</target >
33+ <showWarnings >true</showWarnings >
3334 </configuration >
3435 </plugin >
3536 <plugin >
You can’t perform that action at this time.
0 commit comments