Skip to Content.
Sympa Menu

notify-dpml - r1110 - in trunk/main/planet/http/war: etc src/main/net/dpml/test src/main/net/dpml/test/http

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1110 - in trunk/main/planet/http/war: etc src/main/net/dpml/test src/main/net/dpml/test/http
  • Date: Wed, 15 Feb 2006 06:25:08 +0100

Author: mcconnell
Date: 2006-02-15 06:25:06 +0100 (Wed, 15 Feb 2006)
New Revision: 1110

Added:
trunk/main/planet/http/war/src/main/net/dpml/test/http/
Removed:
trunk/main/planet/http/war/src/main/net/dpml/test/test/
Modified:
trunk/main/planet/http/war/etc/web.xml
trunk/main/planet/http/war/src/main/net/dpml/test/http/DispatchServlet.java
trunk/main/planet/http/war/src/main/net/dpml/test/http/Dump.java
trunk/main/planet/http/war/src/main/net/dpml/test/http/HelloWorld.java
trunk/main/planet/http/war/src/main/net/dpml/test/http/SessionDump.java
trunk/main/planet/http/war/src/main/net/dpml/test/http/TestFilter.java
trunk/main/planet/http/war/src/main/net/dpml/test/http/TestListener.java
Log:
packaging naming

Modified: trunk/main/planet/http/war/etc/web.xml
===================================================================
--- trunk/main/planet/http/war/etc/web.xml 2006-02-15 05:20:56 UTC (rev
1109)
+++ trunk/main/planet/http/war/etc/web.xml 2006-02-15 05:25:06 UTC (rev
1110)
@@ -8,12 +8,12 @@
<display-name>Test WebApp</display-name>

<listener>
- <listener-class>net.dpml.http.test.TestListener</listener-class>
+ <listener-class>net.dpml.test.http.TestListener</listener-class>
</listener>

<filter>
<filter-name>TestFilter</filter-name>
- <filter-class>net.dpml.http.test.TestFilter</filter-class>
+ <filter-class>net.dpml.test.http.TestFilter</filter-class>
</filter>

<filter-mapping>
@@ -25,7 +25,7 @@

<servlet>
<servlet-name>Hello</servlet-name>
- <servlet-class>net.dpml.http.test.HelloWorld</servlet-class>
+ <servlet-class>net.dpml.test.http.HelloWorld</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>

@@ -36,7 +36,7 @@

<servlet>
<servlet-name>Dump</servlet-name>
- <servlet-class>net.dpml.http.test.Dump</servlet-class>
+ <servlet-class>net.dpml.test.http.Dump</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>

@@ -48,7 +48,7 @@

<servlet>
<servlet-name>Session</servlet-name>
- <servlet-class>net.dpml.http.test.SessionDump</servlet-class>
+ <servlet-class>net.dpml.test.http.SessionDump</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>

@@ -59,7 +59,7 @@

<servlet>
<servlet-name>Dispatch</servlet-name>
- <servlet-class>net.dpml.http.test.DispatchServlet</servlet-class>
+ <servlet-class>net.dpml.test.http.DispatchServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>


Copied: trunk/main/planet/http/war/src/main/net/dpml/test/http (from rev
1109, trunk/main/planet/http/war/src/main/net/dpml/test/test)

