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 | |
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')
-rw-r--r-- | org.eclipse.jubula.rc.swing/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swing/.project | 9 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swing/META-INF/MANIFEST.MF | 23 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swing/build.properties | 16 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.swing/pom.xml | 59 |
5 files changed, 57 insertions, 52 deletions
diff --git a/org.eclipse.jubula.rc.swing/.classpath b/org.eclipse.jubula.rc.swing/.classpath index 0e96ed237..973fb7296 100644 --- a/org.eclipse.jubula.rc.swing/.classpath +++ b/org.eclipse.jubula.rc.swing/.classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" output="target/classes" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> - <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.jubula.tools"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="target/classes"/> </classpath> 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> diff --git a/org.eclipse.jubula.rc.swing/META-INF/MANIFEST.MF b/org.eclipse.jubula.rc.swing/META-INF/MANIFEST.MF new file mode 100644 index 000000000..0d8e200f8 --- /dev/null +++ b/org.eclipse.jubula.rc.swing/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Jubula Remote Control - Swing +Bundle-SymbolicName: org.eclipse.jubula.rc.swing +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: Eclipse Jubula +Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Require-Bundle: org.apache.commons.beanutils;bundle-version="[1.7.0,2.0.0)", + org.apache.commons.lang;bundle-version="[2.4.0,3.0.0)", + org.eclipse.jubula.tools;bundle-version="[1.0.0,2.0.0)", + org.eclipse.jubula.communication;bundle-version="[1.0.0,2.0.0)", + org.eclipse.jubula.rc.common;bundle-version="[1.0.0,2.0.0)" +Export-Package: com.bredexsw.guidancer.autserver.swing.implclasses, + org.eclipse.jubula.rc.swing, + org.eclipse.jubula.rc.swing.commands, + org.eclipse.jubula.rc.swing.components, + org.eclipse.jubula.rc.swing.driver, + org.eclipse.jubula.rc.swing.listener, + org.eclipse.jubula.rc.swing.swing, + org.eclipse.jubula.rc.swing.swing.driver, + org.eclipse.jubula.rc.swing.swing.implclasses, + org.eclipse.jubula.rc.swing.swing.interfaces, + org.eclipse.jubula.rc.swing.utils diff --git a/org.eclipse.jubula.rc.swing/build.properties b/org.eclipse.jubula.rc.swing/build.properties new file mode 100644 index 000000000..73507d586 --- /dev/null +++ b/org.eclipse.jubula.rc.swing/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2004, 2011 BREDEX GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################### +bin.includes = about.html,\ + META-INF/,\ + . +jars.compile.order = . +source.. = src/ +output.. = bin/ +javacSource = 1.4 +javacTarget = 1.4 +javacErrors.. = -assertIdentifier diff --git a/org.eclipse.jubula.rc.swing/pom.xml b/org.eclipse.jubula.rc.swing/pom.xml index 5b1eb5134..bfedd32a4 100644 --- a/org.eclipse.jubula.rc.swing/pom.xml +++ b/org.eclipse.jubula.rc.swing/pom.xml @@ -10,54 +10,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.jubula.releng.server</artifactId> - <groupId>org.eclipse.jubula</groupId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>../org.eclipse.jubula.releng.server</relativePath> - </parent> - <groupId>org.eclipse.jubula</groupId> - <artifactId>org.eclipse.jubula.rc.swing</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - <build> - <finalName>org.eclipse.jubula.rc.swing</finalName> - <sourceDirectory>src</sourceDirectory> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.eclipse.jubula.rc.common.orbit</groupId> - <artifactId>org.apache.commons.beanutils</artifactId> - <version>1.7.0.v200902170505</version> - <type>jar</type> - </dependency> - <dependency> - <groupId>org.eclipse.jubula</groupId> - <artifactId>org.eclipse.jubula.rc.common</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.eclipse.jubula</groupId> - <artifactId>org.eclipse.jubula.communication</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.eclipse.jubula</groupId> - <artifactId>org.eclipse.jubula.tools</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> + <parent> + <artifactId>org.eclipse.jubula.releng.client</artifactId> + <groupId>org.eclipse.jubula</groupId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../org.eclipse.jubula.releng.client</relativePath> + </parent> + <groupId>org.eclipse.jubula</groupId> + <artifactId>org.eclipse.jubula.rc.swing</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> </project> |