You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/12/02 15:04:56 UTC

svn commit: r886148 - in /incubator/pivot/trunk/web-server: ./ .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs lib/ lib/servlet-api.jar src/

Author: gbrown
Date: Wed Dec  2 14:04:55 2009
New Revision: 886148

URL: http://svn.apache.org/viewvc?rev=886148&view=rev
Log:
Create stub web-server project.

Added:
    incubator/pivot/trunk/web-server/
    incubator/pivot/trunk/web-server/.classpath
    incubator/pivot/trunk/web-server/.project
    incubator/pivot/trunk/web-server/.settings/
    incubator/pivot/trunk/web-server/.settings/org.eclipse.jdt.core.prefs
    incubator/pivot/trunk/web-server/lib/
    incubator/pivot/trunk/web-server/lib/servlet-api.jar   (with props)
    incubator/pivot/trunk/web-server/src/

Added: incubator/pivot/trunk/web-server/.classpath
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web-server/.classpath?rev=886148&view=auto
==============================================================================
--- incubator/pivot/trunk/web-server/.classpath (added)
+++ incubator/pivot/trunk/web-server/.classpath Wed Dec  2 14:04:55 2009
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: incubator/pivot/trunk/web-server/.project
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web-server/.project?rev=886148&view=auto
==============================================================================
--- incubator/pivot/trunk/web-server/.project (added)
+++ incubator/pivot/trunk/web-server/.project Wed Dec  2 14:04:55 2009
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>web-server</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>

Added: incubator/pivot/trunk/web-server/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web-server/.settings/org.eclipse.jdt.core.prefs?rev=886148&view=auto
==============================================================================
--- incubator/pivot/trunk/web-server/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/pivot/trunk/web-server/.settings/org.eclipse.jdt.core.prefs Wed Dec  2 14:04:55 2009
@@ -0,0 +1,12 @@
+#Wed Dec 02 09:02:13 EST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Added: incubator/pivot/trunk/web-server/lib/servlet-api.jar
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web-server/lib/servlet-api.jar?rev=886148&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/web-server/lib/servlet-api.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream