We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001fb7c commit b97d531Copy full SHA for b97d531
pom.xml
@@ -28,8 +28,8 @@
28
29
<licenses>
30
<license>
31
- <name>'GPLv3'</name>
32
- <url>http://www.opensource.org/licenses/gplv3.php</url>
+ <name>LGPL 3</name>
+ <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
33
</license>
34
</licenses>
35
@@ -62,7 +62,7 @@
62
<!-- for Mac developers, non Archlinux and Windows can probably figure it out
63
<processing.home>/Applications/Processing.app/Contents/Java</processing.home>
64
-->
65
- <processing.home>${user.home}/processing-3.0.1</processing.home>
+ <processing.home>/usr/share/processing</processing.home>
66
</properties>
67
<build>
68
<sourceDirectory>src</sourceDirectory>
0 commit comments