You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by rm...@apache.org on 2012/07/19 14:06:19 UTC

svn commit: r1363311 - in /incubator/isis/trunk/framework/tck/tck-dom: ./ .project

Author: rmatthews
Date: Thu Jul 19 12:06:18 2012
New Revision: 1363311

URL: http://svn.apache.org/viewvc?rev=1363311&view=rev
Log:
Removed .project file

Added:
    incubator/isis/trunk/framework/tck/tck-dom/.project   (with props)
Modified:
    incubator/isis/trunk/framework/tck/tck-dom/   (props changed)

Propchange: incubator/isis/trunk/framework/tck/tck-dom/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 19 12:06:18 2012
@@ -1,5 +1,4 @@
 .settings
 .classpath
-.project
 target
 target-ide

Added: incubator/isis/trunk/framework/tck/tck-dom/.project
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/tck/tck-dom/.project?rev=1363311&view=auto
==============================================================================
--- incubator/isis/trunk/framework/tck/tck-dom/.project (added)
+++ incubator/isis/trunk/framework/tck/tck-dom/.project Thu Jul 19 12:06:18 2012
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+  <name>org.apache.isis.tck.tck-dom</name>
+  <comment>Root POM for core framework, the viewers, and 
+        the runtime implementations.
+        Defines standard build process, as well as
+        standard set of 3rd party dependencies
+        (eg for testing and logging frameworks). NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
+  <projects>
+    <project>org.apache.isis.applib</project>
+    <project>org.apache.isis.runtimes.dflt.objectstores.jdo-applib</project>
+    <project>org.apache.isis.viewer.wicket-applib</project>
+  </projects>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Propchange: incubator/isis/trunk/framework/tck/tck-dom/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain