Ah, ok! No, I didn't touch it, but here it is (attached).
Cheers, Dave -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alin Dreghiciu Sent: 25 September 2007 20:45 To: General OPS4J Subject: Re: Lotsa questions bout pax-runner No, I was talking about the pax-runner-platform-felix directory from the source code. Alin On 9/25/07, David Leangen <[EMAIL PROTECTED]> wrote: Hmmm... that file doesn't seem to exist. You're talking about the "runner" dir that is created in the current working directory when pax runner runs, right? On Tue, 2007-09-25 at 06:19 +0200, Alin Dreghiciu wrote: > No. Could you send it to me? May be that something is wrong in there. > Alin > > On 9/25/07, David Leangen <[EMAIL PROTECTED]> wrote: > > > > I mean > > > runner/pax-runner-platform -felix/src/main/resources/META-INF/platfo rm-felix/definition -1.0.0.xml. > > Oh, sorry. > > Nope, didn't touch that. Do I need to? > > > > > > ______________________________ _________________ > general mailing list > general@lists.ops4j.org > http://lists.ops4j.org/mailman /listinfo/general > > > _______________________________________________ > general mailing list > general@lists.ops4j.org > http://lists.ops4j.org/mailman/listinfo/general _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general
<platform> <name>Felix</name> <system>mvn:org.apache.felix/org.apache.felix.main/1.0.0</system> <packages>org.osgi.framework; version=1.3.0, org.osgi.service.packageadmin; version=1.2.0, org.osgi.service.startlevel; version=1.0.0, org.osgi.service.url; version=1.0.0, org.osgi.util.tracker; version=1.3.2 </packages> <profile name="minimal" default="true"> <bundle> <name>org.osgi.compendium</name> <url>wrap:mvn:org.osgi/osgi_R4_compendium/1.0,classpath:META-INF/platform/org.osgi.compendium.1.0.bnd</url> </bundle> </profile> <profile name="tui" extends="minimal"> <bundle> <name>org.apache.felix.shell</name> <url>mvn:org.apache.felix/org.apache.felix.shell/1.0.0</url> </bundle> <bundle> <name>org.apache.felix.shell.tui.plugin</name> <url>mvn:org.apache.felix/org.apache.felix.shell.tui/1.0.0</url> </bundle> </profile> <profile name="gui" extends="obr"> <bundle> <name>org.apache.felix.shell</name> <url>mvn:org.apache.felix/org.apache.felix.shell/1.0.0</url> </bundle> <bundle> <name>org.apache.felix.shell.gui</name> <url>mvn:http://cvs.apache.org/maven-snapshot-repository!org.apache.felix/org.apache.felix.shell.gui/0.9.0-incubator-SNAPSHOT</url> </bundle> <bundle> <name>org.apache.felix.shell.gui.plugin</name> <url>mvn:http://cvs.apache.org/maven-snapshot-repository!org.apache.felix/org.apache.felix.shell.gui.plugin/0.9.0-incubator-SNAPSHOT</url> </bundle> </profile> <profile name="obr" extends="minimal"> <bundle> <name>org.apache.felix.bundlerepository</name> <url>mvn:org.apache.felix/org.apache.felix.bundlerepository/1.0.0</url> </bundle> </profile> <profile name="config" extends="minimal"> <bundle> <name>org.apache.felix.configadmin</name> <url>mvn:http://cvs.apache.org/maven-snapshot-repository!org.apache.felix/org.apache.felix.configadmin/0.9.0-SNAPSHOT</url> </bundle> </profile> <profile name="log" extends="minimal"> <bundle> <name>org.ops4j.pax.logging.api</name> <url>mvn:org.ops4j.pax.logging/api/0.9.4</url> </bundle> <bundle> <name>org.ops4j.pax.logging.service</name> <url>mvn:org.ops4j.pax.logging/service/0.9.4</url> </bundle> <bundle> <name>org.ops4j.pax.logging.jcl</name> <url>mvn:org.ops4j.pax.logging/jcl/0.9.4</url> </bundle> <bundle> <name>org.ops4j.pax.logging.slf4j</name> <url>mvn:org.ops4j.pax.logging/slf4j/0.9.4</url> </bundle> </profile> <profile name="web" extends="log"> <bundle> <name>org.ops4j.pax.web</name> <url>mvn:org.ops4j.pax.web.bundles/service/0.2.0</url> </bundle> </profile> </platform>
_______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general