You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/24 03:41:10 UTC

svn commit: r155143 - in struts/core/trunk/mock: ./ src/ src/conf/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/struts/ src/java/org/apache/struts/mock/ src/test/ src/test/org/ src/test/org/apache/ src/test/org/apache/struts/ src/test/org/apache/struts/mock/

Author: jmitchell
Date: Wed Feb 23 18:41:09 2005
New Revision: 155143

URL: http://svn.apache.org/viewcvs?view=rev&rev=155143
Log:
add mock to core, this is needed for multiple subprojects

Added:
    struts/core/trunk/mock/
    struts/core/trunk/mock/project.properties   (with props)
    struts/core/trunk/mock/project.xml   (with props)
    struts/core/trunk/mock/src/
    struts/core/trunk/mock/src/conf/
    struts/core/trunk/mock/src/java/
    struts/core/trunk/mock/src/java/org/
    struts/core/trunk/mock/src/java/org/apache/
    struts/core/trunk/mock/src/java/org/apache/struts/
    struts/core/trunk/mock/src/java/org/apache/struts/mock/
    struts/core/trunk/mock/src/test/
    struts/core/trunk/mock/src/test/org/
    struts/core/trunk/mock/src/test/org/apache/
    struts/core/trunk/mock/src/test/org/apache/struts/
    struts/core/trunk/mock/src/test/org/apache/struts/mock/

Added: struts/core/trunk/mock/project.properties
URL: http://svn.apache.org/viewcvs/struts/core/trunk/mock/project.properties?view=auto&rev=155143
==============================================================================
--- struts/core/trunk/mock/project.properties (added)
+++ struts/core/trunk/mock/project.properties Wed Feb 23 18:41:09 2005
@@ -0,0 +1,18 @@
+# -------------------------------------------------------------------
+# Copyright 2001-2004 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+maven.xdoc.date=left
+## maven.xdoc.version=${pom.currentVersion}
\ No newline at end of file

Propchange: struts/core/trunk/mock/project.properties
------------------------------------------------------------------------------
    svn:executable = *

Added: struts/core/trunk/mock/project.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/mock/project.xml?view=auto&rev=155143
==============================================================================
--- struts/core/trunk/mock/project.xml (added)
+++ struts/core/trunk/mock/project.xml Wed Feb 23 18:41:09 2005
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+ -->
+
+
+<project>
+
+  <extend>../build/project.xml</extend>
+  <id>struts-mock</id>
+
+  <name>Struts Mock objects for testing Struts apps</name>
+  <package>org.apache.struts.mock</package>
+  <description>
+  	A collection of mock objects for the sole purpose of facilitating 
+  	out-of-container testing.
+  </description>
+  
+
+  <shortDescription>Mock objects for testing</shortDescription>
+
+  <repository>
+    <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/core/trunk/mock</connection>
+    <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/core/trunk/mock</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/core/trunk/mock</url>
+  </repository>
+
+  <build>
+    <nagEmailAddress>turbine-maven-dev@jakarta.apache.org</nagEmailAddress>
+    <sourceDirectory>src/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+    <unitTest>
+      <includes>
+        <include>**/*Test.java</include>
+      </includes>
+    </unitTest>
+    <resources>
+      <resource>
+        <directory>src/conf</directory>
+        <includes>
+          <include>*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+</project>

Propchange: struts/core/trunk/mock/project.xml
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org