Skip to content

Commit

Permalink
[JBOSGI-328] Merge framework vfs30 support with core
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed May 13, 2010
1 parent 8334e98 commit fe8f24a
Show file tree
Hide file tree
Showing 32 changed files with 18 additions and 1,145 deletions.
12 changes: 12 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
<groupId>org.jboss.osgi.deployment</groupId>
<artifactId>jboss-osgi-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.osgi.deployers</groupId>
<artifactId>jboss-osgi-deployers-vfs30</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.osgi.vfs</groupId>
<artifactId>jboss-osgi-vfs30</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
</dependency>

<!-- OSGi Dependencies -->
<dependency>
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<modules>
<module>core</module>
<module>metadata</module>
<module>vfs21</module>
<module>vfs30</module>
<module>bundle</module>
</modules>

Expand Down Expand Up @@ -77,6 +75,7 @@
<version.jboss.osgi.vfs>1.0.0</version.jboss.osgi.vfs>
<version.jboss.osgi.xml.binding>2.0.2.Beta4.SP2-SNAPSHOT</version.jboss.osgi.xml.binding>
<version.jboss.test>1.1.4.GA</version.jboss.test>
<version.jboss.vfs>3.0.0.CR5</version.jboss.vfs>
<version.mockito>1.8.4</version.mockito>
<version.osgi>4.2.0</version.osgi>
</properties>
Expand Down Expand Up @@ -124,6 +123,11 @@
<artifactId>jboss-jmx-mc-int</artifactId>
<version>${version.jboss.kernel}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
<version>${version.jboss.vfs}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-mdr</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions vfs21/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion vfs21/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions vfs21/.project

This file was deleted.

13 changes: 0 additions & 13 deletions vfs21/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

9 changes: 0 additions & 9 deletions vfs21/.settings/org.maven.ide.eclipse.prefs

This file was deleted.

58 changes: 0 additions & 58 deletions vfs21/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fe8f24a

Please sign in to comment.