Skip to content

Commit 0dc42dc

Browse files
committed
Additional tweaks to separate truffle into a separate module.
* Removed truffle references from core/pom. * Moved over some files added after modularization PR.
1 parent f53957c commit 0dc42dc

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

core/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,6 @@
177177
<version>1.1</version>
178178
<scope>provided</scope>
179179
</dependency>
180-
<dependency>
181-
<groupId>com.headius</groupId>
182-
<artifactId>openjdk-truffle</artifactId>
183-
<version>0.6</version>
184-
</dependency>
185-
<dependency>
186-
<groupId>com.oracle</groupId>
187-
<artifactId>truffle-dsl-processor</artifactId>
188-
<version>0.6</version>
189-
<scope>provided</scope>
190-
</dependency>
191180
<dependency>
192181
<groupId>bsf</groupId>
193182
<artifactId>bsf</artifactId>
@@ -435,7 +424,6 @@
435424
<configuration>
436425
<annotationProcessors>
437426
<annotationProcessor>org.jruby.anno.AnnotationBinder</annotationProcessor>
438-
<annotationProcessor>com.oracle.truffle.dsl.processor.TruffleProcessor</annotationProcessor>
439427
</annotationProcessors>
440428
<generatedSourcesDirectory>target/generated-sources</generatedSourcesDirectory>
441429
<compilerArgs>

core/src/main/java/org/jruby/truffle/nodes/rubinius/EncodingPrimitiveNodes.java renamed to truffle/src/main/java/org/jruby/truffle/nodes/rubinius/EncodingPrimitiveNodes.java

File renamed without changes.

core/src/main/java/org/jruby/truffle/nodes/rubinius/ObjectPrimitiveNodes.java renamed to truffle/src/main/java/org/jruby/truffle/nodes/rubinius/ObjectPrimitiveNodes.java

File renamed without changes.

0 commit comments

Comments
 (0)