You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/06/22 23:06:52 UTC

svn commit: r416497 - /incubator/xap/trunk/src/xap/session/ClientSession.js

Author: jmargaris
Date: Thu Jun 22 16:06:51 2006
New Revision: 416497

URL: http://svn.apache.org/viewvc?rev=416497&view=rev
Log:
changes "tags" to "taghandling" now that directory has changed

Modified:
    incubator/xap/trunk/src/xap/session/ClientSession.js

Modified: incubator/xap/trunk/src/xap/session/ClientSession.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/session/ClientSession.js?rev=416497&r1=416496&r2=416497&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/session/ClientSession.js (original)
+++ incubator/xap/trunk/src/xap/session/ClientSession.js Thu Jun 22 16:06:51 2006
@@ -195,7 +195,7 @@
 	var requestService = this.getRequestService();
 	try{
 		Profiler.start("Parse plugin.xml");
-		var response = requestService.retrieve(this._webappContext + "src/xap/tags/plugin.xml");
+		var response = requestService.retrieve(this._webappContext + "src/xap/taghandling/plugin.xml");
 		this._pluginRegistry.addPluginDescription(response.responseText);
 		Profiler.end("Parse plugin.xml");
 	}