diff --git a/fesod-bom/pom.xml b/fesod-bom/pom.xml index 87190f327..3238fdb24 100644 --- a/fesod-bom/pom.xml +++ b/fesod-bom/pom.xml @@ -40,6 +40,11 @@ fesod-common ${project.version} + + org.apache.fesod + fesod-doc + ${project.version} + org.apache.fesod fesod-sheet diff --git a/fesod-doc/pom.xml b/fesod-doc/pom.xml new file mode 100644 index 000000000..b867654ea --- /dev/null +++ b/fesod-doc/pom.xml @@ -0,0 +1,62 @@ + + + + 4.0.0 + + + org.apache.fesod + fesod-parent + ${revision} + + + fesod-doc + jar + Fesod Document + + + + org.apache.fesod + fesod-common + ${project.version} + + + org.apache.fesod + fesod-shaded + ${project.version} + + + org.apache.poi + poi + + + org.apache.poi + poi-ooxml + + + commons-codec + commons-codec + + + + + diff --git a/fesod-doc/src/main/java/org/apache/fesod/word/DocReader.java b/fesod-doc/src/main/java/org/apache/fesod/word/DocReader.java new file mode 100644 index 000000000..bc45e9c08 --- /dev/null +++ b/fesod-doc/src/main/java/org/apache/fesod/word/DocReader.java @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.fesod.word; + +public class DocReader {} diff --git a/fesod-doc/src/main/java/org/apache/fesod/word/DocWriter.java b/fesod-doc/src/main/java/org/apache/fesod/word/DocWriter.java new file mode 100644 index 000000000..b412a07d3 --- /dev/null +++ b/fesod-doc/src/main/java/org/apache/fesod/word/DocWriter.java @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.fesod.word; + +public class DocWriter {} diff --git a/fesod-doc/src/main/java/org/apache/fesod/word/FesodDoc.java b/fesod-doc/src/main/java/org/apache/fesod/word/FesodDoc.java new file mode 100644 index 000000000..b427a8cc4 --- /dev/null +++ b/fesod-doc/src/main/java/org/apache/fesod/word/FesodDoc.java @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.fesod.word; + +public class FesodDoc {} diff --git a/pom.xml b/pom.xml index 9dd811618..267750c26 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ fesod-common fesod-shaded fesod-examples + fesod-doc fesod-sheet