Skip to content

Commit

Permalink
fix project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangqian committed Jul 10, 2014
1 parent 623bc2d commit 496ef6e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 27 deletions.
15 changes: 7 additions & 8 deletions data/org.eclipse.birt.data.oda.pojo.tests/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Bundle-Vendor: Eclipse BIRT Project
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.birt.data.oda.pojo;bundle-version="[3.7.2,5.0.0)",
org.eclipse.datatools.connectivity.oda;bundle-version="[3.1.0,4.0.0)",
org.junit4;bundle-version="[3.0.0,5.0.0)"
org.junit;bundle-version="4.11.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion nl/org.eclipse.birt.data.oda.pojo.nl/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion nl/org.eclipse.birt.data.oda.pojo.nl/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.birt.data.oda.pojo</name>
<name>org.eclipse.birt.data.oda.pojo.nl</name>
<comment></comment>
<projects>
</projects>
Expand Down
13 changes: 6 additions & 7 deletions nl/org.eclipse.birt.report.data.oda.hive.nl/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
13 changes: 6 additions & 7 deletions nl/org.eclipse.birt.resources.nl/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 2 additions & 1 deletion tutorial/extension-tutorial-1/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.birt.report.designer.core;bundle-version="2.3.1",
org.eclipse.birt.report.designer.ui;bundle-version="2.3.1",
org.eclipse.birt.report.engine;bundle-version="2.3.1"
org.eclipse.birt.report.engine;bundle-version="2.3.1",
org.eclipse.birt.data
3 changes: 2 additions & 1 deletion tutorial/extension-tutorial-2/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.birt.report.designer.ui.views;bundle-version="2.3.1",
org.eclipse.birt.report.engine;bundle-version="2.3.1",
org.eclipse.jface;bundle-version="3.4.0",
org.eclipse.ui.forms;bundle-version="3.3.0"
org.eclipse.ui.forms;bundle-version="3.3.0",
org.eclipse.birt.data

0 comments on commit 496ef6e

Please sign in to comment.