Skip to content

Commit

Permalink
add processing4-javafx submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Feb 17, 2022
1 parent 89f138b commit 674b3d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "processing4"]
path = processing4
url = https://github.com/processing/processing4.git
[submodule "processing4-javafx"]
path = processing4-javafx
url = https://github.com/processing/processing4-javafx.git
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a mirror of the *core* library from [Processing 4](https://github.com/pr

It is hosted as a *Maven* dependency via [JitPack](https://jitpack.io/#micycle1/processing-core-4) (from this Github repository) so it can be referenced in your own *Maven* project (for when you want to use the Processing library outside of the Processing IDE).

This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing [**4.0 beta 4**](https://github.com/processing/processing4/releases/tag/processing-1279-4.0b4).
This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing [**4.0 beta 6**](https://github.com/processing/processing4/releases/tag/processing-1281-4.0b6).

---

Expand All @@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>processing-core-4</artifactId>
<version>4.0b4</version>
<version>4.0b6b</version>
</dependency>
```

Expand Down
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
</properties>

<build>
<sourceDirectory>processing4\core\src</sourceDirectory>
<resources>
<resource>
<directory>processing4\core\src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<directory>processing4-javafx\src</directory>
</resource>
</resources>

<plugins>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
Expand All @@ -33,7 +32,6 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>

<plugin> <!-- Create sources.jar -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -64,7 +62,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down
1 change: 1 addition & 0 deletions processing4-javafx
Submodule processing4-javafx added at 8f4f71

0 comments on commit 674b3d8

Please sign in to comment.