diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
| commit | 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch) | |
| tree | e3a56cee83865f8c703deb790c15d3e79e871a82 /src/test/resources/searchPropDesc.js | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/test/resources/searchPropDesc.js')
| -rw-r--r-- | src/test/resources/searchPropDesc.js | 6 |
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)); |
