File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ * .jar
2
+ * .o
3
+ * .DS_Store
4
+ * .class
Original file line number Diff line number Diff line change 8
8
9
9
<target name =" compile" description =" Compile sources" >
10
10
<condition property =" core-built" >
11
- <available file =" ../../.. /core/library/core.jar" />
11
+ <available file =" ../processing /core/library/core.jar" />
12
12
</condition >
13
- <fail unless =" core-built" message =" Please build the core library first and make sure it sits in ../../.. /core/library/core.jar" />
13
+ <fail unless =" core-built" message =" Please build the core library first and make sure it sits in ../processing /core/library/core.jar" />
14
14
15
15
<mkdir dir =" bin" />
16
16
<javac source =" 1.7"
17
17
target =" 1.7"
18
18
srcdir =" src" destdir =" bin"
19
19
encoding =" UTF-8"
20
20
includeAntRuntime =" false"
21
- classpath =" ../../.. /core/library/core.jar; library/sound.jar"
21
+ classpath =" ../processing /core/library/core.jar; library/sound.jar"
22
22
nowarn =" true"
23
23
compiler =" org.eclipse.jdt.core.JDTCompilerAdapter" >
24
- <compilerclasspath path =" ../.. /mode/ecj.jar" />
24
+ <compilerclasspath path =" ../processing/java /mode/ecj.jar" />
25
25
</javac >
26
26
</target >
27
27
Original file line number Diff line number Diff line change
1
+ name = Sound
2
+ authorList = The Processing Foundation
3
+ url = http://processing.org/reference/libraries/sound/index.html
4
+ category = Sound
5
+ sentence = Sound library based on MethCla for Processing.
6
+ paragraph =
7
+ version = 1
8
+ prettyVersion = 1.0
9
+ minRevision = 0
10
+ maxRevision = 0
You can’t perform that action at this time.
0 commit comments