Skip to content

Commit 3bdf7be

Browse files
committed
removing experimental mode
1 parent d5f2796 commit 3bdf7be

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

build/build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<subant buildpath="../java/libraries/pdf" target="clean"/>
129129
<subant buildpath="../java/libraries/serial" target="clean"/>
130130
<subant buildpath="../java/libraries/video" target="clean"/>
131-
<subant buildpath="../experimental" target="clean"/>
131+
<!-- <subant buildpath="../experimental" target="clean"/>-->
132132
<subant buildpath="shared/tools/MovieMaker" target="clean"/>
133133
</target>
134134

@@ -140,7 +140,7 @@
140140
<subant buildpath="../java/libraries/pdf" target="build"/>
141141
<subant buildpath="../java/libraries/serial" target="build"/>
142142
<subant buildpath="../java/libraries/video" target="build"/>
143-
<subant buildpath="../experimental" target="build"/>
143+
<!-- <subant buildpath="../experimental" target="build"/>-->
144144
<subant buildpath="shared/tools/MovieMaker" target="build"/>
145145
</target>
146146

@@ -152,12 +152,14 @@
152152

153153
<!-- <target name="experimental" unless="version">-->
154154
<target name="experimental">
155+
<!--
155156
<copy todir="${target.path}/modes/experimental">
156157
<fileset dir="../experimental">
157158
<include name="**/mode/*" />
158159
<include name="**/theme/*" />
159160
</fileset>
160161
</copy>
162+
-->
161163
</target>
162164

163165
<target name="assemble" depends="version-clear, version-write, experimental">

build/shared/revisions.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ Full screen is back for Windows, and
137137
+ Add error message for raspberry pi (and others?) about int buffers
138138
https://github.com/processing/processing/issues/2010
139139

140+
141+
[ changes ]
142+
143+
+ Experimental Mode has been removed from the default download,
144+
so that it can be updated more frequently. Install it and help us
145+
test what will become the 3.0 release of Processing!
146+
140147
+ Add "Processing Foundation" to the Help menu.
141148
https://github.com/processing/processing/issues/1908
142149

core/todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0220 core
1+
0220 core (2.0.2)
22
X basic getShape(ch) implementation for font glyph shapes
33
X change QUAD_BEZIER_VERTEX to QUADRATIC_VERTEX to match the API call
44
X because this lives inside PConstants

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0220 pde
1+
0220 pde (2.0.2)
22
X fix "less less" typo
33
X https://github.com/processing/processing/issues/1928
44
X slash breaks syntax highlighting (with spaces)

0 commit comments

Comments
 (0)