You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/05/14 21:25:08 UTC

svn commit: r944413 - in /directory/shared/trunk: cursor/src/site/ i18n/src/site/ ldap-ldif/src/site/ ldap-schema-dao/src/site/ ldap-schema-loader/src/site/ ldap-schema-manager/src/site/ ldap-schema/src/site/

Author: felixk
Date: Fri May 14 19:25:08 2010
New Revision: 944413

URL: http://svn.apache.org/viewvc?rev=944413&view=rev
Log:
Add basic site containing
- Link to parent module
- Information block
- Report block

Added:
    directory/shared/trunk/cursor/src/site/
    directory/shared/trunk/cursor/src/site/site.xml   (with props)
    directory/shared/trunk/i18n/src/site/
    directory/shared/trunk/i18n/src/site/site.xml   (with props)
    directory/shared/trunk/ldap-ldif/src/site/
    directory/shared/trunk/ldap-ldif/src/site/site.xml   (with props)
    directory/shared/trunk/ldap-schema-dao/src/site/
    directory/shared/trunk/ldap-schema-dao/src/site/site.xml   (with props)
    directory/shared/trunk/ldap-schema-loader/src/site/
    directory/shared/trunk/ldap-schema-loader/src/site/site.xml   (with props)
    directory/shared/trunk/ldap-schema-manager/src/site/
    directory/shared/trunk/ldap-schema-manager/src/site/site.xml   (with props)
    directory/shared/trunk/ldap-schema/src/site/
    directory/shared/trunk/ldap-schema/src/site/site.xml   (with props)

Added: directory/shared/trunk/cursor/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/cursor/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/cursor/src/site/site.xml (added)
+++ directory/shared/trunk/cursor/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/cursor/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/cursor/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/i18n/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/i18n/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/i18n/src/site/site.xml (added)
+++ directory/shared/trunk/i18n/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/i18n/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/i18n/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/ldap-ldif/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-ldif/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/ldap-ldif/src/site/site.xml (added)
+++ directory/shared/trunk/ldap-ldif/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/ldap-ldif/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/ldap-ldif/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/ldap-schema-dao/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-dao/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/ldap-schema-dao/src/site/site.xml (added)
+++ directory/shared/trunk/ldap-schema-dao/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/ldap-schema-dao/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/ldap-schema-dao/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/ldap-schema-loader/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-loader/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/ldap-schema-loader/src/site/site.xml (added)
+++ directory/shared/trunk/ldap-schema-loader/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/ldap-schema-loader/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/ldap-schema-loader/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/ldap-schema-manager/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-manager/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/ldap-schema-manager/src/site/site.xml (added)
+++ directory/shared/trunk/ldap-schema-manager/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/ldap-schema-manager/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/ldap-schema-manager/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: directory/shared/trunk/ldap-schema/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema/src/site/site.xml?rev=944413&view=auto
==============================================================================
--- directory/shared/trunk/ldap-schema/src/site/site.xml (added)
+++ directory/shared/trunk/ldap-schema/src/site/site.xml Fri May 14 19:25:08 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+  <body>
+    <menu ref="parent" />
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/shared/trunk/ldap-schema/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/shared/trunk/ldap-schema/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision