1 |
1e2b2c27
|
Tomáš Šimandl
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<!--
|
3 |
|
|
/*
|
4 |
|
|
* openwms.org, the Open Warehouse Management System.
|
5 |
|
|
*
|
6 |
|
|
* This file is part of openwms.org.
|
7 |
|
|
*
|
8 |
|
|
* openwms.org is free software: you can redistribute it and/or modify
|
9 |
|
|
* it under the terms of the GNU Lesser General Public License as
|
10 |
|
|
* published by the Free Software Foundation, either version 3 of the
|
11 |
|
|
* License, or (at your option) any later version.
|
12 |
|
|
*
|
13 |
|
|
* openwms.org is distributed in the hope that it will be useful,
|
14 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16 |
|
|
* GNU Lesser General Public License for more details.
|
17 |
|
|
*
|
18 |
|
|
* You should have received a copy of the GNU Lesser General Public
|
19 |
|
|
* License along with this software. If not, write to the Free
|
20 |
|
|
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
21 |
|
|
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
22 |
|
|
*/
|
23 |
|
|
-->
|
24 |
|
|
<plan name="org.openwms.app.plan" version="2.0.0" scoped="false" atomic="true"
|
25 |
|
|
xmlns="http://www.springsource.org/schema/dm-server/plan"
|
26 |
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
27 |
|
|
xsi:schemaLocation="http://www.springsource.org/schema/dm-server/plan
|
28 |
|
|
http://www.springsource.org/schema/dm-server/plan/springsource-dm-server-plan.xsd">
|
29 |
|
|
<artifact type="configuration" name="org.openwms.core.infrastructure.configuration-0.0.1-SNAPSHOT" version="0"/>
|
30 |
|
|
<artifact type="bundle" name="org.openwms.core.infrastructure.postgres" version="[0.0.1.SNAPSHOT,1.0)"/>
|
31 |
|
|
<artifact type="bundle" name="org.openwms.core.domain" version="[0.0.1.SNAPSHOT,1.0)"/>
|
32 |
|
|
<artifact type="bundle" name="org.openwms.common.domain" version="[0.0.1.SNAPSHOT,1.0)"/>
|
33 |
|
|
<artifact type="bundle" name="org.openwms.tms.domain" version="[0.0.1.SNAPSHOT,1.0)"/>
|
34 |
|
|
<artifact type="bundle" name="org.openwms.core.integration.hibernate" version="[0.0.1.SNAPSHOT,1.0)"/>
|
35 |
|
|
<artifact type="bundle" name="org.openwms.core.integration" version="[0.0.1.SNAPSHOT,1.0)"/>
|
36 |
|
|
<artifact type="bundle" name="org.openwms.core.integration.jpa" version="[0.0.1.SNAPSHOT,1.0)"/>
|
37 |
|
|
<artifact type="bundle" name="org.openwms.core.service.api" version="[0.0.1.SNAPSHOT,1.0)"/>
|
38 |
|
|
<artifact type="bundle" name="org.openwms.core.service.spring" version="[0.0.1.SNAPSHOT,1.0)"/>
|
39 |
|
|
<artifact type="bundle" name="org.openwms.common.integration" version="[0.0.1.SNAPSHOT,1.0)"/>
|
40 |
|
|
<artifact type="bundle" name="org.openwms.common.integration.jpa" version="[0.0.1.SNAPSHOT,1.0)"/>
|
41 |
|
|
<artifact type="bundle" name="org.openwms.common.service.api" version="[0.0.1.SNAPSHOT,1.0)"/>
|
42 |
|
|
<artifact type="bundle" name="org.openwms.common.service.spring" version="[0.0.1.SNAPSHOT,1.0)"/>
|
43 |
|
|
<artifact type="bundle" name="org.openwms.tms.integration" version="[0.0.1.SNAPSHOT,1.0)"/>
|
44 |
|
|
<artifact type="bundle" name="org.openwms.tms.integration.jpa" version="[0.0.1.SNAPSHOT,1.0)"/>
|
45 |
|
|
<artifact type="bundle" name="org.openwms.tms.service.api" version="[0.0.1.SNAPSHOT,1.0)"/>
|
46 |
|
|
<artifact type="bundle" name="org.openwms.tms.service.spring" version="[0.0.1.SNAPSHOT,1.0)"/>
|
47 |
|
|
</plan>
|