com.azurenight.maven.setuptools-0.6c11-py2.7.egg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of troposphere-maven-plugin Show documentation
Show all versions of troposphere-maven-plugin Show documentation
This plugin makes use of Jython and 2 Pthyon modules (Boto and Troposphere) to allow for automated generation of AWS CloudFormation templates from a Python source file. This alleviates
the need to maintain a large and possibly cumbersome JSON file by hand, and allows for proper commenting, modularization, etc.
#!/bin/sh
if [ `basename $0` = "setuptools-0.6c11-py2.7.egg" ]
then exec python2.7 -c "import sys, os; sys.path.insert(0, os.path.abspath('$0')); from setuptools.command.easy_install import bootstrap; sys.exit(bootstrap())" "$@"
else
echo $0 is not the correct name for this egg file.
echo Please rename it back to setuptools-0.6c11-py2.7.egg and try again.
exec false
fi
PK F??