Code Search for Developers
 
 
  

build.properties from SmartFrog at Krugle


Show build.properties syntax highlighted

###
#
# Common Ant properties and resources shared between sub-projects.
#
###

#
# Binary plugin properties
#

! The value for bin.plugin.name should match the "id" attribute of the
! "plugin" element found in the plugin.xml.
bin.plugin.name	: org.smartfrog.tools

! The value for bin.plugin.version should match the "version" attribute of the
! "plugin" element found in the plugin.xml.
bin.plugin.version : 1.0.2.Beta

! The value for bin.plugin.jar.name should match the "name" attribute of the
! "library" element found in the plugin.xml.
bin.plugin.jar.name : smart_frog_plugin.jar

bin.plugin.external.name : ${bin.plugin.name}_${bin.plugin.version}
bin.plugin.zip.name : ${bin.plugin.external.name}.zip
bin.plugin.zip.root.dir : ${bin.plugin.external.name}
bin.plugin.tar.name : ${bin.plugin.external.name}.tar
bin.plugin.tar.root.dir : ${bin.plugin.external.name}

bin.plugin.feature.jar.name : ${bin.plugin.external.name}.jar


#
# Documentation plugin properties
#

! The value for doc.plugin.name should match the "id" attribute of the
! "plugin" element found in the plugin.xml.
doc.plugin.name	: org.smartfrog.tools.doc

! The value for doc.plugin.version should match the "version" attribute of the
! "plugin" element found in the plugin.xml.
doc.plugin.version : 1.0.2.Beta

doc.plugin.external.name : ${doc.plugin.name}_${doc.plugin.version}
doc.plugin.zip.name : ${doc.plugin.external.name}.zip
doc.plugin.zip.root.dir : ${doc.plugin.external.name}
doc.plugin.tar.name : ${doc.plugin.external.name}.tar
doc.plugin.tar.root.dir : ${doc.plugin.external.name}

doc.plugin.feature.jar.name : ${doc.plugin.external.name}.jar


#######################
# we dont' support following features yet
#######################

#
# Test plugin properties
#

! The value for bin.plugin.name should match the "id" attribute of the
! "plugin" element found in the plugin.xml.
test.plugin.name : org.smartfrog.tools.testPlugin

! The value for bin.plugin.version should match the "version" attribute of the
! "plugin" element found in the plugin.xml.
test.plugin.version : 2.0.0

! The value for bin.plugin.jar.name should match the "name" attribute of the
! "library" element found in the plugin.xml.
test.plugin.jar.name : SmartFrogtestplugin.jar

test.plugin.external.name : ${test.plugin.name}_${test.plugin.version}
test.plugin.zip.name : ${test.plugin.external.name}.zip
test.plugin.zip.root.dir : ${test.plugin.external.name}
test.plugin.tar.name : ${test.plugin.external.name}.tar
test.plugin.tar.root.dir : ${test.plugin.external.name}

#
# Installation package names
#
plugin.distribution.zip.name : SmartFrog_EplugIn_dist_${bin.plugin.version}.zip
feature.distribution.zip.name : SSmartFrog_EplugIn_${bin.plugin.version}.zip
plugin.distribution.tar.name : SmartFrog_EplugIn_dist_${bin.plugin.version}.tar
feature.distribution.tar.name : SSmartFrog_EplugIn_${bin.plugin.version}.tar




#
# Update site, feature properties
#
feature.id : ${bin.plugin.name}
feature.version : ${bin.plugin.version}
feature.jar.name : ${feature.id}_${feature.version}.jar
feature.distzip.root : HP_VXML_DE_${feature.version}

#
# Cross-subproject directories
#
build.artifacts.dir.name : artifacts
build.artifacts.dir : ../build/${build.artifacts.dir.name}
build.artifacts.dependencies.dir.name : RequiredPlugins
build.artifacts.dependencies.dir : ${build.artifacts.dir}/${build.artifacts.dependencies.dir.name}


! The shared.files.dir should be specified relative to sub-project base dirs.
shared.files.dir : ../shared
license.files.dir : ${shared.files.dir}/licenses


! Miscellaneous files
buildid.template : ${shared.files.dir}/misc/buildid.txt
dependency.gef.feature.zip.name : GEF-SDK-I20030327.zip
dependency.gef.feature.zip : ${build.artifacts.dependencies.dir}/${dependency.gef.feature.zip.name}






See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  build.properties
  build.xml