build.properties

来自「jbpm demo 是一款非常不错的开源工作流,简单易用,适合扩张开发!」· PROPERTIES 代码 · 共 16 行

PROPERTIES
16
字号
# the next property points to the eclipse zip file on your local 
# machine.  the build script in this directory contains a target 
# to get eclipse and put it in this directory.  in case you have it 
# in another location, update the property below.

eclipse.file.name=eclipse-SDK-3.2.1-win32.zip

# Replace the eclipse.local.path with the uncomment version if you want 
# to supply eclipse in this directory.
# eclipse.local.path=.
eclipse.local.path=${user.home}/jbpm/repository/eclipse/sdk/3.2.1
eclipse.local.url=${eclipse.local.path}/${eclipse.file.name}

eclipse.remote.path=http://repository.jboss.com/eclipse/sdk/3.2.1
eclipse.remote.url=${eclipse.remote.path}/${eclipse.file.name}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?