Modified:
trunk/main/planet/http/war/src/main/net/dpml/test/http/DispatchServlet.java
===================================================================
---
trunk/main/planet/http/war/src/main/net/dpml/test/test/DispatchServlet.java
2006-02-15 05:20:56 UTC (rev 1109)
+++
trunk/main/planet/http/war/src/main/net/dpml/test/http/DispatchServlet.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -1,18 +1,21 @@
-// ========================================================================
-// Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
-// ------------------------------------------------------------------------
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// http://www.apache.org/licenses/LICENSE-2.0
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
+/*
+ * Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
+ * Copyright 2006 Stephen McConnell.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

-package net.dpml.http.test;
+package net.dpml.test.http;

import java.io.IOException;
import java.io.OutputStream;

Modified: trunk/main/planet/http/war/src/main/net/dpml/test/http/Dump.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/test/test/Dump.java
2006-02-15 05:20:56 UTC (rev 1109)
+++ trunk/main/planet/http/war/src/main/net/dpml/test/http/Dump.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -1,18 +1,21 @@
-// ========================================================================
-// Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
-// ------------------------------------------------------------------------
-// Licensed under the Apache License, Version 2.0 (the "License" );
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// http://www.apache.org/licenses/LICENSE-2.0
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
+/*
+ * Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
+ * Copyright 2006 Stephen McConnell.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

-package net.dpml.http.test;
+package net.dpml.test.http;

import java.io.IOException;
import java.io.OutputStream;

Modified:
trunk/main/planet/http/war/src/main/net/dpml/test/http/HelloWorld.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/test/test/HelloWorld.java
2006-02-15 05:20:56 UTC (rev 1109)
+++ trunk/main/planet/http/war/src/main/net/dpml/test/http/HelloWorld.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -1,18 +1,21 @@
-// ========================================================================
-// Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
-// ------------------------------------------------------------------------
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// http://www.apache.org/licenses/LICENSE-2.0
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
+/*
+ * Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
+ * Copyright 2006 Stephen McConnell.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

-package net.dpml.http.test;
+package net.dpml.test.http;

import java.io.IOException;


Modified:
trunk/main/planet/http/war/src/main/net/dpml/test/http/SessionDump.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/test/test/SessionDump.java
2006-02-15 05:20:56 UTC (rev 1109)
+++ trunk/main/planet/http/war/src/main/net/dpml/test/http/SessionDump.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -1,18 +1,21 @@
-// ========================================================================
-// Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
-// ------------------------------------------------------------------------
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// http://www.apache.org/licenses/LICENSE-2.0
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
+/*
+ * Copyright 1996-2005 Mort Bay Consulting Pty. Ltd.
+ * Copyright 2006 Stephen McConnell.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

-package net.dpml.http.test;
+package net.dpml.test.http;

import java.io.IOException;
import java.io.PrintWriter;

Modified:
trunk/main/planet/http/war/src/main/net/dpml/test/http/TestFilter.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/test/test/TestFilter.java
2006-02-15 05:20:56 UTC (rev 1109)
+++ trunk/main/planet/http/war/src/main/net/dpml/test/http/TestFilter.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -15,7 +15,7 @@
* limitations under the License.
*/

-package net.dpml.http.test;
+package net.dpml.test.http;

import java.io.IOException;


Modified:
trunk/main/planet/http/war/src/main/net/dpml/test/http/TestListener.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/test/test/TestListener.java
2006-02-15 05:20:56 UTC (rev 1109)
+++ trunk/main/planet/http/war/src/main/net/dpml/test/http/TestListener.java
2006-02-15 05:25:06 UTC (rev 1110)
@@ -1,19 +1,21 @@
-//========================================================================
-//$Id: TestListener.java,v 1.1 2005/10/26 10:12:55 gregwilkins Exp $
-//Copyright 2004-2005 Mort Bay Consulting Pty. Ltd.
-//------------------------------------------------------------------------
-//Licensed under the Apache License, Version 2.0 (the "License");
-//you may not use this file except in compliance with the License.
-//You may obtain a copy of the License at
-//http://www.apache.org/licenses/LICENSE-2.0
-//Unless required by applicable law or agreed to in writing, software
-//distributed under the License is distributed on an "AS IS" BASIS,
-//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-//See the License for the specific language governing permissions and
-//limitations under the License.
-//========================================================================
+/*
+ * Copyright 2004-2005 Mort Bay Consulting Pty. Ltd.
+ * Copyright 2006 Stephen McConnell.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

-package net.dpml.http.test;
+package net.dpml.test.http;

import javax.servlet.ServletContextAttributeEvent;
import javax.servlet.ServletContextAttributeListener;




  • r1110 - in trunk/main/planet/http/war: etc src/main/net/dpml/test src/main/net/dpml/test/http, mcconnell at BerliOS, 02/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page