File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
src/main/java/org/ofdrw/pkg Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1212
1313- [ ** ofdrw-core** ] ( ./ofdrw-core/ ) 核心API,参考[ 《GB/T 33190-2016 电子文件存储与交换格式版式文档》] ( ./GBT_33190-2016_电子文件存储与交换格式版式文档.pdf ) 实现的基础
1414 - 实施状态: ** 阶段性完成** 。
15+ - [ ** ofdrw-pkg** ] ( ./ofdrw-package ) OFD文件的容器以及用于文档的打包。
16+ - 实施状态:* 策划中*
17+
1518
1619
1720欢迎大家一同参与项目。
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >ofdrw</artifactId >
7+ <groupId >org.ofdrw</groupId >
8+ <version >1.0.0-SNAPSHOT</version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+ <description >OFD文件的容器以及用于文档的打包</description >
12+
13+ <artifactId >ofdrw-pkg</artifactId >
14+
15+
16+ </project >
Original file line number Diff line number Diff line change 1010 <version >1.0.0-SNAPSHOT</version >
1111 <modules >
1212 <module >ofdrw-core</module >
13+ <module >ofdrw-pkg</module >
1314 </modules >
1415
1516</project >
You can’t perform that action at this time.
0 commit comments