You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/09/25 12:31:33 UTC

svn commit: r579182 - /incubator/sling/trunk/content/pom.xml

Author: fmeschbe
Date: Tue Sep 25 03:31:29 2007
New Revision: 579182

URL: http://svn.apache.org/viewvc?rev=579182&view=rev
Log:
- Do not include digester package (not needed)
- Remove javax.naming, jackrabbit.core and digester imports (not needed anymore)
- Add optional digester package import (as there is a reference in a private package, which is not actually used)

Modified:
    incubator/sling/trunk/content/pom.xml

Modified: incubator/sling/trunk/content/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/content/pom.xml?rev=579182&r1=579181&r2=579182&view=diff
==============================================================================
--- incubator/sling/trunk/content/pom.xml (original)
+++ incubator/sling/trunk/content/pom.xml Tue Sep 25 03:31:29 2007
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  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.
+    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.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -98,7 +98,6 @@
                             org.apache.jackrabbit.ocm.manager.objectconverter.impl,
                             org.apache.jackrabbit.ocm.mapper.impl,
                             org.apache.jackrabbit.ocm.mapper.impl.annotation,
-                            org.apache.jackrabbit.ocm.mapper.impl.digester,
                             org.apache.jackrabbit.ocm.mapper.model,
                             org.apache.jackrabbit.ocm.query.impl,
                             org.apache.jackrabbit.ocm.reflection,
@@ -106,8 +105,7 @@
                             org.kxml2.io, org.xmlpull.v1
                         </Private-Package>
                         <Import-Package>
-                            javax.naming; org.apache.commons.digester;
-                            org.apache.jackrabbit.core.jndi;resolution:=optional,*
+                            org.apache.jackrabbit.ocm.mapper.impl.digester;resolution:=optional,*
                         </Import-Package>
 
                         <!-- CND for the sling:content node type for BaseContent -->