Skip to content

Commit 0a70214

Browse files
committed
增加了 ofdrw-pkg 的策划
1 parent 65b2dd8 commit 0a70214

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
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
欢迎大家一同参与项目。

ofdrw-pkg/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

ofdrw-pkg/src/main/java/org/ofdrw/pkg/.keep

Whitespace-only changes.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<version>1.0.0-SNAPSHOT</version>
1111
<modules>
1212
<module>ofdrw-core</module>
13+
<module>ofdrw-pkg</module>
1314
</modules>
1415

1516
</project>

0 commit comments

Comments
 (0)