diff options
author | Zeb Ford-Reitz | 2011-06-24 12:55:03 +0000 |
---|---|---|
committer | Zeb Ford-Reitz | 2011-06-24 13:36:34 +0000 |
commit | 1a092a1aee25f4c1d7029bcf84fb371aedb06649 (patch) | |
tree | 4588198096b405fedce7cb03be53e5b6ab7b3ee7 /org.eclipse.jubula.rc.swing/.project | |
parent | 9f704c8ef7758b876bbeef46685d85d535b9f609 (diff) | |
download | org.eclipse.jubula.core-1a092a1aee25f4c1d7029bcf84fb371aedb06649.tar.gz org.eclipse.jubula.core-1a092a1aee25f4c1d7029bcf84fb371aedb06649.tar.xz org.eclipse.jubula.core-1a092a1aee25f4c1d7029bcf84fb371aedb06649.zip |
Converts RC components to bundles.
Removes RC projects that were made obsolete after changing RC packaging to bundles.
Removes accidentally added bundle.
Diffstat (limited to 'org.eclipse.jubula.rc.swing/.project')
-rw-r--r-- | org.eclipse.jubula.rc.swing/.project | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/org.eclipse.jubula.rc.swing/.project b/org.eclipse.jubula.rc.swing/.project index 794f0053c..8765f2344 100644 --- a/org.eclipse.jubula.rc.swing/.project +++ b/org.eclipse.jubula.rc.swing/.project @@ -16,14 +16,19 @@ </arguments> </buildCommand> <buildCommand> - <name>org.maven.ide.eclipse.maven2Builder</name> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> - <nature>org.maven.ide.eclipse.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> + <nature>org.eclipse.pde.PluginNature</nature> </natures> </projectDescription> |