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 2011/03/07 21:45:16 UTC

svn commit: r1078937 - in /directory/shared/trunk: asn1/src/ asn1/src/site/ dsml/src/ dsml/src/site/ integ/src/site/ ldap/client/src/ ldap/client/src/site/ ldap/codec/src/ ldap/codec/src/site/ ldap/extras/src/ ldap/extras/src/site/ ldap/net/src/ ldap/n...

Author: felixk
Date: Mon Mar  7 20:45:15 2011
New Revision: 1078937

URL: http://svn.apache.org/viewvc?rev=1078937&view=rev
Log:
Add missing site.xml to drill down all the modules during site generation

Added:
    directory/shared/trunk/asn1/src/
    directory/shared/trunk/asn1/src/site/
    directory/shared/trunk/asn1/src/site/site.xml   (with props)
    directory/shared/trunk/dsml/src/
    directory/shared/trunk/dsml/src/site/
    directory/shared/trunk/dsml/src/site/site.xml   (with props)
    directory/shared/trunk/integ/src/site/
    directory/shared/trunk/integ/src/site/site.xml   (with props)
    directory/shared/trunk/ldap/client/src/
    directory/shared/trunk/ldap/client/src/site/
    directory/shared/trunk/ldap/client/src/site/site.xml   (with props)
    directory/shared/trunk/ldap/codec/src/
    directory/shared/trunk/ldap/codec/src/site/
    directory/shared/trunk/ldap/codec/src/site/site.xml   (with props)
    directory/shared/trunk/ldap/extras/src/
    directory/shared/trunk/ldap/extras/src/site/
    directory/shared/trunk/ldap/extras/src/site/site.xml   (with props)
    directory/shared/trunk/ldap/net/src/
    directory/shared/trunk/ldap/net/src/site/
    directory/shared/trunk/ldap/net/src/site/site.xml   (with props)
    directory/shared/trunk/ldap/src/
    directory/shared/trunk/ldap/src/site/
    directory/shared/trunk/ldap/src/site/site.xml   (with props)

Added: directory/shared/trunk/asn1/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/asn1/src/site/site.xml (added)
+++ directory/shared/trunk/asn1/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/dsml/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/dsml/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/dsml/src/site/site.xml (added)
+++ directory/shared/trunk/dsml/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/integ/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/integ/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/integ/src/site/site.xml (added)
+++ directory/shared/trunk/integ/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -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/integ/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: directory/shared/trunk/ldap/client/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/ldap/client/src/site/site.xml (added)
+++ directory/shared/trunk/ldap/client/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/ldap/codec/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/ldap/codec/src/site/site.xml (added)
+++ directory/shared/trunk/ldap/codec/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/ldap/extras/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/ldap/extras/src/site/site.xml (added)
+++ directory/shared/trunk/ldap/extras/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/ldap/net/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/net/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/ldap/net/src/site/site.xml (added)
+++ directory/shared/trunk/ldap/net/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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

Added: directory/shared/trunk/ldap/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/site/site.xml?rev=1078937&view=auto
==============================================================================
--- directory/shared/trunk/ldap/src/site/site.xml (added)
+++ directory/shared/trunk/ldap/src/site/site.xml Mon Mar  7 20:45:15 2011
@@ -0,0 +1,27 @@
+<?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="modules" />
+    <menu ref="reports" />
+  </body>
+</project>

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

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