You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/09/23 09:38:08 UTC

svn commit: r698109 - in /ant/ivy/ivyde/trunk/test/webtools: ./ .settings/ WebContent/ WebContent/META-INF/ WebContent/WEB-INF/ WebContent/WEB-INF/lib/ src/

Author: hibou
Date: Tue Sep 23 00:38:07 2008
New Revision: 698109

URL: http://svn.apache.org/viewvc?rev=698109&view=rev
Log:
IVYDE-44: add a test project

Added:
    ant/ivy/ivyde/trunk/test/webtools/   (with props)
    ant/ivy/ivyde/trunk/test/webtools/.classpath
    ant/ivy/ivyde/trunk/test/webtools/.project
    ant/ivy/ivyde/trunk/test/webtools/.settings/
    ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jdt.core.prefs
    ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jst.common.project.facet.core.prefs
    ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.component
    ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml   (with props)
    ant/ivy/ivyde/trunk/test/webtools/WebContent/
    ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/
    ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/MANIFEST.MF
    ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/
    ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/lib/
    ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml   (with props)
    ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp   (with props)
    ant/ivy/ivyde/trunk/test/webtools/ivy.xml   (with props)
    ant/ivy/ivyde/trunk/test/webtools/src/

Propchange: ant/ivy/ivyde/trunk/test/webtools/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Sep 23 00:38:07 2008
@@ -0,0 +1,2 @@
+build
+

Added: ant/ivy/ivyde/trunk/test/webtools/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.classpath?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.classpath Tue Sep 23 00:38:07 2008
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5"/>
+	<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/ivy.xml/*">
+		<attributes>
+			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="build/classes"/>
+</classpath>

Added: ant/ivy/ivyde/trunk/test/webtools/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.project?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.project (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.project Tue Sep 23 00:38:07 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ivydetest-webtools</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+	</natures>
+</projectDescription>

Added: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jdt.core.prefs?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jdt.core.prefs (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jdt.core.prefs Tue Sep 23 00:38:07 2008
@@ -0,0 +1,7 @@
+#Tue Dec 05 22:02:12 PST 2006
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5

Added: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jst.common.project.facet.core.prefs
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jst.common.project.facet.core.prefs?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jst.common.project.facet.core.prefs (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.jst.common.project.facet.core.prefs Tue Sep 23 00:38:07 2008
@@ -0,0 +1,4 @@
+#Tue Dec 05 22:02:30 PST 2006
+classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER/owners=jst.java\:5.0
+classpath.helper/org.eclipse.jst.server.core.container\:\:org.eclipse.jst.server.tomcat.runtimeTarget\:\:Apache\ Tomcat\ v5.5/owners=jst.web\:2.4
+eclipse.preferences.version=1

Added: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.component
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.component?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.component (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.component Tue Sep 23 00:38:07 2008
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+<wb-module deploy-name="web">
+<wb-resource deploy-path="/" source-path="/WebContent"/>
+<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
+<property name="context-root" value="web"/>
+<property name="java-output-path" value="build/classes"/>
+</wb-module>
+</project-modules>

Added: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml (added)
+++ ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml Tue Sep 23 00:38:07 2008
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="Apache Tomcat v5.5"/>
+  <fixed facet="jst.web"/>
+  <fixed facet="jst.java"/>
+  <installed facet="jst.web" version="2.4"/>
+  <installed facet="jst.java" version="5.0"/>
+</faceted-project>

Propchange: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/webtools/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/MANIFEST.MF?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/MANIFEST.MF (added)
+++ ant/ivy/ivyde/trunk/test/webtools/WebContent/META-INF/MANIFEST.MF Tue Sep 23 00:38:07 2008
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+

Added: ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml (added)
+++ ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml Tue Sep 23 00:38:07 2008
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+	<display-name>web</display-name>
+</web-app>

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp (added)
+++ ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp Tue Sep 23 00:38:07 2008
@@ -0,0 +1,15 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+    pageEncoding="ISO-8859-1"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<%@page import="org.apache.commons.lang.builder.EqualsBuilder"%>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Classpath test page</title>
+</head>
+<body>
+<p>
+EqualsBuilder is in classpath: <% out.println(EqualsBuilder.class.getName()); %>
+</p>
+</body>
+</html>

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/webtools/WebContent/test.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ant/ivy/ivyde/trunk/test/webtools/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/ivy.xml?rev=698109&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/webtools/ivy.xml Tue Sep 23 00:38:07 2008
@@ -0,0 +1,30 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
+<ivy-module version="1.0">
+        <info organisation="org.apache.ivyde" module="ivytest-webtools">
+                <description>
+                </description>
+        </info>
+        <configurations>
+                <conf name="default" />
+        </configurations>
+        <dependencies>
+                <dependency org="commons-lang" name="commons-lang" rev="2.1"/>
+	</dependencies>
+</ivy-module>

Propchange: ant/ivy/ivyde/trunk/test/webtools/ivy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/webtools/ivy.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/webtools/ivy.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml