Just a quick FYI: the maven-osgi-bundle plugin is considered deprecated and a number of OPS4J projects are in the process of being moved over to the supported maven-bundle-plugin, which uses BND under the covers.
( for an example see the recent pax-logging changes... ) On 10/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: [EMAIL PROTECTED] > Date: Thu May 10 04:52:13 2007 > New Revision: 6360 > > Log: > Fixed stuff that was messed up by the pax-osgi-maven plugin. > > > Modified: > laboratory/users/engin/junit/service/.classpath > laboratory/users/engin/junit/service/.project > > Modified: laboratory/users/engin/junit/service/.classpath > ============================================================================== > --- laboratory/users/engin/junit/service/.classpath (original) > +++ laboratory/users/engin/junit/service/.classpath Thu May 10 04:52:13 > 2007 > @@ -1,11 +1,12 @@ > +<?xml version="1.0" encoding="UTF-8"?> > <classpath> > - <classpathentry kind="src" path="src/main/java"/> > - <classpathentry kind="src" path="src/main/resources" > excluding="**/*.java"/> > - <classpathentry kind="output" path="target/classes"/> > - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > - <classpathentry kind="var" > path="M2_REPO/org/osgi/osgi_R4_compendium/1.0/osgi_R4_compendium-1.0.jar"/> > - <classpathentry kind="var" > path="M2_REPO/org/ops4j/pax/logging/log4j/0.9.4/log4j-0.9.4.jar"/> > - <classpathentry kind="var" > path="M2_REPO/org/osgi/osgi_R4_core/1.0/osgi_R4_core-1.0.jar"/> > - <classpathentry kind="var" > path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> > - <classpathentry kind="var" > path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/> > -</classpath> > \ No newline at end of file > + <classpathentry excluding="**/.svn|**/.svn/*|.svn" kind="src" > path="src/main/java"/> > + <classpathentry excluding="**/*.java|**/.svn|**/.svn/*|.svn" > kind="src" path="src/main/resources"/> > + <classpathentry kind="con" > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > + <classpathentry kind="var" > path="M2_REPO/org/osgi/osgi_R4_compendium/1.0/osgi_R4_compendium-1.0.jar"/> > + <classpathentry kind="var" > path="M2_REPO/org/ops4j/pax/logging/log4j/0.9.4/log4j-0.9.4.jar"/> > + <classpathentry kind="var" > path="M2_REPO/org/osgi/osgi_R4_core/1.0/osgi_R4_core-1.0.jar"/> > + <classpathentry kind="var" > path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> > + <classpathentry kind="var" > path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/> > + <classpathentry kind="output" path="target/classes"/> > +</classpath> > > Modified: laboratory/users/engin/junit/service/.project > ============================================================================== > --- laboratory/users/engin/junit/service/.project (original) > +++ laboratory/users/engin/junit/service/.project Thu May 10 04:52:13 > 2007 > @@ -1,20 +1,28 @@ > +<?xml version="1.0" encoding="UTF-8"?> > <projectDescription> > - <name>service</name> > - <comment>Pax JUnit Service is an OSGi extension of JUnit, allowing for > testing from within an OSGI container through dynamic loading and unloading > of test cases.</comment> > - <projects/> > - <buildSpec> > - <buildCommand> > - <name>org.eclipse.jdt.core.javabuilder</name> > - </buildCommand> > - <buildCommand> > - <name>org.eclipse.pde.ManifestBuilder</name> > - </buildCommand> > - <buildCommand> > - <name>org.eclipse.pde.SchemaBuilder</name> > - </buildCommand> > - </buildSpec> > - <natures> > - <nature>org.eclipse.jdt.core.javanature</nature> > - <nature>org.eclipse.pde.PluginNature</nature> > - </natures> > -</projectDescription> > \ No newline at end of file > + <name>org.ops4j.pax.junit.service</name> > + <comment>Pax JUnit Service is an OSGi extension of JUnit, allowing > for testing from within an OSGI container through dynamic loading and > unloading of test cases.</comment> > + <projects> > + </projects> > + <buildSpec> > + <buildCommand> > + <name>org.eclipse.jdt.core.javabuilder</name> > + <arguments> > + </arguments> > + </buildCommand> > + <buildCommand> > + <name>org.eclipse.pde.ManifestBuilder</name> > + <arguments> > + </arguments> > + </buildCommand> > + <buildCommand> > + <name>org.eclipse.pde.SchemaBuilder</name> > + <arguments> > + </arguments> > + </buildCommand> > + </buildSpec> > + <natures> > + <nature>org.eclipse.jdt.core.javanature</nature> > + <nature>org.eclipse.pde.PluginNature</nature> > + </natures> > +</projectDescription> > > _______________________________________________ > notify mailing list > [EMAIL PROTECTED] > http://lists.ops4j.org/mailman/listinfo/notify > -- Cheers, Stuart _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
