Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
netlib-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
netlib-java
Commits
6f6ef214
Commit
6f6ef214
authored
6 years ago
by
Dominik Stadler
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to set source to 1.8
parent
e5d9a682
No related branches found
No related tags found
1 merge request
!2
Bug 923759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/set_source_1_8.patch
+20
-0
20 additions, 0 deletions
debian/patches/set_source_1_8.patch
with
21 additions
and
0 deletions
debian/patches/series
+
1
−
0
View file @
6f6ef214
update_classpath.patch
set_source_1_8.patch
URLClassLoader.patch
This diff is collapsed.
Click to expand it.
debian/patches/set_source_1_8.patch
0 → 100644
+
20
−
0
View file @
6f6ef214
From: Dominik Stadler <dominik.stadler@gmx.at>
Date: Tue, 26 Mar 2019 19:20:22 +0100
Subject: set_source_1.8
---
Index: netlib-java/nbproject/project.properties
===================================================================
--- netlib-java.orig/nbproject/project.properties
+++ netlib-java/nbproject/project.properties
@@ -28,8 +28,8 @@
javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.8
+javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment