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 2008/03/17 23:00:16 UTC

svn commit: r638084 - in /directory/studio/trunk: aciitemeditor/src/site/ apacheds-configuration-feature/src/ apacheds-configuration-feature/src/site/ apacheds-configuration-help/src/site/ apacheds-configuration/src/site/ connection-core/src/site/ conn...

Author: felixk
Date: Mon Mar 17 14:59:49 2008
New Revision: 638084

URL: http://svn.apache.org/viewvc?rev=638084&view=rev
Log:
Add site navigation to have a parent link in addition to the report links

Added:
    directory/studio/trunk/aciitemeditor/src/site/
    directory/studio/trunk/aciitemeditor/src/site/site.xml   (with props)
    directory/studio/trunk/apacheds-configuration-feature/src/
    directory/studio/trunk/apacheds-configuration-feature/src/site/
    directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml   (with props)
    directory/studio/trunk/apacheds-configuration-help/src/site/
    directory/studio/trunk/apacheds-configuration-help/src/site/site.xml   (with props)
    directory/studio/trunk/apacheds-configuration/src/site/
    directory/studio/trunk/apacheds-configuration/src/site/site.xml   (with props)
    directory/studio/trunk/connection-core/src/site/
    directory/studio/trunk/connection-core/src/site/site.xml   (with props)
    directory/studio/trunk/connection-ui/src/site/
    directory/studio/trunk/connection-ui/src/site/site.xml   (with props)
    directory/studio/trunk/jars/src/site/
    directory/studio/trunk/jars/src/site/site.xml   (with props)
    directory/studio/trunk/ldapbrowser-common/src/site/
    directory/studio/trunk/ldapbrowser-common/src/site/site.xml   (with props)
    directory/studio/trunk/ldapbrowser-core/src/site/
    directory/studio/trunk/ldapbrowser-core/src/site/site.xml   (with props)
    directory/studio/trunk/ldapbrowser-feature/src/
    directory/studio/trunk/ldapbrowser-feature/src/site/
    directory/studio/trunk/ldapbrowser-feature/src/site/site.xml   (with props)
    directory/studio/trunk/ldapbrowser-help/src/site/
    directory/studio/trunk/ldapbrowser-help/src/site/site.xml   (with props)
    directory/studio/trunk/ldapbrowser-ui/src/site/
    directory/studio/trunk/ldapbrowser-ui/src/site/site.xml   (with props)
    directory/studio/trunk/ldif-parser/src/site/
    directory/studio/trunk/ldif-parser/src/site/site.xml   (with props)
    directory/studio/trunk/ldifeditor-feature/src/
    directory/studio/trunk/ldifeditor-feature/src/site/
    directory/studio/trunk/ldifeditor-feature/src/site/site.xml   (with props)
    directory/studio/trunk/ldifeditor-help/src/site/
    directory/studio/trunk/ldifeditor-help/src/site/site.xml   (with props)
    directory/studio/trunk/ldifeditor/src/site/
    directory/studio/trunk/ldifeditor/src/site/site.xml   (with props)
    directory/studio/trunk/rcp-feature/src/
    directory/studio/trunk/rcp-feature/src/site/
    directory/studio/trunk/rcp-feature/src/site/site.xml   (with props)
    directory/studio/trunk/rcp-help/src/site/
    directory/studio/trunk/rcp-help/src/site/site.xml   (with props)
    directory/studio/trunk/rcp/src/site/
    directory/studio/trunk/rcp/src/site/site.xml   (with props)
    directory/studio/trunk/schemaeditor-feature/src/
    directory/studio/trunk/schemaeditor-feature/src/site/
    directory/studio/trunk/schemaeditor-feature/src/site/site.xml   (with props)
    directory/studio/trunk/schemaeditor-help/src/site/
    directory/studio/trunk/schemaeditor-help/src/site/site.xml   (with props)
    directory/studio/trunk/schemaeditor/src/site/
    directory/studio/trunk/schemaeditor/src/site/site.xml   (with props)
    directory/studio/trunk/studio-dsml-parser/src/site/
    directory/studio/trunk/studio-dsml-parser/src/site/site.xml   (with props)
    directory/studio/trunk/studio/src/site/
    directory/studio/trunk/studio/src/site/site.xml   (with props)
    directory/studio/trunk/updatesite/src/site/
    directory/studio/trunk/updatesite/src/site/site.xml   (with props)
    directory/studio/trunk/valueeditors/src/site/
    directory/studio/trunk/valueeditors/src/site/site.xml   (with props)

