Skip to content

Commit

Permalink
Merge branch 'feature/module' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Dec 28, 2017
2 parents f3514a9 + 9102cc7 commit 4b53f35
Show file tree
Hide file tree
Showing 10 changed files with 221 additions and 124 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/pom.xml → jdk8/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>java2ts-processor-test</artifactId>
<name>java2ts-processor::test - ${project.version}</name>
<artifactId>java2ts-processor-jdk8</artifactId>
<name>java2ts-processor::jdk8 - ${project.version}</name>

<parent>
<groupId>org.bsc.processor</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
@Java2TS(declare = {
java.lang.Class.class,
//java.lang.Object.class,
java.lang.Iterable.class,
java.lang.CharSequence.class,
java.lang.String.class,
Expand All @@ -20,6 +19,7 @@
java.util.HashMap.class,
java.util.HashSet.class,
java.util.ArrayList.class,
java.util.Optional.class,

java.nio.file.Files.class,
java.nio.file.Path.class,
Expand All @@ -32,6 +32,7 @@
java.util.function.Consumer.class,
java.util.function.Predicate.class


})
package org.test;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</properties>
<modules>
<module>processor</module>
<module>test</module>
<module>jdk8</module>
</modules>
<dependencyManagement>
<dependencies>
Expand Down
Loading

0 comments on commit 4b53f35

Please sign in to comment.