You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/08/18 16:08:24 UTC

svn commit: r686763 - /cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml

Author: reinhard
Date: Mon Aug 18 07:08:23 2008
New Revision: 686763

URL: http://svn.apache.org/viewvc?rev=686763&view=rev
Log:
remove @version from XML file

Modified:
    cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml

Modified: cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml?rev=686763&r1=686762&r2=686763&view=diff
==============================================================================
--- cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml (original)
+++ cocoon/whiteboard/corona/trunk/corona-sample-webapp/src/main/webapp/WEB-INF/applicationContext.xml Mon Aug 18 07:08:23 2008
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- @version $Id$ -->
+<!-- $Id$ -->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:util="http://www.springframework.org/schema/util"