[jboss-cvs] JBossAS SVN: r101759 - in projects/jboss-osgi/projects: vfs and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 3 03:11:31 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-03-03 03:11:30 -0500 (Wed, 03 Mar 2010)
New Revision: 101759

Added:
   projects/jboss-osgi/projects/vfs/
   projects/jboss-osgi/projects/vfs/trunk/
   projects/jboss-osgi/projects/vfs/trunk/api/
   projects/jboss-osgi/projects/vfs/trunk/api/pom.xml
   projects/jboss-osgi/projects/vfs/trunk/pom.xml
   projects/jboss-osgi/projects/vfs/trunk/vfs21/
   projects/jboss-osgi/projects/vfs/trunk/vfs30/
Log:
Add jboss-osgi-vfs

Copied: projects/jboss-osgi/projects/vfs/trunk/api/pom.xml (from rev 101598, projects/jboss-osgi/projects/bundles/jmx/trunk/jmx-api/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/vfs/trunk/api/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/vfs/trunk/api/pom.xml	2010-03-03 08:11:30 UTC (rev 101759)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <name>JBossOSGi - VFS API</name>
+  <description>The JBossOSGi VFS Abstration</description>
+  
+  <groupId>org.jboss.osgi.vfs</groupId>
+  <artifactId>jboss-osgi-vfs</artifactId>
+  <packaging>jar</packaging>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.vfs</groupId>
+    <artifactId>jboss-osgi-vfs-parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
+</project>

Copied: projects/jboss-osgi/projects/vfs/trunk/pom.xml (from rev 101598, projects/jboss-osgi/projects/bundles/jmx/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/vfs/trunk/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/vfs/trunk/pom.xml	2010-03-03 08:11:30 UTC (rev 101759)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <name>JBossOSGi - VFS</name>
+  <description>The JBossOSGi VFS Abstration</description>
+  
+  <groupId>org.jboss.osgi.vfs</groupId>
+  <artifactId>jboss-osgi-vfs-parent</artifactId>
+  <packaging>pom</packaging>
+  
+  <version>1.0.0-SNAPSHOT</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.5-SNAPSHOT</version>
+  </parent>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/vfs/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/vfs/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
+  </scm>
+  
+  <modules>
+    <module>api</module>
+    <module>vfs21</module>
+    <module>vfs30</module>
+  </modules>
+  
+</project>




More information about the jboss-cvs-commits mailing list