[jboss-cvs] JBossAS SVN: r86586 - projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 1 08:56:24 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-01 08:56:23 -0400 (Wed, 01 Apr 2009)
New Revision: 86586

Added:
   projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework/FrameworkAdaptorImpl.java
Log:
[JBOSGI-36] Add basic Equinox integration

Added: projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework/FrameworkAdaptorImpl.java
===================================================================
--- projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework/FrameworkAdaptorImpl.java	                        (rev 0)
+++ projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework/FrameworkAdaptorImpl.java	2009-04-01 12:56:23 UTC (rev 86586)
@@ -0,0 +1,40 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.osgi.equinox.framework;
+
+//$Id$
+
+import org.eclipse.osgi.baseadaptor.BaseAdaptor;
+
+/**
+ * An extension to the Equinox {@link BaseAdaptor}
+ * 
+ * @author thomas.diesler at jboss.com
+ * @since 01-Apr-2009
+ */
+public class FrameworkAdaptorImpl extends BaseAdaptor
+{
+   public FrameworkAdaptorImpl()
+   {
+      super(null);
+   }
+}
\ No newline at end of file


Property changes on: projects/jboss-osgi/trunk/runtime/equinox/src/main/java/org/jboss/osgi/equinox/framework/FrameworkAdaptorImpl.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-cvs-commits mailing list