Changeset 3825 for print

Show
Ignore:
Timestamp:
06/28/11 10:30:52 (11 months ago)
Author:
jeichar
Message:

added license file

Location:
print/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/build.gradle

    r3754 r3825  
    104104   
    105105  repositories.mavenDeployer { 
     106                pom.project { 
     107      licenses { 
     108        license { 
     109          name 'GNU General Public License V3' 
     110          url 'http://www.gnu.org/licenses/' 
     111        } 
     112      } 
     113    } 
    106114    name = 'dev.mapfish.org deployer' 
    107115    configuration = configurations.deployerJars