Created
November 23, 2012 12:47
-
-
Save manuelpichler/4135473 to your computer and use it in GitHub Desktop.
Custom ABC environments
This file contains 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
<?xml version="1.0" ?> | |
<project name="sindelfingen" default="test"> | |
<!-- Set default if not specified on cli --> | |
<property name="sindelfingen.env" value="default" /> | |
<property file="${sindelfingen.env}.properties" /> | |
<import file="setup/src/main/xml/base.xml" /> | |
</project> |
This file contains 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
~ $ ant -Dsindelfingen.env=qafoo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment