components/beanshell/beanshell.p5m
changeset 464 08f94c414553
parent 320 54e50f84cc99
child 582 f788d69e0553
equal deleted inserted replaced
463:12371db48dee 464:08f94c414553
    26     value=pkg:/runtime/java/beanshell@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/runtime/java/beanshell@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.summary value="beanshell - a small and embeddable Java source interpreter"
    27 set name=pkg.summary value="beanshell - a small and embeddable Java source interpreter"
    28 set name=pkg.description value="BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript."
    28 set name=pkg.description value="BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript."
    29 set name=info.classification \
    29 set name=info.classification \
    30     value="org.opensolaris.category.2008:Development/Java"
    30     value="org.opensolaris.category.2008:Development/Java"
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=opensolaris.arc_url \
    33 set name=org.opensolaris.arc-caseid \
    34     value=http://arc.opensolaris.org/caselog/PSARC/2009/270/
    34     value=PSARC/2009/270/
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 dir path=usr
    36 dir path=usr
    37 dir path=usr/bin
    37 dir path=usr/bin
    38 dir path=usr/demo
    38 dir path=usr/demo
    39 dir path=usr/demo/bsh
    39 dir path=usr/demo/bsh