Sha256: 11a05ecb521c11923a18be33de69193c62e03cc2af066893209cef75c97f7e9e
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
project 'toxiclibs' do model_version '4.0.0' id 'ruby-processing:toxiclibs:1.0.0' packaging 'jar' description 'toxiclibs-library for JRubyArt' organization 'ruby-processing', 'https://ruby-processing.github.io' developer 'monkstone' do name 'Martin Prout' email 'mamba2928@yahoo.co.uk' roles 'developer' end license 'LGPL 2', 'http://www.gnu.org/licenses/lgpl-2.1-standalone.html' issue_management 'https://github.com/ruby-processing/toxiclibs/issues', 'Github' source_control( :url => 'https://github.com/ruby-processing/toxiclibs', :connection => 'scm:git:git://github.com/ruby-processing/toxiclibs.git', :developer_connection => 'scm:git:git@github.com:ruby-processing/toxiclibs.git' ) properties( 'maven.compiler.source' => '1.8', 'project.build.sourceEncoding' => 'UTF-8', 'maven.compiler.target' => '1.8', 'polyglot.dump.pom' => 'pom.xml' ) jar 'args4j:args4j:2.0.31' jar 'org.processing:core:3.3.6' plugin( :compiler, '3.7.0', 'source' => '1.8', 'target' => '1.8' ) plugin( :jar, '3.0.2', 'archive' => { 'manifestFile' => 'MANIFEST.MF' } ) plugin :resources, '3.0.2' plugin :dependency, '3.0.2' do execute_goals( :id => 'default-cli', 'artifactItems' => [ { 'groupId' => 'args4j', 'artifactId' => 'args4j', 'version' => '2.0.31', 'type' => 'jar', 'outputDirectory' => 'lib' } ] ) end build do default_goal 'package' source_directory 'src' final_name 'toxiclibs' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toxiclibs-1.0.0 | pom.rb |