diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
| commit | 9bb55a765e89a11cbfa628dc4711e275b70574b9 (patch) | |
| tree | a2156beacf65f2c192b116f8a2faa040868b99e8 /src/main/resources/module.xml | |
| parent | 05758b2129d8dd57d97b4237a7735673047fecbe (diff) | |
Depend on cristal-kernel rather than the other way around.
Include eclipse launchers for server and client.
Fix wrong order of package elements
Diffstat (limited to 'src/main/resources/module.xml')
| -rw-r--r-- | src/main/resources/module.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 9650841..dd4d666 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -3,7 +3,8 @@ <Description>CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory</Description>
<Version>${version}</Version>
</Info>
- <ResourceURL>ac/uk/uwe/cristaldev/resources/</ResourceURL>
+ <ResourceURL>uk/ac/uwe/cristaldev/resources/</ResourceURL>
+ <Config name="Module.debug">true</Config>
<Imports>
<Resource name="NewLocalObjectDef" type="OD">boot/OD/NewLocalObjectDef.xsd</Resource>
<Resource name="NewDevObjectDef" type="OD">boot/OD/NewDevObjectDef.xsd</Resource>
|
