X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=examples%2Forg.argeo.slc.example01%2Fpom.xml;h=2bbd3e32f9d677732b7c10174e827424fd7cb37f;hb=61dd39a53c7635693b520e7e26583a5bde50430e;hp=29b064fbe1f43a4b9da0e3287083359924852825;hpb=50ef8731db88230c4828e57ab1a977c9d6ccd005;p=gpl%2Fargeo-slc.git diff --git a/examples/org.argeo.slc.example01/pom.xml b/examples/org.argeo.slc.example01/pom.xml index 29b064fbe..2bbd3e32f 100644 --- a/examples/org.argeo.slc.example01/pom.xml +++ b/examples/org.argeo.slc.example01/pom.xml @@ -4,12 +4,12 @@ org.argeo.slc argeo-slc - 0.11.2-SNAPSHOT + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.examples org.argeo.slc.example01 - Argeo SLC Demo Example 01 + Argeo SLC Example 01 jar An Example SLC application @@ -47,7 +47,7 @@ slc.rootDir - ${basedir}/src/main/slc/root + ${basedir}/src/slc/root @@ -55,40 +55,109 @@ org.apache.felix maven-bundle-plugin + ${version.maven-bundle-plugin} org.argeo.slc.example.* - *,org.argeo.slc.core.test.spring,org.springframework.oxm.castor,org.argeo.slc.msg.test.tree,org.apache.tools.ant,org.apache.tools.ant.taskdefs,org.apache.tools.ant.types - org.argeo.slc.example.Activator - org.argeo.slc.core,org.argeo.slc.agent + *, + org.argeo.slc.core.test.spring, + org.argeo.slc.xml.test.tree, + org.argeo.slc.castor.spring, + org.argeo.slc.castor.msg, + org.argeo.slc.castor.process, + org.argeo.slc.castor.structure, + org.argeo.slc.castor.test, + org.springframework.oxm.castor, + org.argeo.slc.core.test.tree, + org.argeo.slc.msg.test.tree, + org.apache.tools.ant, + org.apache.tools.ant.taskdefs, + org.apache.tools.ant.types + + + + org.codehaus.mojo + exec-maven-plugin + 1.1-beta-1 + + org.argeo.slc.cli.SlcMain + + + slc.runtime + ws + + + slc.rootFile + file:${basedir}/src/slc/root/slcRoot.properties + + + + --mode + agent + + + org.argeo.slc.runtime org.argeo.slc.support.simple - ${project.version} org.argeo.slc.runtime org.argeo.slc.support.ant - ${project.version} org.argeo.slc.runtime org.argeo.slc.support.castor - ${project.version} + + org.argeo.slc.runtime + org.argeo.slc.support.ws.client + + + org.argeo.slc.runtime + org.argeo.slc.launcher + provided + + + javax.activation + com.springsource.javax.activation + 1.1.1 + testing + + + org.argeo.slc.runtime org.argeo.slc.launcher - ${project.version} - test + testing + + + org.argeo.slc.runtime + org.argeo.slc.support.activemq + testing + + + org.argeo.slc.runtime + org.argeo.slc.support.ant + testing + + + org.argeo.slc.runtime + org.argeo.slc.support.castor + testing + - \ No newline at end of file +