diff options
author | Zeb Ford-Reitz | 2011-10-12 09:29:14 +0000 |
---|---|---|
committer | Zeb Ford-Reitz | 2011-10-12 09:29:14 +0000 |
commit | b264c4234119834d9cb464e6f7ab37551e5f2f06 (patch) | |
tree | fb8b0eaad32d3a0c5a85e4f705f36ddbe8d23800 /org.eclipse.jubula.client.ui.rap/.project | |
parent | 4f489d45434b07ca92ef20f43cd2c5db0ade8824 (diff) | |
download | org.eclipse.jubula.core-b264c4234119834d9cb464e6f7ab37551e5f2f06.tar.gz org.eclipse.jubula.core-b264c4234119834d9cb464e6f7ab37551e5f2f06.tar.xz org.eclipse.jubula.core-b264c4234119834d9cb464e6f7ab37551e5f2f06.zip |
Adds o.e.j.c.ui.rap: RAP-specific implementations for Jubula UI.
Diffstat (limited to 'org.eclipse.jubula.client.ui.rap/.project')
-rw-r--r-- | org.eclipse.jubula.client.ui.rap/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/org.eclipse.jubula.client.ui.rap/.project b/org.eclipse.jubula.client.ui.rap/.project new file mode 100644 index 000000000..88c68eabe --- /dev/null +++ b/org.eclipse.jubula.client.ui.rap/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jubula.client.ui.rap</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> + <buildCommand> + <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> + </natures> +</projectDescription> |