Merge "Omaha #3133 remove dead plugin" into omaha_14.4.1

Former-commit-id: c81ee641c5e84cd1c85f31210250ca19d3674d6a
This commit is contained in:
Nate Jensen 2014-06-23 14:24:14 -05:00 committed by Gerrit Code Review
commit 988e2877e1
7 changed files with 0 additions and 65 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.raytheon.edex.msgutility</name>
<comment></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.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View file

@ -1,9 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Msgutility Plug-in
Bundle-SymbolicName: com.raytheon.edex.msgutility
Bundle-Version: 1.12.1174.qualifier
Bundle-Vendor: RAYTHEON
Require-Bundle: com.raytheon.edex.common,
com.raytheon.uf.common.localization
Eclipse-RegisterBuddy: com.raytheon.edex.common

View file

@ -1,11 +0,0 @@
com.raytheon.edex.msg.utility.GetUtilityCommand
com.raytheon.edex.msg.utility.GetUtilityResponse
com.raytheon.edex.msg.utility.ListUtilityCommand
com.raytheon.edex.msg.utility.ListUtilityResponse
com.raytheon.edex.msg.utility.ListResponseEntry
com.raytheon.edex.msg.utility.UtilityRequestMessage
com.raytheon.edex.msg.utility.UtilityResponseMessage
com.raytheon.edex.msg.utility.PutUtilityCommand
com.raytheon.edex.msg.utility.PutUtilityResponse
com.raytheon.edex.msg.utility.DeleteUtilityCommand
com.raytheon.edex.msg.utility.DeleteUtilityResponse

View file

@ -1,4 +0,0 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.

View file

@ -1,7 +0,0 @@
<project basedir="." default="deploy" name="com.raytheon.edex.msgutility">
<available file="../build.edex" property="build.dir.location" value="../build.edex"/>
<available file="../../../../build.edex" property="build.dir.location" value="../../../../build.edex"/>
<import file="${build.dir.location}/basebuilds/component_deploy_base.xml" />
</project>