Skip to content

Commit 90bdde7

Browse files
committed
Release 0.2.2
1 parent 7641694 commit 90bdde7

17 files changed

+30
-28
lines changed

.classpath

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@
3535
<classpathentry kind="lib" path="lib/processing-3.5.4/jogl-all-natives-windows-amd64.jar"/>
3636
<classpathentry kind="lib" path="lib/processing-3.5.4/jogl-all-natives-windows-i586.jar"/>
3737
<classpathentry kind="lib" path="lib/processing-3.5.4/jogl-all.jar"/>
38-
<classpathentry kind="lib" path="lib/lx-0.2.1-jar-with-dependencies.jar" sourcepath="lib/lx-0.2.1-sources.jar">
38+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3939
<attributes>
40-
<attribute name="javadoc_location" value="jar:platform:/resource/LXStudio-IDE/lib/lx-0.2.1-javadoc.jar!/"/>
41-
</attributes>
42-
</classpathentry>
43-
<classpathentry kind="lib" path="lib/lxstudio-0.2.1.jar"/>
44-
<classpathentry kind="lib" path="lib/p3lx-0.2.1.jar" sourcepath="lib/p3lx-0.2.1-sources.jar">
45-
<attributes>
46-
<attribute name="javadoc_location" value="jar:platform:/resource/LXStudio-IDE/lib/p3lx-0.2.1-javadoc.jar!/"/>
40+
<attribute name="maven.pomderived" value="true"/>
4741
</attributes>
4842
</classpathentry>
4943
<classpathentry kind="output" path="target/classes"/>

.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1318
</buildSpec>
1419
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1521
<nature>org.eclipse.jdt.core.javanature</nature>
1622
</natures>
1723
</projectDescription>

LXStudio-IDE.iml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<libelement value="jar://$MODULE_DIR$/lib/processing-3.5.4/jogl-all-natives-windows-amd64.jar!/" />
1919
<libelement value="jar://$MODULE_DIR$/lib/processing-3.5.4/jogl-all-natives-windows-i586.jar!/" />
2020
<libelement value="jar://$MODULE_DIR$/lib/processing-3.5.4/jogl-all.jar!/" />
21-
<libelement value="jar://$MODULE_DIR$/lib/lxstudio-0.2.1.jar!/" />
22-
<libelement value="jar://$MODULE_DIR$/lib/lx-0.2.1-jar-with-dependencies.jar!/" />
23-
<libelement value="jar://$MODULE_DIR$/lib/p3lx-0.2.1.jar!/" />
21+
<libelement value="jar://$MODULE_DIR$/lib/lxstudio-0.2.2.jar!/" />
22+
<libelement value="jar://$MODULE_DIR$/lib/lx-0.2.2-jar-with-dependencies.jar!/" />
23+
<libelement value="jar://$MODULE_DIR$/lib/p3lx-0.2.2.jar!/" />
2424
<src_description expected_position="1">
2525
<src_folder value="file://$MODULE_DIR$/src/main/java" expected_position="0" />
2626
<src_folder value="file://$MODULE_DIR$/src/test/java" expected_position="2" />
@@ -188,37 +188,39 @@
188188
</library>
189189
</orderEntry>
190190
<orderEntry type="module-library">
191-
<library name="lxstudio-0.2.1.jar">
191+
<library name="lxstudio-0.2.2.jar">
192192
<CLASSES>
193-
<root url="jar://$MODULE_DIR$/lib/lxstudio-0.2.1.jar!/" />
193+
<root url="jar://$MODULE_DIR$/lib/lxstudio-0.2.2.jar!/" />
194194
</CLASSES>
195-
<JAVADOC />
195+
<JAVADOC>
196+
<root url="jar://$MODULE_DIR$/lib/lxstudio-0.2.2-javadoc.jar!/" />
197+
</JAVADOC>
196198
<SOURCES />
197199
</library>
198200
</orderEntry>
199201
<orderEntry type="module-library">
200-
<library name="lx-0.2.1-jar-with-dependencies.jar">
202+
<library name="lx-0.2.2-jar-with-dependencies.jar">
201203
<CLASSES>
202-
<root url="jar://$MODULE_DIR$/lib/lx-0.2.1-jar-with-dependencies.jar!/" />
204+
<root url="jar://$MODULE_DIR$/lib/lx-0.2.2-jar-with-dependencies.jar!/" />
203205
</CLASSES>
204206
<JAVADOC>
205-
<root url="jar://$MODULE_DIR$/lib/lx-0.2.1-javadoc.jar!/" />
207+
<root url="jar://$MODULE_DIR$/lib/lx-0.2.2-javadoc.jar!/" />
206208
</JAVADOC>
207209
<SOURCES>
208-
<root url="jar://$MODULE_DIR$/lib/lx-0.2.1-sources.jar!/" />
210+
<root url="jar://$MODULE_DIR$/lib/lx-0.2.2-sources.jar!/" />
209211
</SOURCES>
210212
</library>
211213
</orderEntry>
212214
<orderEntry type="module-library">
213-
<library name="p3lx-0.2.1.jar">
215+
<library name="p3lx-0.2.2.jar">
214216
<CLASSES>
215-
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.1.jar!/" />
217+
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.2.jar!/" />
216218
</CLASSES>
217219
<JAVADOC>
218-
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.1-javadoc.jar!/" />
220+
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.2-javadoc.jar!/" />
219221
</JAVADOC>
220222
<SOURCES>
221-
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.1-sources.jar!/" />
223+
<root url="jar://$MODULE_DIR$/lib/p3lx-0.2.2-sources.jar!/" />
222224
</SOURCES>
223225
</library>
224226
</orderEntry>
-1.09 MB
Binary file not shown.

lib/lx-0.2.1-javadoc.jar

-2.94 MB
Binary file not shown.
1.15 MB
Binary file not shown.

lib/lx-0.2.2-javadoc.jar

2.95 MB
Binary file not shown.

lib/lxstudio-0.2.2-javadoc.jar

721 KB
Binary file not shown.

0 commit comments

Comments
 (0)