You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/23 04:48:01 UTC

svn commit: r1222558 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_196_MvcSupportTest/NPanday11480/ NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/ NPANDAY_465_AspxDisablePrecompilationTest/ NPANDAY_96_Glob...

Author: brett
Date: Fri Dec 23 04:48:00 2011
New Revision: 1222558

URL: http://svn.apache.org/viewvc?rev=1222558&view=rev
Log:
try to fix comment block

Modified:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/Global.asax
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_465_AspxDisablePrecompilationTest/Global.asax
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_96_GlobalAsaxPrecompiledTest/Global.asax

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax?rev=1222558&r1=1222557&r2=1222558&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax Fri Dec 23 04:48:00 2011
@@ -1,4 +1,4 @@
-<!--
+<%--
   ~ 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
@@ -15,5 +15,5 @@
   ~ KIND, either express or implied.  See the License for the
   ~ specific language governing permissions and limitations
   ~ under the License.
-  -->
+  --%>
 <%@ Application Codebehind="Global.asax.cs" Inherits="NPanday11480.MvcApplication" Language="C#" %>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/Global.asax
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/Global.asax?rev=1222558&r1=1222557&r2=1222558&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/Global.asax (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/Global.asax Fri Dec 23 04:48:00 2011
@@ -1,4 +1,4 @@
-<!--
+<%--
   ~ 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
@@ -15,5 +15,5 @@
   ~ KIND, either express or implied.  See the License for the
   ~ specific language governing permissions and limitations
   ~ under the License.
-  -->
+  --%>
 <%@ Application Codebehind="Global.asax.cs" Inherits="NPanday330MVC2010ProjectTest.MvcApplication" Language="C#" %>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_465_AspxDisablePrecompilationTest/Global.asax
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_465_AspxDisablePrecompilationTest/Global.asax?rev=1222558&r1=1222557&r2=1222558&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_465_AspxDisablePrecompilationTest/Global.asax (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_465_AspxDisablePrecompilationTest/Global.asax Fri Dec 23 04:48:00 2011
@@ -1,4 +1,4 @@
-<!--
+<%--
   ~ 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
@@ -15,6 +15,6 @@
   ~ KIND, either express or implied.  See the License for the
   ~ specific language governing permissions and limitations
   ~ under the License.
-  -->
+  --%>
 
 <%@ Application Codebehind="Global.asax.cs" Inherits="TestGlobal.Global" Language="C#" %>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_96_GlobalAsaxPrecompiledTest/Global.asax
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_96_GlobalAsaxPrecompiledTest/Global.asax?rev=1222558&r1=1222557&r2=1222558&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_96_GlobalAsaxPrecompiledTest/Global.asax (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_96_GlobalAsaxPrecompiledTest/Global.asax Fri Dec 23 04:48:00 2011
@@ -1,4 +1,4 @@
-<!--
+<%--
   ~ 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