You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/08 13:17:10 UTC

svn commit: r593142 - in /directory/sandbox/felixk: studio-aciitemeditor/ studio-apacheds-configuration-feature/ studio-apacheds-configuration-help/ studio-apacheds-configuration/ studio-connection-core/ studio-connection-ui/ studio-dsml-parser/ studio...

Author: felixk
Date: Thu Nov  8 04:17:08 2007
New Revision: 593142

URL: http://svn.apache.org/viewvc?rev=593142&view=rev
Log:
Add .project file to modules. This file doesn't contains any build mechanism specific paths and should be therefore the same for ant/ivy and maven.

Added:
    directory/sandbox/felixk/studio-aciitemeditor/.project   (with props)
    directory/sandbox/felixk/studio-apacheds-configuration-feature/.project   (with props)
    directory/sandbox/felixk/studio-apacheds-configuration-help/.project   (with props)
    directory/sandbox/felixk/studio-apacheds-configuration/.project   (with props)
    directory/sandbox/felixk/studio-connection-core/.project   (with props)
    directory/sandbox/felixk/studio-connection-ui/.project   (with props)
    directory/sandbox/felixk/studio-dsml-parser/.project   (with props)
    directory/sandbox/felixk/studio-jars/.project   (with props)
    directory/sandbox/felixk/studio-ldapbrowser-common/.project   (with props)
    directory/sandbox/felixk/studio-ldapbrowser-core/.project   (with props)
    directory/sandbox/felixk/studio-ldapbrowser-feature/.project   (with props)
    directory/sandbox/felixk/studio-ldapbrowser-help/.project   (with props)
    directory/sandbox/felixk/studio-ldapbrowser-ui/.project   (with props)
    directory/sandbox/felixk/studio-ldifeditor-feature/.project   (with props)
    directory/sandbox/felixk/studio-ldifeditor-help/.project   (with props)
    directory/sandbox/felixk/studio-ldifeditor/.project   (with props)
    directory/sandbox/felixk/studio-rcp-feature/.project   (with props)
    directory/sandbox/felixk/studio-rcp-help/.project   (with props)
    directory/sandbox/felixk/studio-rcp/.project   (with props)
    directory/sandbox/felixk/studio-schemaeditor-feature/.project   (with props)
    directory/sandbox/felixk/studio-schemaeditor-help/.project   (with props)
    directory/sandbox/felixk/studio-schemaeditor/.project   (with props)
    directory/sandbox/felixk/studio-updatesite/.project   (with props)
    directory/sandbox/felixk/studio-valueeditors/.project   (with props)

Added: directory/sandbox/felixk/studio-aciitemeditor/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-aciitemeditor/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-aciitemeditor/.project (added)
+++ directory/sandbox/felixk/studio-aciitemeditor/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-aciitemeditor</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-aciitemeditor/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-apacheds-configuration-feature/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration-feature/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration-feature/.project (added)
+++ directory/sandbox/felixk/studio-apacheds-configuration-feature/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-apacheds-configuration-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-apacheds-configuration-feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-apacheds-configuration-help/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration-help/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration-help/.project (added)
+++ directory/sandbox/felixk/studio-apacheds-configuration-help/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-apacheds-configuration-help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-apacheds-configuration-help/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-apacheds-configuration/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration/.project (added)
+++ directory/sandbox/felixk/studio-apacheds-configuration/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-apacheds-configuration</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-apacheds-configuration/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-connection-core/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-connection-core/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-connection-core/.project (added)
+++ directory/sandbox/felixk/studio-connection-core/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-connection-core</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-connection-core/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-connection-ui/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-connection-ui/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-connection-ui/.project (added)
+++ directory/sandbox/felixk/studio-connection-ui/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-connection-ui</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-connection-ui/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-dsml-parser/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-dsml-parser/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-dsml-parser/.project (added)
+++ directory/sandbox/felixk/studio-dsml-parser/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-dsml-parser</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-dsml-parser/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-jars/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-jars/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-jars/.project (added)
+++ directory/sandbox/felixk/studio-jars/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-jars</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-jars/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-common/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-common/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-common/.project (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-common/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldapbrowser-common</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-common/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-core/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/.project (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldapbrowser-core</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-core/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-feature/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-feature/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-feature/.project (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-feature/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldapbrowser-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-help/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-help/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-help/.project (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-help/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldapbrowser-help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-help/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldapbrowser-ui/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-ui/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-ui/.project (added)
+++ directory/sandbox/felixk/studio-ldapbrowser-ui/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldapbrowser-ui</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldapbrowser-ui/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldifeditor-feature/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor-feature/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor-feature/.project (added)
+++ directory/sandbox/felixk/studio-ldifeditor-feature/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldifeditor-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldifeditor-feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldifeditor-help/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor-help/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor-help/.project (added)
+++ directory/sandbox/felixk/studio-ldifeditor-help/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldifeditor-help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldifeditor-help/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-ldifeditor/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor/.project (added)
+++ directory/sandbox/felixk/studio-ldifeditor/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-ldifeditor</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-ldifeditor/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-rcp-feature/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp-feature/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-rcp-feature/.project (added)
+++ directory/sandbox/felixk/studio-rcp-feature/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-rcp-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-rcp-feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-rcp-help/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp-help/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-rcp-help/.project (added)
+++ directory/sandbox/felixk/studio-rcp-help/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-rcp-help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-rcp-help/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-rcp/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-rcp/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-rcp/.project (added)
+++ directory/sandbox/felixk/studio-rcp/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-rcp</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-rcp/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-schemaeditor-feature/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor-feature/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor-feature/.project (added)
+++ directory/sandbox/felixk/studio-schemaeditor-feature/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-schemaeditor-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-schemaeditor-feature/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-schemaeditor-help/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor-help/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor-help/.project (added)
+++ directory/sandbox/felixk/studio-schemaeditor-help/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-schemaeditor-help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-schemaeditor-help/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-schemaeditor/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor/.project (added)
+++ directory/sandbox/felixk/studio-schemaeditor/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-schemaeditor</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-schemaeditor/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-updatesite/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-updatesite/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-updatesite/.project (added)
+++ directory/sandbox/felixk/studio-updatesite/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-updatesite</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-updatesite/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-valueeditors/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-valueeditors/.project?rev=593142&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-valueeditors/.project (added)
+++ directory/sandbox/felixk/studio-valueeditors/.project Thu Nov  8 04:17:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>studio-valueeditors</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: directory/sandbox/felixk/studio-valueeditors/.project
------------------------------------------------------------------------------
    svn:eol-style = native