[savara-commits] savara SVN: r100 - trunk/org.pi4soa.monitor.feature.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Dec 5 06:00:08 EST 2009


Author: objectiser
Date: 2009-12-05 06:00:07 -0500 (Sat, 05 Dec 2009)
New Revision: 100

Added:
   trunk/org.pi4soa.monitor.feature/.project
   trunk/org.pi4soa.monitor.feature/build.properties
   trunk/org.pi4soa.monitor.feature/feature.xml
Log:
Temporary inclusion until SAM solution available.

Added: trunk/org.pi4soa.monitor.feature/.project
===================================================================
--- trunk/org.pi4soa.monitor.feature/.project	                        (rev 0)
+++ trunk/org.pi4soa.monitor.feature/.project	2009-12-05 11:00:07 UTC (rev 100)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.pi4soa.monitor.feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Added: trunk/org.pi4soa.monitor.feature/build.properties
===================================================================
--- trunk/org.pi4soa.monitor.feature/build.properties	                        (rev 0)
+++ trunk/org.pi4soa.monitor.feature/build.properties	2009-12-05 11:00:07 UTC (rev 100)
@@ -0,0 +1,4 @@
+bin.includes = feature.xml
+src.includes = feature.xml,\
+               build.properties,\
+               .project

Added: trunk/org.pi4soa.monitor.feature/feature.xml
===================================================================
--- trunk/org.pi4soa.monitor.feature/feature.xml	                        (rev 0)
+++ trunk/org.pi4soa.monitor.feature/feature.xml	2009-12-05 11:00:07 UTC (rev 100)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.pi4soa.monitor.feature"
+      label="pi4soa Monitor"
+      version="3.0.0.qualifier"
+      provider-name="www.pi4soa.org">
+
+   <description>
+      This is the pi4soa monitor feature.
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      Copyright 2005-7 Pi4 Technologies Ltd
+
+Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.
+
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+   </copyright>
+
+   <license url="http://www.apache.org/licenses/LICENSE-2.0.html">
+      The pi4soa tools suite is licensed under the open source Apache License, version 2.0.
+http://www.apache.org/licenses/LICENSE-2.0.html
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.pi4soa.service"/>
+      <import plugin="org.pi4soa.cdl"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.debug.core"/>
+      <import plugin="org.eclipse.jdt.launching"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.jface"/>
+      <import plugin="org.eclipse.jdt.debug.ui"/>
+      <import plugin="org.eclipse.ui.console"/>
+      <import plugin="org.eclipse.debug.ui"/>
+      <import plugin="org.eclipse.jdt.core"/>
+      <import feature="org.pi4soa.feature.core" version="2.1.0.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.pi4soa.monitor"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>



More information about the savara-commits mailing list