Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good10.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good10.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good10.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good10.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring a nested reference --> <schema> <definition name="test">
Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good11.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good11.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good11.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good11.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring references involving required attributes --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good12.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good12.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good12.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good12.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring references structured with double indirection --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good13.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good13.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good13.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good13.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring a recursive reference --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good14.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good14.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good14.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good14.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring recursive references --> <schema> <definition name="def1"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good15.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good15.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good15.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good15.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring the interleaving of prologues and prologues in referenced patterns --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good16.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good16.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good16.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good16.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring various regular expressions for attribute values --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good2.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good2.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good2.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good2.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring attributes --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good3.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good3.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good3.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good3.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring character data --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good4.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good4.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good4.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good4.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring a top-level prologue --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good5.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good5.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good5.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good5.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring top-level attributes --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good6.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good6.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good6.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good6.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring top-level attributes --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good7.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good7.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good7.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good7.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring top-level character data --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good8.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good8.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good8.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good8.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring top-level character data --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good9.schema URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good9.schema?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good9.schema (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/experimental/schema/good9.schema Wed Jun 5 09:17:07 2013 @@ -1,4 +1,17 @@ <?xml version="1.0"?> +<!-- + * 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. + --> <!-- A schema featuring references --> <schema> <definition name="test"> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/supplement/tests.gwt.xml URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/supplement/tests.gwt.xml?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/supplement/tests.gwt.xml (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/supplement/tests.gwt.xml Wed Jun 5 09:17:07 2013 @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + * 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. + --> + <module> <inherits name="com.google.gwt.user.User"/> <inherits name="org.waveprotocol.wave.model.Model"/> Modified: incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/tests.gwt.xml URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/tests.gwt.xml?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/tests.gwt.xml (original) +++ incubator/wave/branches/wave-0.4-release/test/org/waveprotocol/wave/model/tests.gwt.xml Wed Jun 5 09:17:07 2013 @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + * 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. + --> + <module> <inherits name="com.google.gwt.user.User"/> <inherits name="org.waveprotocol.wave.model.testing.Testing"/> Modified: incubator/wave/branches/wave-0.4-release/third_party/runtime/bouncycastle/LICENSE.html URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/third_party/runtime/bouncycastle/LICENSE.html?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/third_party/runtime/bouncycastle/LICENSE.html (original) +++ incubator/wave/branches/wave-0.4-release/third_party/runtime/bouncycastle/LICENSE.html Wed Jun 5 09:17:07 2013 @@ -1,3 +1,24 @@ +<!-- + + 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> <body bgcolor=#ffffff> Modified: incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.examples.img.Img_Example-launch URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.examples.img.Img_Example-launch?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.examples.img.Img_Example-launch (original) +++ incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.examples.img.Img_Example-launch Wed Jun 5 09:17:07 2013 @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + * 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. + --> + <launchConfiguration type="com.google.gdt.eclipse.suite.webapp"> <stringAttribute key="bad_container_name" value="/WPL-wpl1/tool"/> <stringAttribute key="com.google.gdt.eclipse.suiteMainTypeProcessor.PREVIOUSLY_SET_MAIN_TYPE_NAME" value="com.google.gwt.dev.GWTShell"/> Modified: incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.harness.EditorTest-launch URL: http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.harness.EditorTest-launch?rev=1489761&r1=1489760&r2=1489761&view=diff ============================================================================== --- incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.harness.EditorTest-launch (original) +++ incubator/wave/branches/wave-0.4-release/tools/eclipse-launch/src.org.waveprotocol.wave.client.editor.harness.EditorTest-launch Wed Jun 5 09:17:07 2013 @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + * 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. + --> + <launchConfiguration type="com.google.gdt.eclipse.suite.webapp"> <stringAttribute key="bad_container_name" value="/WPL-wpl1/tool"/> <stringAttribute key="com.google.gdt.eclipse.suiteMainTypeProcessor.PREVIOUSLY_SET_MAIN_TYPE_NAME" value="com.google.gwt.dev.GWTShell"/>
