Omaha #3133 remove dead plugin

Change-Id: I0558c70b2c3c84ba3ed4f4c966bfd8dbd3c0369c

Former-commit-id: 3e247c3d3c [formerly 65a42a5689] [formerly 1c2b5a5c4e] [formerly 6ba15e68b2 [formerly 1c2b5a5c4e [formerly 22bcc1db6482f662d79be82e585912ce8c451d7e]]]
Former-commit-id: 6ba15e68b2
Former-commit-id: f7e2e9807a725e0371afc505ebf423c9f3886561 [formerly 14d9616890]
Former-commit-id: 92adc389fc
This commit is contained in:
Nate Jensen 2014-06-23 14:09:20 -05:00
parent 2379acd8af
commit b4bcc4355f
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>