This commit is contained in:
Robert Vokac 2024-12-17 06:18:17 +01:00
parent 414c6bb697
commit f7e2ad7227
Signed by: robertvokac
GPG Key ID: FB9CE8E20AADA55F
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ test {
eclipse { eclipse {
project { project {
name = 'jxna' name = 'jdotnet'
} }
} }
@ -92,7 +92,7 @@ task javadocJar(type: Jar) {
publishing { publishing {
publications { publications {
mavenJava(MavenPublication) { mavenJava(MavenPublication) {
artifactId 'jxna' artifactId 'jdotnet'
groupId 'com.openeggbert.jdotnet' groupId 'com.openeggbert.jdotnet'
from components.java from components.java

View File

@ -2,7 +2,7 @@
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.11.0//EN" "https://www.gwtproject.org/doctype/2.11.0/gwt-module.dtd"> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.11.0//EN" "https://www.gwtproject.org/doctype/2.11.0/gwt-module.dtd">
<module> <module>
<!-- Paths to source are relative to this file and separated by slashes ('/'). --> <!-- Paths to source are relative to this file and separated by slashes ('/'). -->
<source path="jxna" /> <source path="jdotnet" />
<!-- Reflection includes may be needed for your code or library code. Each value is separated by periods ('.'). --> <!-- Reflection includes may be needed for your code or library code. Each value is separated by periods ('.'). -->
<!-- You can include a full package by not including the name of a type at the end. --> <!-- You can include a full package by not including the name of a type at the end. -->