⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unlock.pgl

📁 Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthill在每一次建造之前从项目最新版本的源文件库中借出文件
💻 PGL
字号:
<%@ import="com.urbancode.anthill2.Anthill" %><%@ import="com.urbancode.anthill2.impl.repositoryadapter.*" %><%@ import="com.urbancode.commons.fileutils.FileUtils" %><%     ProfileRepositoryAdapter adapter = (ProfileRepositoryAdapter) context.get("Adapter");    Properties props = (Properties) context.get("Properties");    String targetFile = (String) context.get("File");    String pageletRootDir = (String) context.get("PageletRootDir");    String cvsroot = props.getProperty(CVSRepositoryAdapter.CVS_ADAPTER_ROOT_KEY);    String globalCommands = " -d " + cvsroot;    String localCommands = " -u ";    if (!pageletRootDir.endsWith(File.separator)) {        pageletRootDir += File.separator;    }%><%@ include="Unix/unix_cvs/getCommandInit.pgl" %>sh <%= pageletRootDir %>cvs.sh <%@ include="Unix/unix_cvs/getCommandInit.pgl" %> "<%= globalCommands %>" admin "<%= localCommands %>" <%= targetFile %>

⌨️ 快捷键说明

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