rename xmlbeans job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46b1833bfc
commit
ef397c0158
@ -102,7 +102,7 @@ def poijobs = [
|
||||
]
|
||||
|
||||
def xmlbeansjobs = [
|
||||
[ name: 'XMLBeans-DSL-1.6', jdk: '1.6', trigger: 'H */12 * * *', skipcigame: true
|
||||
[ name: 'POI-XMLBeans-DSL-1.6', jdk: '1.6', trigger: 'H */12 * * *', skipcigame: true
|
||||
]
|
||||
]
|
||||
|
||||
|
@ -42,7 +42,7 @@ public class PackagePropertiesMarshaller implements PartMarshaller {
|
||||
new NamespaceImpl("dcterms", PackagePropertiesPart.NAMESPACE_DCTERMS_URI);
|
||||
private final static NamespaceImpl namespaceXSI =
|
||||
new NamespaceImpl("xsi", XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI);;
|
||||
|
||||
|
||||
protected static final String KEYWORD_CATEGORY = "category";
|
||||
|
||||
protected static final String KEYWORD_CONTENT_STATUS = "contentStatus";
|
||||
|
Loading…
Reference in New Issue
Block a user