You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by se...@apache.org on 2009/01/18 22:49:41 UTC

svn commit: r735550 [2/2] - in /jakarta/cactus/trunk: framework/framework-12-13-14/src/main/java/ framework/framework-12-13-14/src/main/java/org/apache/cactus/ framework/framework-12-13-14/src/main/java/org/apache/cactus/client/authentication/ framewor...

Modified: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml?rev=735550&r1=735549&r2=735550&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml (original)
+++ jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml Sun Jan 18 13:49:40 2009
@@ -1,33 +1,33 @@
-<!--
-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.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.cactus</groupId>
-        <artifactId>cactus.integration.maven2</artifactId>
-        <configuration>
-            <project implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub" />
-            <srcFile>target/test-classes/unit/ear/basic-cactify-noDestSpecified/notcactified.ear</srcFile>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<!--
+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.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.cactus</groupId>
+        <artifactId>cactus.integration.maven2</artifactId>
+        <configuration>
+            <project implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub" />
+            <srcFile>target/test-classes/unit/ear/basic-cactify-noDestSpecified/notcactified.ear</srcFile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml?rev=735550&r1=735549&r2=735550&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml (original)
+++ jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml Sun Jan 18 13:49:40 2009
@@ -1,32 +1,32 @@
-<!--
-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.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.cactus</groupId>
-        <artifactId>cactus.integration.maven2</artifactId>
-        <configuration>
-            <project implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub" />
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<!--
+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.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.cactus</groupId>
+        <artifactId>cactus.integration.maven2</artifactId>
+        <configuration>
+            <project implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub" />
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/cactus/trunk/integration/shared-api/src/main/java/org/apache/cactus/integration/api/deployable/package.html
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/shared-api/src/main/java/org/apache/cactus/integration/api/deployable/package.html?rev=735550&r1=735549&r2=735550&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/shared-api/src/main/java/org/apache/cactus/integration/api/deployable/package.html (original)
+++ jakarta/cactus/trunk/integration/shared-api/src/main/java/org/apache/cactus/integration/api/deployable/package.html Sun Jan 18 13:49:40 2009
@@ -1,37 +1,37 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<!--
-   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.
--->
-<html>
-<head>
-<title></title>
-</head>
-
-<body>
-
-<p>
-  Contains classes that support deployment aspects like parsing deployment
-  descriptors and extracting resources from deployment archives.
-</p>
-<p>
-  <strong>WARNING</strong><br/>
-  The classes and interfaces in this package are not intended for use by API 
-  clients. They may be altered in backwards-incompatible ways and even moved 
-  or removed at any time without further notice.
-</p>
-
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!--
+   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.
+-->
+<html>
+<head>
+<title></title>
+</head>
+
+<body>
+
+<p>
+  Contains classes that support deployment aspects like parsing deployment
+  descriptors and extracting resources from deployment archives.
+</p>
+<p>
+  <strong>WARNING</strong><br/>
+  The classes and interfaces in this package are not intended for use by API 
+  clients. They may be altered in backwards-incompatible ways and even moved 
+  or removed at any time without further notice.
+</p>
+
+</body>
+</html>

Propchange: jakarta/cactus/trunk/integration/shared-api/src/main/java/org/apache/cactus/integration/api/deployable/package.html
------------------------------------------------------------------------------
    svn:eol-style = native



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