3 Star 1 Fork 0

Gitee 极速下载 / betterFORM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/betterFORM/betterFORM
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
release.properties.xml 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
<!--
~ Copyright (c) 2012. betterFORM Project - http://www.betterform.de
~ Licensed under the terms of BSD License
-->
<!--
###################################################################################
betterFORM RELEASE PROPERTIES
These properties must only be used in combination with web/build-release.xml
Ant properties utilized during development can be found in build.properties.xml
in the same directory
###################################################################################
-->
<root>
<properties>
<javac>
<deprecation>off</deprecation>
<debug>off</debug>
<optimize>on</optimize>
<version>1.6</version>
</javac>
</properties>
<config>
<!--+ web.xml configuration
+ caching: enables caching of all resources served by the ResourceServlet (scripts / css / images)
+ debugDWR: enable / disable dwr logging -->
<webinf>
<caching>true</caching>
<debugDWR>false</debugDWR>
</webinf>
<!--+ betterform-config configuration
+ generateDefaultAlerts: if enabled default alerts are generated for all ui controls
+ debugComponents: enables the betterform debug bar and event logger
+ enableEventOptimization if enabled, only events present within the current form are processed
+ initLogging if set to false logging is not enabled at all
+ doIncludes: if enabled forms are scanned for bf:include tags and transformed accordingly
+ mailadmin: email address of the Server Admin -->
<bfconfig>
<generateDefaultAlerts>false</generateDefaultAlerts>
<debugComponents>false</debugComponents>
<enableEventOptimization>true</enableEventOptimization>
<initLogging>true</initLogging>
<doIncludes>false</doIncludes>
<mailadmin>foo@bar.de</mailadmin>
</bfconfig>
<!--+ log4j.xml Configuration
+ appender: log4j appender, decides where the log output goes to
+ possible values are: 'SHELL' or 'ROLLING_FILE'
+ loglevel define log levels for root,betterform and drw
+ common log levels are: 'DEBUG', 'INFO', 'WARN','DEBUG','TRACE' -->
<log4j>
<appender>SHELL</appender>
<loglevel>
<root>ERROR</root>
<betterform>ERROR</betterform>
<cache>ERROR</cache>
<dwr>ERROR</dwr>
</loglevel>
</log4j>
</config>
</root>
Java
1
https://gitee.com/mirrors/betterFORM.git
git@gitee.com:mirrors/betterFORM.git
mirrors
betterFORM
betterFORM
master

搜索帮助