Skip to content

Commit

Permalink
Merge pull request #61 from adrbessy/create-add-jar-toClassPath
Browse files Browse the repository at this point in the history
Create add jar to class path
  • Loading branch information
ebocher committed Jan 25, 2022
2 parents f146bf1 + a411c6f commit a1ef3c5
Show file tree
Hide file tree
Showing 46 changed files with 1,361 additions and 237 deletions.
23 changes: 13 additions & 10 deletions p2/category.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="Orbisgis Eclipse repository" url="https://devs.orbisgis.org/eclipse-repo">
DBeaver Update Site
</description>
<feature url="features/groovyeditor_1.0.0.qualifier.jar" id="groovyeditor" version="1.0.0.qualifier">
<category name="org.orbisgis.rcp"/>
</feature>
<feature url="features/h2gis_1.0.0.qualifier.jar" id="h2gis" version="1.0.0.qualifier">
<category name="org.orbisgis.rcp"/>
</feature>
<category-def name="org.orbisgis.rcp" label="OrbisGIS"/>
<description name="Orbisgis Eclipse repository"
url="https://devs.orbisgis.org/eclipse-repo">
DBeaver Update Site
</description>
<feature url="features/groovyeditor_1.0.0.qualifier.jar"
id="groovyeditor" version="1.0.0.qualifier">
<category name="org.orbisgis.rcp" />
</feature>
<feature url="features/h2gis_1.0.0.qualifier.jar" id="h2gis"
version="1.0.0.qualifier">
<category name="org.orbisgis.rcp" />
</feature>
<category-def name="org.orbisgis.rcp" label="OrbisGIS" />
</site>
9 changes: 5 additions & 4 deletions p2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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">
<project
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>
<groupId>org.orbisgis.rcp</groupId>
Expand All @@ -13,6 +14,6 @@
<artifactId>p2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<name>OrbisGIS Repository</name>
<name>OrbisGIS Repository</name>

</project>
Loading

0 comments on commit a1ef3c5

Please sign in to comment.