Skip to content

Commit f7be5f6

Browse files
Tomoyuki InagakiTomoyuki Inagaki
authored andcommitted
fixed error for macos
1 parent e65f800 commit f7be5f6

File tree

44 files changed

+55
-95
lines changed

Some content is hidden

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

44 files changed

+55
-95
lines changed

org.nodeclipse.bundle.coffee-script/META-INF/MANIFEST.MF

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

org.nodeclipse.bundle.coffee_script.feature/.project renamed to org.nodeclipse.bundle.coffee.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.nodeclipse.bundle.coffee_script.feature</name>
3+
<name>org.nodeclipse.bundle.coffee.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

org.nodeclipse.bundle.coffee_script.feature/build.properties renamed to org.nodeclipse.bundle.coffee.feature/build.properties

File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="org.nodeclipse.bundle.coffee.feature"
4+
label="Feature"
5+
version="1.6.3">
6+
7+
<description url="http://www.example.com/description">
8+
[Enter Feature Description here.]
9+
</description>
10+
11+
<copyright url="http://www.example.com/copyright">
12+
[Enter Copyright Description here.]
13+
</copyright>
14+
15+
<license url="http://www.example.com/license">
16+
[Enter License Description here.]
17+
</license>
18+
19+
<plugin
20+
id="org.nodeclipse.bundle.coffee"
21+
download-size="0"
22+
install-size="0"
23+
version="0.0.0"
24+
unpack="false"/>
25+
26+
</feature>

org.nodeclipse.bundle.coffee-script/.classpath renamed to org.nodeclipse.bundle.coffee/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
66
<classpathentry kind="output" path="bin"/>

org.nodeclipse.bundle.coffee-script/.project renamed to org.nodeclipse.bundle.coffee/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.nodeclipse.bundle.coffee-script</name>
3+
<name>org.nodeclipse.bundle.coffee</name>
44
<comment></comment>
55
<projects>
66
</projects>

org.nodeclipse.bundle.coffee-script/.settings/org.eclipse.jdt.core.prefs renamed to org.nodeclipse.bundle.coffee/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4-
org.eclipse.jdt.core.compiler.compliance=1.7
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
4+
org.eclipse.jdt.core.compiler.compliance=1.5
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7-
org.eclipse.jdt.core.compiler.source=1.7
7+
org.eclipse.jdt.core.compiler.source=1.5
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Coffee
4+
Bundle-SymbolicName: org.nodeclipse.bundle.coffee
5+
Bundle-Version: 1.6.3
6+
Bundle-Activator: org.nodeclipse.bundle.coffee.Activator
7+
Require-Bundle: org.eclipse.ui,
8+
org.eclipse.core.runtime
9+
Bundle-ActivationPolicy: lazy
10+
Bundle-RequiredExecutionEnvironment: J2SE-1.5
11+
Export-Package: org.nodeclipse.bundle.coffee

org.nodeclipse.bundle.coffee-script/bin/org/nodeclipse/bundle/coffee_script/Activator.class renamed to org.nodeclipse.bundle.coffee/bin/org/nodeclipse/bundle/coffee/Activator.class

946 Bytes
Binary file not shown.

org.nodeclipse.bundle.coffee-script/bin/org/nodeclipse/bundle/coffee_script/BundlePath.class renamed to org.nodeclipse.bundle.coffee/bin/org/nodeclipse/bundle/coffee/BundlePath.class

1.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)