Re-uploaded the project in only one repository

This commit is contained in:
Daniel Cortes
2017-07-31 13:07:07 -04:00
commit e5853c8de6
1098 changed files with 220719 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
<services>
<service name="ExNihiloService">
<implementation-class>com.ryuuji.api.ExNihiloService</implementation-class>
</service>
<service name="SearchService">
<implementation-class>com.ryuuji.api.SearchService</implementation-class>
</service>
<service name="ListasService">
<implementation-class>com.ryuuji.api.ListasService</implementation-class>
</service>
<service name="ReportesService">
<implementation-class>com.ryuuji.api.ReportesService</implementation-class>
</service>
</services>
<clients/>
</jax-ws>