Skip to content

Commit be96ae3

Browse files
committed
Removed no more used 'core' project
1 parent 50f89d9 commit be96ae3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1
-85076
lines changed

app/build.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
</target>
2525

2626
<target name="compile" description="Compile sources">
27-
<condition property="core-built">
28-
<available file="../core/core.jar" />
29-
</condition>
30-
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../core/core.jar" />
31-
3227
<mkdir dir="bin" />
3328

3429
<!-- ant seems to nuke ${java.home} for some reason, pointing at the JRE

build/build.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
<!-- Libraries required for running arduino -->
4141
<fileset dir=".." id="runtime.jars">
42-
<include name="core/core.jar" />
4342
<include name="app/pde.jar" />
4443
<include name="app/lib/commons-codec-1.7.jar" />
4544
<include name="app/lib/commons-exec-1.1.jar" />
@@ -84,12 +83,10 @@
8483
<!-- - - - - - - - - - - - - - - - - - -->
8584

8685
<target name="subprojects-clean">
87-
<subant buildpath="../core" target="clean"/>
8886
<subant buildpath="../app" target="clean"/>
8987
</target>
9088

9189
<target name="subprojects-build">
92-
<subant buildpath="../core" target="build"/>
9390
<subant buildpath="../app" target="build"/>
9491
</target>
9592

build/macosx/template.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<!-- In 0149, removed /System/Library/Java from the CLASSPATH because
9595
it can cause problems if users have installed weird files there.
9696
http://dev.processing.org/bugs/show_bug.cgi?id=1045 -->
97-
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/apple.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/jssc-2.8.0.jar:$JAVAROOT/commons-codec-1.7.jar:$JAVAROOT/commons-exec-1.1.jar:$JAVAROOT/commons-httpclient-3.1.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/jmdns-3.4.1.jar:$JAVAROOT/jsch-0.1.50.jar:$JAVAROOT/jna.jar</string>
97+
<string>$JAVAROOT/pde.jar:$JAVAROOT/antlr.jar:$JAVAROOT/apple.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/jssc-2.8.0.jar:$JAVAROOT/commons-codec-1.7.jar:$JAVAROOT/commons-exec-1.1.jar:$JAVAROOT/commons-httpclient-3.1.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/jmdns-3.4.1.jar:$JAVAROOT/jsch-0.1.50.jar:$JAVAROOT/jna.jar</string>
9898

9999
<key>JVMArchs</key>
100100
<array>

build/windows/launcher/config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<classPath>
1717
<mainClass>processing.app.Base</mainClass>
1818
<cp>lib/pde.jar</cp>
19-
<cp>lib/core.jar</cp>
2019
<cp>lib/jna.jar</cp>
2120
<cp>lib/ecj.jar</cp>
2221
<cp>lib/jssc-2.8.0.jar</cp>

build/windows/launcher/config_debug.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<classPath>
1717
<mainClass>processing.app.Base</mainClass>
1818
<cp>lib/pde.jar</cp>
19-
<cp>lib/core.jar</cp>
2019
<cp>lib/jna.jar</cp>
2120
<cp>lib/ecj.jar</cp>
2221
<cp>lib/jssc-2.8.0.jar</cp>

core/.classpath

Lines changed: 0 additions & 6 deletions
This file was deleted.

core/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 271 deletions
This file was deleted.

core/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)