From 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 7 Oct 2014 09:18:11 +0200 Subject: Repackage to org.cristalise --- pom.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d5c6f0b..6bad717 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,16 @@ 4.0.0 - cristal - cristal-kernel - CRISTAL Kernel + org.cristalise + cristalise-kernel + cristalise-kernel 3.0-SNAPSHOT - CRISTAL is a description-driven software platform originally developed to track the construction of - the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages - business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. - Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, - meaning that CRISTAL applications are completely traceable, even in their design. It also supports extensive - versioning of Item description data, giving the system a high level of flexibility. - + Cristal-ise is a description-driven software platform originally developed to track the construction of + the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages + business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. + Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, + meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive + versioning of Item description data, giving the system a high level of flexibility. http://dev.cccs.uwe.ac.uk/docs/${project.artifactId}/${project.version}/ 2000 @@ -171,7 +170,7 @@ src/main/resources - com/c2kernel/utils/resources + org/cristalise/kernel/utils/resources true @@ -248,11 +247,11 @@ common - com.c2kernel + org.cristalise.kernel entity - com.c2kernel + org.cristalise.kernel false -- cgit v1.2.3