Changes
This commit is contained in:
parent
414c6bb697
commit
f7e2ad7227
@ -52,7 +52,7 @@ test {
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = 'jxna'
|
||||
name = 'jdotnet'
|
||||
}
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@ task javadocJar(type: Jar) {
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
artifactId 'jxna'
|
||||
artifactId 'jdotnet'
|
||||
groupId 'com.openeggbert.jdotnet'
|
||||
from components.java
|
||||
|
||||
|
@ -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">
|
||||
<module>
|
||||
<!-- 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 ('.'). -->
|
||||
<!-- You can include a full package by not including the name of a type at the end. -->
|
||||
|
||||
|
Reference in New Issue
Block a user