Skip to content
Snippets Groups Projects
Commit d68d03ef authored by Addin Munawwar's avatar Addin Munawwar
Browse files

style: change folder dirname

parent ad66539a
Branches
Tags
No related merge requests found
Pipeline #59293 failed with stages
......@@ -30,7 +30,7 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>libs/</classpathPrefix>
<mainClass>com.example.Main</mainClass>
<mainClass>com.soap.Main</mainClass>
</manifest>
</archive>
</configuration>
......
package com.example;
package com.soap;
import javax.jws.WebMethod;
import javax.jws.WebService;
......
package com.example;
package com.soap;
import javax.xml.ws.Endpoint;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment