This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new e6db244 [NETBEANS-4777] - Fix wrong binary-origin path for slf4j-api
new 121a136 Merge pull request #2349 from pepness/slf4j-api
e6db244 is described below
commit e6db2441f2cdc61ab1c94bdb91c0663bc988f7e2
Author: Jose Contreras <[email protected]>
AuthorDate: Sun Sep 6 18:20:40 2020 -0500
[NETBEANS-4777] - Fix wrong binary-origin path for slf4j-api
---
ide/slf4j.api/nbproject/project.properties | 2 ++
ide/slf4j.api/nbproject/project.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ide/slf4j.api/nbproject/project.properties
b/ide/slf4j.api/nbproject/project.properties
index 91ae8bc..a2e73e2 100644
--- a/ide/slf4j.api/nbproject/project.properties
+++ b/ide/slf4j.api/nbproject/project.properties
@@ -14,5 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
+javac.compilerargs=-Xlint -Xlint:-serial
+javac.source=1.8
release.external/slf4j-api-1.7.28.jar=modules/slf4j-api.jar
is.autoload=true
diff --git a/ide/slf4j.api/nbproject/project.xml
b/ide/slf4j.api/nbproject/project.xml
index 6ef7453..342d20a 100644
--- a/ide/slf4j.api/nbproject/project.xml
+++ b/ide/slf4j.api/nbproject/project.xml
@@ -28,7 +28,7 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>slf4j-api.jar</runtime-relative-path>
-
<binary-origin>external/org.slf4j.api-1.7.28.jar</binary-origin>
+ <binary-origin>external/slf4j-api-1.7.28.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists