Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
Uploader
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Uploader
Commits
b646529b
Commit
b646529b
authored
Feb 23, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Java 8
parent
5b94c86e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
27 deletions
+22
-27
anno-gui-macosx/pom.xml
anno-gui-macosx/pom.xml
+1
-9
anno-gui/.classpath
anno-gui/.classpath
+1
-1
anno-gui/pom.xml
anno-gui/pom.xml
+0
-17
pom.xml
pom.xml
+20
-0
No files found.
anno-gui-macosx/pom.xml
View file @
b646529b
...
...
@@ -23,14 +23,6 @@
<build>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
</configuration>
</plugin>
<plugin>
<groupId>
sh.tak.appbundler
</groupId>
<artifactId>
appbundle-maven-plugin
</artifactId>
...
...
@@ -41,7 +33,7 @@
<dictionaryFile>
Info.plist
</dictionaryFile>
<diskImageInternetEnable>
true
</diskImageInternetEnable>
<generateDiskImageFile>
true
</generateDiskImageFile>
<jvmVersion>
1.
7
+
</jvmVersion>
<jvmVersion>
1.
8
+
</jvmVersion>
<jvmOptions>
<jvmOption>
-XstartOnFirstThread
...
...
anno-gui/.classpath
View file @
b646529b
...
...
@@ -27,7 +27,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.
6
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.
8
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
...
...
anno-gui/pom.xml
View file @
b646529b
...
...
@@ -11,9 +11,6 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.compiler.target>
1.6
</maven.compiler.target>
<maven.compiler.source>
1.6
</maven.compiler.source>
</properties>
<repositories>
...
...
@@ -175,18 +172,4 @@
<version>
2.3.4
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<forceJavacCompilerUse>
true
</forceJavacCompilerUse>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
pom.xml
View file @
b646529b
...
...
@@ -28,6 +28,13 @@
<organizationUrl>
http://www.croptrust.org
</organizationUrl>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<jdk.target>
1.8
</jdk.target>
<jdk.source>
1.8
</jdk.source>
</properties>
<modules>
<module>
anno-gui
</module>
...
...
@@ -51,6 +58,19 @@
<pushChanges>
false
</pushChanges>
</configuration>
</plugin>
<plugin>
<inherited>
true
</inherited>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.6.1
</version>
<configuration>
<source>
${jdk.source}
</source>
<target>
${jdk.target}
</target>
<optimize>
true
</optimize>
<showWarnings>
true
</showWarnings>
<showDeprecation>
false
</showDeprecation>
<failOnWarning>
true
</failOnWarning>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment