You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2005/11/06 04:41:44 UTC

svn commit: r331069 - in /portals/jetspeed-2/trunk/components/security-schema: .cvsignore maven.xml project.properties project.xml

Author: dlestrat
Date: Sat Nov  5 19:41:41 2005
New Revision: 331069

URL: http://svn.apache.org/viewcvs?rev=331069&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-188#action_12356329

Revisited the LDAP implementation.  Integrate Apache DS with J2.
All unit tests for LDAP are passing on Apache DS.  Leave them excluded for now.
Various quick fixes for serializable objects.  Add serialUID.

Documentation to come in the next few days.

Added:
    portals/jetspeed-2/trunk/components/security-schema/.cvsignore
    portals/jetspeed-2/trunk/components/security-schema/maven.xml
    portals/jetspeed-2/trunk/components/security-schema/project.properties
    portals/jetspeed-2/trunk/components/security-schema/project.xml

Added: portals/jetspeed-2/trunk/components/security-schema/.cvsignore
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security-schema/.cvsignore?rev=331069&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/components/security-schema/.cvsignore (added)
+++ portals/jetspeed-2/trunk/components/security-schema/.cvsignore Sat Nov  5 19:41:41 2005
@@ -0,0 +1 @@
+target

Added: portals/jetspeed-2/trunk/components/security-schema/maven.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security-schema/maven.xml?rev=331069&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/components/security-schema/maven.xml (added)
+++ portals/jetspeed-2/trunk/components/security-schema/maven.xml Sat Nov  5 19:41:41 2005
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2004 The Apache Software Foundation
+    
+    Licensed 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 default="java:jar" xmlns:j="jelly:core" xmlns:define="jelly:define" xmlns:maven="jelly:maven">
+
+
+</project>

Added: portals/jetspeed-2/trunk/components/security-schema/project.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security-schema/project.properties?rev=331069&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/components/security-schema/project.properties (added)
+++ portals/jetspeed-2/trunk/components/security-schema/project.properties Sat Nov  5 19:41:41 2005
@@ -0,0 +1,28 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed 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.
+#
+# $Id: project.properties 187000 2004-07-11 03:32:22Z paulsp $
+#
+
+maven.multiproject.type=jar
+maven.license.licenseFile=${basedir}/../../LICENSE.TXT
+
+maven.ldap.server.schema.target.dir=target/schema
+maven.ldap.server.schema.ownerDefault=uid=admin,ou=system.
+maven.ldap.server.schema.dir=src/main/schema
+maven.ldap.server.schema.packageDefault=org.apache.jetspeed.security.ldap
+
+maven.ldap.server.schemas=jetspeed
+
+maven.ldap.server.schema.deps.jetspeed=inetorgperson

Added: portals/jetspeed-2/trunk/components/security-schema/project.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security-schema/project.xml?rev=331069&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/components/security-schema/project.xml (added)
+++ portals/jetspeed-2/trunk/components/security-schema/project.xml Sat Nov  5 19:41:41 2005
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2004 The Apache Software Foundation
+    
+    Licensed 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.
+    
+    $Id: project.xml 230879 2005-08-08 20:37:06Z ate $
+-->
+<project>
+    <extend>${basedir}/../../core-build.xml</extend>
+    <pomVersion>3</pomVersion>
+    <id>jetspeed-security-schema</id>
+    <name>Jetspeed-2 Security LDAP Schema Components</name>
+
+    <package>org.apache.jetspeed</package>
+    <description>Security Components</description>
+    <shortDescription>Security Components</shortDescription>
+
+    <repository>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/components/security</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/components/security</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/components/security/</url>
+    </repository>
+
+    <dependencies>
+        <dependency>
+            <groupId>directory</groupId>
+            <artifactId>maven-directory-plugin</artifactId>
+            <version>0.9.3</version>
+            <type>plugin</type>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${basedir}/target/schema</sourceDirectory>
+        <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+        <resources>
+            <resource>
+                <directory>${basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org