summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/boot/SC/ServerNewEntity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/SC/ServerNewEntity.xml b/src/main/resources/boot/SC/ServerNewEntity.xml
index 484195b..8148d70 100644
--- a/src/main/resources/boot/SC/ServerNewEntity.xml
+++ b/src/main/resources/boot/SC/ServerNewEntity.xml
@@ -25,7 +25,7 @@
<output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
<script language="javascript" name="ServerNewEntity"><![CDATA[
- importClass(Packages.com.c2kernel.utils.Logger);
+ importClass(Packages.org.cristalise.kernel.utils.Logger);
var predef = "";
var schema = String(job.getActPropString("SchemaType"));