Skip to content

Commit

Permalink
Add .project and .classpath files. Update pom file for build.
Browse files Browse the repository at this point in the history
Use the target platform instead of uploaded jars

Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
  • Loading branch information
opcoach committed May 5, 2020
1 parent e7da037 commit ceaf7ee
Show file tree
Hide file tree
Showing 33 changed files with 1,128 additions and 1,546 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
# ignored files and folders
build/
results/
bin/
screenshots/
target/
EclipseLibrary.log
13 changes: 13 additions & 0 deletions org.lcx.robotframework.eclipselibrary/.classpath
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="gensrc"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions org.lcx.robotframework.eclipselibrary/.project
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.lcx.robotframework.eclipselibrary</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.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions org.lcx.robotframework.eclipselibrary/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipselibrary
Bundle-SymbolicName: org.lcx.robotframework.eclipselibrary
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: lib-ext/javalib-core-0.8.1-jar-with-dependencies.jar,
.
3 changes: 2 additions & 1 deletion org.lcx.robotframework.eclipselibrary/build.properties
Expand Up @@ -2,4 +2,5 @@ source.. = src/,\
gensrc/,\
testsrc/
output.. = bin/
bin.includes = .
bin.includes = .,\
lib-ext/javalib-core-0.8.1-jar-with-dependencies.jar

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ceaf7ee

Please sign in to comment.