Author: dashorst
Date: Wed Aug 15 08:33:44 2007
New Revision: 566221

URL: http://svn.apache.org/viewvc?view=rev&rev=566221
Log:
WICKET-798 A Few Wicket Projects are Missing site.xml and wicket-site-skin

Added:
    wicket/trunk/jdk-1.4/wicket-ioc/src/site/
    wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml   (with props)
    wicket/trunk/jdk-1.4/wicket-velocity/src/site/
    wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml   (with props)
    wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml   (with props)
    wicket/trunk/jdk-1.5/wicket-jmx/src/site/
    wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml   (with props)
    wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml   (with 
props)
    wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml   (with props)
    wicket/trunk/testing/wicket-threadtest/src/site/
    wicket/trunk/testing/wicket-threadtest/src/site/site.xml   (with props)

Added: wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml Wed Aug 15 08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket IoC">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.4/wicket-ioc/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml Wed Aug 15 08:33:44 
2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket Velocity">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.4/wicket-velocity/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml Wed Aug 15 
08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket Auth Roles">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.5/wicket-auth-roles/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml Wed Aug 15 08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket JMX">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.5/wicket-jmx/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml Wed Aug 
15 08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket Objectsizeof Agent">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml (added)
+++ wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml Wed Aug 15 
08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket Spring Annotations">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/jdk-1.5/wicket-spring-annot/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: wicket/trunk/testing/wicket-threadtest/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/testing/wicket-threadtest/src/site/site.xml?view=auto&rev=566221
==============================================================================
--- wicket/trunk/testing/wicket-threadtest/src/site/site.xml (added)
+++ wicket/trunk/testing/wicket-threadtest/src/site/site.xml Wed Aug 15 
08:33:44 2007
@@ -0,0 +1,24 @@
+<?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.
+-->
+<project name="Wicket Thread Test">
+       <skin>
+               <groupId>org.apache.wicket</groupId>
+               <artifactId>wicket-site-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+       </skin>
+</project>

Propchange: wicket/trunk/testing/wicket-threadtest/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to