Skip to content

Commit 8768a96

Browse files
committed
Hopefully fixed the build.xml for the last time. processing/processing-library-template#31
1 parent 15e0c1d commit 8768a96

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

resources/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ source.repository=https://github.com/zedseven/Green.git
132132
# This is used to compare different versions of the same Library, and check if
133133
# an update is available.
134134

135-
library.version=7
135+
library.version=8
136136

137137

138138
# The version as the user will see it.
139139

140-
library.prettyVersion=1.1.1
140+
library.prettyVersion=1.1.2
141141

142142

143143
# The min and max revision of Processing compatible with your Library.

resources/build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@
181181
<fileset dir="${project.src}"/>
182182
</copy>
183183
<copy todir="${project.tmp}/${project.name}/${folder}">
184-
<fileset dir="${project.lib}" excludes="README" />
184+
<fileset dir="${project.lib}">
185+
<exclude name="README"/>
186+
<exclude name="**/core.jar"/>
187+
</fileset>
185188
</copy>
186189
</target>
187190

0 commit comments

Comments
 (0)