Author: matzew
Date: Tue Jul 25 17:09:06 2006
New Revision: 425562
URL: http://svn.apache.org/viewvc?rev=425562&view=rev
Log: (empty)
Added:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/
- copied from r425445,
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/adf/
Removed:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/adf/
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/META-INF/faces-bean.properties
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-1.xml
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-2.xml
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test.xml
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/META-INF/faces-bean.properties
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/META-INF/faces-bean.properties?rev=425562&r1=425561&r2=425562&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/META-INF/faces-bean.properties
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/META-INF/faces-bean.properties
Tue Jul 25 17:09:06 2006
@@ -1,16 +1,16 @@
-# Copyright 2006 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.
-
-org.apache.myfaces.adf.component.UIXComponentBase=org.apache.myfaces.adf.component.UIXComponentBean
-org.apache.myfaces.adf.component.UIXEditableValue=org.apache.myfaces.adf.component.UIXEditableValueBean
+# Copyright 2006 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.
+
+org.apache.myfaces.trinidad.component.UIXComponentBase=org.apache.myfaces.trinidad.component.UIXComponentBean
+org.apache.myfaces.trinidad.component.UIXEditableValue=org.apache.myfaces.trinidad.component.UIXEditableValueBean
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-1.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-1.xml?rev=425562&r1=425445&r2=425562&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-1.xml
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-1.xml
Tue Jul 25 17:09:06 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<!--
Copyright 2006 The Apache Software Foundation.
@@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<test>
- This is a test, part 1.
+<test>
+ This is a test, part 1.
</test>
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-2.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-2.xml?rev=425562&r1=425445&r2=425562&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-2.xml
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test-2.xml
Tue Jul 25 17:09:06 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<!--
Copyright 2006 The Apache Software Foundation.
@@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<test>
- This is a test, part 2.
+<test>
+ This is a test, part 2.
</test>
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test.xml?rev=425562&r1=425445&r2=425562&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test.xml
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-api/src/test/resources/org/apache/myfaces/trinidad/resource/test.xml
Tue Jul 25 17:09:06 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<!--
Copyright 2006 The Apache Software Foundation.
@@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<test>
- This is a test.
+<test>
+ This is a test.
</test>