Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 6cd580c

Browse files
committed
version stuff
1 parent 19d3c40 commit 6cd580c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ core.library.location=/home/quarkninja/Workspaces/processing-workspace/processin
44
app.library.location=/home/quarkninja/Workspaces/processing-workspace/processing/app/
55
java.target.version=1.6
66
lib.name=ExperimentalMode
7-
dist=dist
7+
dist=dist
8+
release=2
9+
prettyVersion=1.1

build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@
8585
<fileset dir="theme" />
8686
</copy>
8787

88+
<copy todir="${bundle}">
89+
<fileset file="mode.properties" />
90+
</copy>
91+
<replaceregexp file="${bundle}/mode.properties" flags="g" match="@@version@@" replace="${release}" />
92+
<replaceregexp file="${bundle}/mode.properties" flags="g" match="@@pretty-version@@" replace="${prettyVersion}" />
93+
8894
</target>
8995

9096
<target name="full_install" depends="package" description="Full install to sketchbook">

0 commit comments

Comments
 (0)