This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILDPATH=$(CURDIR) | |
| GO=$(shell which go) | |
| GOBUILD=$(GO) build | |
| GOCLEAN=$(GO) clean | |
| GOGET=$(GO) get | |
| EXENAME=main | |
| export GOPATH=$(CURDIR) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2"> | |
| <deployment> | |
| <exclusions> | |
| <module name="org.apache.commons.logging" /> | |
| <module name="org.apache.log4j" /> | |
| <module name="org.jboss.logging" /> | |
| <module name="org.jboss.logging.jul-to-slf4j-stub" /> | |
| <module name="org.jboss.logmanager" /> | |
| <module name="org.jboss.logmanager.log4j" /> | |
| <module name="org.slf4j" /> |
NewerOlder