Added: directory/studio/trunk/aciitemeditor/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/aciitemeditor/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/aciitemeditor/src/site/site.xml (added)
+++ directory/studio/trunk/aciitemeditor/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/aciitemeditor/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml (added)
+++ directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/apacheds-configuration-feature/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/apacheds-configuration-help/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration-help/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/apacheds-configuration-help/src/site/site.xml (added)
+++ directory/studio/trunk/apacheds-configuration-help/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/apacheds-configuration-help/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/apacheds-configuration/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-configuration/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/apacheds-configuration/src/site/site.xml (added)
+++ directory/studio/trunk/apacheds-configuration/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/apacheds-configuration/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/connection-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/connection-core/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/connection-core/src/site/site.xml (added)
+++ directory/studio/trunk/connection-core/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/connection-core/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/connection-ui/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/connection-ui/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/connection-ui/src/site/site.xml (added)
+++ directory/studio/trunk/connection-ui/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/connection-ui/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/jars/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/jars/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/jars/src/site/site.xml (added)
+++ directory/studio/trunk/jars/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/jars/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldapbrowser-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-common/src/site/site.xml (added)
+++ directory/studio/trunk/ldapbrowser-common/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldapbrowser-common/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldapbrowser-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-core/src/site/site.xml (added)
+++ directory/studio/trunk/ldapbrowser-core/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldapbrowser-core/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldapbrowser-feature/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-feature/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-feature/src/site/site.xml (added)
+++ directory/studio/trunk/ldapbrowser-feature/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldapbrowser-feature/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldapbrowser-help/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/site/site.xml (added)
+++ directory/studio/trunk/ldapbrowser-help/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldapbrowser-help/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldapbrowser-ui/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-ui/src/site/site.xml (added)
+++ directory/studio/trunk/ldapbrowser-ui/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldapbrowser-ui/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldif-parser/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldif-parser/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldif-parser/src/site/site.xml (added)
+++ directory/studio/trunk/ldif-parser/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

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

Added: directory/studio/trunk/ldifeditor-feature/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor-feature/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldifeditor-feature/src/site/site.xml (added)
+++ directory/studio/trunk/ldifeditor-feature/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldifeditor-feature/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldifeditor-help/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor-help/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldifeditor-help/src/site/site.xml (added)
+++ directory/studio/trunk/ldifeditor-help/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldifeditor-help/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/ldifeditor/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldifeditor/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/ldifeditor/src/site/site.xml (added)
+++ directory/studio/trunk/ldifeditor/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/ldifeditor/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/rcp-feature/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp-feature/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/rcp-feature/src/site/site.xml (added)
+++ directory/studio/trunk/rcp-feature/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/rcp-feature/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/rcp-help/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp-help/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/rcp-help/src/site/site.xml (added)
+++ directory/studio/trunk/rcp-help/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/rcp-help/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/rcp/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/rcp/src/site/site.xml (added)
+++ directory/studio/trunk/rcp/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/rcp/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/schemaeditor-feature/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor-feature/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/schemaeditor-feature/src/site/site.xml (added)
+++ directory/studio/trunk/schemaeditor-feature/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/schemaeditor-feature/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/schemaeditor-help/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor-help/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/schemaeditor-help/src/site/site.xml (added)
+++ directory/studio/trunk/schemaeditor-help/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/schemaeditor-help/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/schemaeditor/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/schemaeditor/src/site/site.xml (added)
+++ directory/studio/trunk/schemaeditor/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/schemaeditor/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/studio-dsml-parser/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/src/site/site.xml (added)
+++ directory/studio/trunk/studio-dsml-parser/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/studio-dsml-parser/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/studio/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/studio/src/site/site.xml (added)
+++ directory/studio/trunk/studio/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

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

Added: directory/studio/trunk/updatesite/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/updatesite/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/updatesite/src/site/site.xml (added)
+++ directory/studio/trunk/updatesite/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/updatesite/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/studio/trunk/valueeditors/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/valueeditors/src/site/site.xml?rev=638084&view=auto
==============================================================================
--- directory/studio/trunk/valueeditors/src/site/site.xml (added)
+++ directory/studio/trunk/valueeditors/src/site/site.xml Mon Mar 17 14:59:49 2008
@@ -0,0 +1,32 @@
+<?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}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Studio" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/studio/trunk/valueeditors/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native