Omaha #3133 remove dead plugin
Change-Id: I0558c70b2c3c84ba3ed4f4c966bfd8dbd3c0369c Former-commit-id:65a42a5689
[formerly1c2b5a5c4e
] [formerly65a42a5689
[formerly1c2b5a5c4e
] [formerly6ba15e68b2
[formerly 22bcc1db6482f662d79be82e585912ce8c451d7e]]] Former-commit-id:6ba15e68b2
Former-commit-id:92adc389fc
[formerly14d9616890
] Former-commit-id:f0833bdb17
This commit is contained in:
parent
b54b30e037
commit
1d76825805
7 changed files with 0 additions and 65 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue