only added a .gitignore
This commit is contained in:
parent
f6a54fcfcb
commit
e2ef93fab9
|
@ -4,6 +4,9 @@
|
|||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="ckan-util-library-2.12.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-util-library/ckan-util-library">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="context-root" value="uri-resolver"/>
|
||||
<property name="java-output-path" value="/uri-resolver/target/classes"/>
|
||||
</wb-module>
|
||||
|
|
|
@ -10,3 +10,4 @@
|
|||
/gCubeApps.gcubekey
|
||||
/gcube.gcubekey
|
||||
/preprod.gcubekey
|
||||
/pred4s.gcubekey
|
||||
|
|
Loading…
Reference in New Issue