diff options
author | Cédric Walter <cedricwalter@apache.org> | 2014-04-08 21:27:10 +0000 |
---|---|---|
committer | Cédric Walter <cedricwalter@apache.org> | 2014-04-08 21:27:10 +0000 |
commit | 62ea1e4838a47b45739572bda508a9b5cec1e86c (patch) | |
tree | 4f6c5b6111b4540608647cfa3bdea67e6e696792 /poi-ooxml-schemas | |
parent | cc3548e346eea6e8621921a43c63cec5baa12014 (diff) | |
download | poi-62ea1e4838a47b45739572bda508a9b5cec1e86c.tar.gz poi-62ea1e4838a47b45739572bda508a9b5cec1e86c.zip |
cleaned up module name, use classifier (tests) for exporting test classes and resources to any module, remove empty directories
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1585837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-schemas')
-rw-r--r-- | poi-ooxml-schemas/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-schemas/pom.xml b/poi-ooxml-schemas/pom.xml index dae3477a07..676200cac2 100644 --- a/poi-ooxml-schemas/pom.xml +++ b/poi-ooxml-schemas/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <modelVersion>4.0.0</modelVersion> <artifactId>poi-ooxml-schemas</artifactId> - <name>Apache POI</name> + <name>Apache POI - ooxml schemas</name> <url>http://poi.apache.org/</url> <description>Apache POI - Java API To Access Microsoft Format Files</description> <packaging>jar</packaging> |