You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by fl...@apache.org on 2012/10/26 19:14:12 UTC

svn commit: r1402582 - in /incubator/jspwiki/project-mgmt: .project .settings/ .settings/org.eclipse.core.resources.prefs .settings/org.eclipse.core.runtime.prefs README

Author: florianh
Date: Fri Oct 26 17:14:11 2012
New Revision: 1402582

URL: http://svn.apache.org/viewvc?rev=1402582&view=rev
Log:
Eclipse project settings and a descriptive README.

Added:
    incubator/jspwiki/project-mgmt/.project   (with props)
    incubator/jspwiki/project-mgmt/.settings/
    incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.resources.prefs
    incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.runtime.prefs
    incubator/jspwiki/project-mgmt/README   (with props)

Added: incubator/jspwiki/project-mgmt/.project
URL: http://svn.apache.org/viewvc/incubator/jspwiki/project-mgmt/.project?rev=1402582&view=auto
==============================================================================
--- incubator/jspwiki/project-mgmt/.project (added)
+++ incubator/jspwiki/project-mgmt/.project Fri Oct 26 17:14:11 2012
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JSPWiki-PM</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Propchange: incubator/jspwiki/project-mgmt/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.resources.prefs
URL: http://svn.apache.org/viewvc/incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.resources.prefs?rev=1402582&view=auto
==============================================================================
--- incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.resources.prefs (added)
+++ incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.resources.prefs Fri Oct 26 17:14:11 2012
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

Added: incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.runtime.prefs
URL: http://svn.apache.org/viewvc/incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.runtime.prefs?rev=1402582&view=auto
==============================================================================
--- incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.runtime.prefs (added)
+++ incubator/jspwiki/project-mgmt/.settings/org.eclipse.core.runtime.prefs Fri Oct 26 17:14:11 2012
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n

Added: incubator/jspwiki/project-mgmt/README
URL: http://svn.apache.org/viewvc/incubator/jspwiki/project-mgmt/README?rev=1402582&view=auto
==============================================================================
--- incubator/jspwiki/project-mgmt/README (added)
+++ incubator/jspwiki/project-mgmt/README Fri Oct 26 17:14:11 2012
@@ -0,0 +1,3 @@
+This folder contains items of relevance to the management of the JSPWiki project only.
+
+The contents of this folder and its subfolders are not required to build, run or develop for JSPWiki.

Propchange: incubator/jspwiki/project-mgmt/README
------------------------------------------------------------------------------
    svn:eol-style = native