diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 12:57:38 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 12:57:38 +0000 |
commit | 7ead1bed1cdd5d60af57fdbcb38fbd2da71c4bc5 (patch) | |
tree | dc3b37080d3e548280262caadd6916e312255eb5 | |
parent | d127f2c5ccc96eb44eeacf46bb76feebe100361f (diff) | |
download | mocca-7ead1bed1cdd5d60af57fdbcb38fbd2da71c4bc5.tar.gz mocca-7ead1bed1cdd5d60af57fdbcb38fbd2da71c4bc5.tar.bz2 mocca-7ead1bed1cdd5d60af57fdbcb38fbd2da71c4bc5.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@190 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-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> |