summaryrefslogtreecommitdiff
path: root/src/test/resources/searchPropDesc.js
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
commit0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch)
treee3a56cee83865f8c703deb790c15d3e79e871a82 /src/test/resources/searchPropDesc.js
parent50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff)
Repackage to org.cristalise
Diffstat (limited to 'src/test/resources/searchPropDesc.js')
-rw-r--r--src/test/resources/searchPropDesc.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/searchPropDesc.js b/src/test/resources/searchPropDesc.js
index bfcc277..11da340 100644
--- a/src/test/resources/searchPropDesc.js
+++ b/src/test/resources/searchPropDesc.js
@@ -18,9 +18,9 @@
*
* http://www.fsf.org/licensing/licenses/lgpl.html
*/
-importClass(com.c2kernel.lookup.DomainPath);
-importClass(com.c2kernel.process.Gateway);
-importClass(com.c2kernel.utils.Logger);
+importClass(org.cristalise.kernel.lookup.DomainPath);
+importClass(org.cristalise.kernel.process.Gateway);
+importClass(org.cristalise.kernel.utils.Logger);
function searchType(factoryname) {
var desc = proxy.getProxy(new DomainPath("/desc/dev/"+factoryname));