Skip to content

Commit

Permalink
Merge pull request #47 from mickaelistria/issue-19
Browse files Browse the repository at this point in the history
Issue #19: Use Joni and JCodings from Orbit
  • Loading branch information
angelozerr authored Mar 9, 2017
2 parents 3b03721 + 59fce7e commit ee1c8e7
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 137 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.tm4e.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Bundle-Version: 0.1.0.qualifier
Require-Bundle: org.apache.batik.css;bundle-version="1.7.0";resolution:=optional,
org.apache.batik.util;bundle-version="1.7.0";resolution:=optional,
com.google.gson;resolution:=optional,
org.eclipse.core.runtime
org.eclipse.core.runtime,
org.jcodings;bundle-version="1.0.18",
org.joni;bundle-version="2.1.11",
org.junit;bundle-version="4.11.0"
Import-Package: org.w3c.css.sac;resolution:=optional,
org.w3c.css.sac.helpers;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand All @@ -20,7 +23,4 @@ Export-Package: org.eclipse.tm4e.core,
org.eclipse.tm4e.core.registry,
org.eclipse.tm4e.core.theme,
org.eclipse.tm4e.core.theme.css
Bundle-ClassPath: lib/jcodings-1.0.13.jar,
lib/joni-2.1.11.jar,
.
Bundle-ActivationPolicy: lazy
2 changes: 0 additions & 2 deletions org.eclipse.tm4e.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ source.. = src/main/java/,\
bin.includes = META-INF/,\
.,\
plugin.properties,\
lib/jcodings-1.0.13.jar,\
lib/joni-2.1.11.jar,\
schema/,\
plugin.xml
Binary file removed org.eclipse.tm4e.core/lib/jcodings-1.0.13.jar
Binary file not shown.
Binary file removed org.eclipse.tm4e.core/lib/joni-2.1.11.jar
Binary file not shown.
17 changes: 17 additions & 0 deletions org.eclipse.tm4e.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,21 @@
<artifactId>org.eclipse.tm4e</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>

<!-- Repeat dependencies as Mvn artifacts to org.eclipse.tm4e.core
can be consumed as a Java lib with Mvn (without OSGi not p2).
Tycho's pomDependencies must NOT be set to "consider" -->
<dependencies>
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,6 @@

</plugins>
</build>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.jruby.joni/joni -->
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
<repository>
Expand All @@ -203,7 +189,7 @@
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/</url>
<url>http://download.eclipse.org/tools/orbit/S-builds/S20170306214312/repository</url>
</repository>
<repository>
<id>license-feature</id>
Expand Down
18 changes: 0 additions & 18 deletions thirdparties/joni-osgi/.classpath

This file was deleted.

2 changes: 0 additions & 2 deletions thirdparties/joni-osgi/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions thirdparties/joni-osgi/.project

This file was deleted.

5 changes: 0 additions & 5 deletions thirdparties/joni-osgi/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions thirdparties/joni-osgi/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

30 changes: 0 additions & 30 deletions thirdparties/joni-osgi/META-INF/MANIFEST.MF

This file was deleted.

7 changes: 0 additions & 7 deletions thirdparties/joni-osgi/build.properties

This file was deleted.

Binary file removed thirdparties/joni-osgi/jcodings-1.0.13.jar
Binary file not shown.
Binary file removed thirdparties/joni-osgi/joni-2.1.11.jar
Binary file not shown.
16 changes: 0 additions & 16 deletions thirdparties/joni-osgi/pom.xml

This file was deleted.

Empty file.

0 comments on commit ee1c8e7

Please sign in to comment.