mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
[cleanup] move persistence packages to src folder of org.eclipse.rse.core project
This commit is contained in:
parent
4c5a65137c
commit
115435a893
19 changed files with 3 additions and 5 deletions
|
@ -3,6 +3,5 @@
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
|
||||||
<classpathentry kind="src" path="persistence"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#Fri Dec 08 11:30:09 CST 2006
|
#Fri Mar 30 13:59:16 CDT 2007
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
encoding//persistence/org/eclipse/rse/internal/persistence/messages.properties=8859_1
|
encoding//src/org/eclipse/rse/internal/persistence/messages.properties=8859_1
|
||||||
|
|
|
@ -18,8 +18,7 @@ bin.includes = META-INF/,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
eclipse32.png
|
eclipse32.png
|
||||||
source.. = src/,\
|
source.. = src/
|
||||||
persistence/
|
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
|
||||||
javacSource=1.4
|
javacSource=1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue