diff options
Diffstat (limited to 'BKUViewer/.project')
| -rw-r--r-- | BKUViewer/.project | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/BKUViewer/.project b/BKUViewer/.project index c18f3f10..5b3b191f 100644 --- a/BKUViewer/.project +++ b/BKUViewer/.project @@ -6,6 +6,11 @@  	</projects>  	<buildSpec>  		<buildCommand> +			<name>org.eclipse.wst.common.project.facet.core.builder</name> +			<arguments> +			</arguments> +		</buildCommand> +		<buildCommand>  			<name>org.eclipse.jdt.core.javabuilder</name>  			<arguments>  			</arguments> @@ -15,9 +20,17 @@  			<arguments>  			</arguments>  		</buildCommand> +		<buildCommand> +			<name>org.eclipse.wst.validation.validationbuilder</name> +			<arguments> +			</arguments> +		</buildCommand>  	</buildSpec>  	<natures>  		<nature>org.eclipse.jdt.core.javanature</nature>  		<nature>org.maven.ide.eclipse.maven2Nature</nature> +		<nature>org.eclipse.wst.common.project.facet.core.nature</nature> +		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> +		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>  	</natures>  </projectDescription> | 
