Return-Path: X-Original-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2494F9CC5 for ; Fri, 17 Feb 2012 00:31:46 +0000 (UTC) Received: (qmail 88693 invoked by uid 500); 17 Feb 2012 00:31:46 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 88671 invoked by uid 500); 17 Feb 2012 00:31:46 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 88663 invoked by uid 99); 17 Feb 2012 00:31:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 00:31:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 00:31:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5E00E23889C5; Fri, 17 Feb 2012 00:31:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1245265 [2/10] - in /incubator/isis/trunk/framework/quickstart-archetype: ./ src/ src/main/ src/main/appended-resources/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/maven/ src/main/resources/archetype-resou... Date: Fri, 17 Feb 2012 00:31:10 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120217003114.5E00E23889C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml Fri Feb 17 00:31:04 2012 @@ -0,0 +1,540 @@ + + + 4.0.0 + + ${groupId} + ${artifactId} + ${version} + + Quickstart App + + pom + + + 0.2.0-incubating-SNAPSHOT + + + + + apache.snapshots + Apache Snapshots + https://repository.apache.org/content/repositories/snapshots/ + + false + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.1 + + 1.6 + 1.6 + + + + source + compile + + + test + test-compile + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.5 + + + **/Test*.java + + true + false + ${project.build.directory}/surefire-reports + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.5 + + + **/Test*.java + + false + + + + test + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.25 + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + + run + + + + + + + org.simplericity.jettyconsole + jetty-console-maven-plugin + 1.43 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + + + + + + + + ${project.groupId} + ${rootArtifactId}-dom + ${version} + + + + ${project.groupId} + ${rootArtifactId}-fixture + ${version} + + + + ${project.groupId} + ${rootArtifactId}-objstore-dflt + ${version} + + + + ${project.groupId} + ${rootArtifactId}-webapp + ${version} + + + + ${project.groupId} + ${rootArtifactId}-tests-bdd + ${version} + + + + ${project.groupId} + tests-junit + ${project.version} + + + + + + org.apache.isis + applib + ${isis.version} + + + org.apache.isis + applib + javadoc + ${isis.version} + + + + + org.apache.isis.core + commons + ${isis.version} + + + org.apache.isis.core + metamodel + ${isis.version} + + + org.apache.isis.core + progmodel + ${isis.version} + + + org.apache.isis.core + runtime + ${isis.version} + + + org.apache.isis.core + webapp + ${isis.version} + + + + + org.apache.isis.progmodels + dflt + ${isis.version} + + + + + org.apache.isis.progmodels + wrapper + ${isis.version} + + + org.apache.isis.progmodels + wrapper-applib + ${isis.version} + + + org.apache.isis.progmodels + wrapper-metamodel + ${isis.version} + + + + + org.apache.isis.progmodels + groovy + ${isis.version} + + + org.apache.isis.progmodels + groovy-applib + ${isis.version} + + + org.apache.isis.progmodels + groovy-metamodel + ${isis.version} + + + + + org.apache.isis.security + dflt + ${isis.version} + + + + + org.apache.isis.security + ldap + ${isis.version} + + + + + org.apache.isis.security + file + ${isis.version} + + + + + org.apache.isis.runtimes.dflt + runtime + ${isis.version} + + + org.apache.isis.runtimes.dflt + monitoring + ${isis.version} + + + org.apache.isis.runtimes.dflt + webapp + ${isis.version} + + + org.apache.isis.runtimes.dflt + webserver + ${isis.version} + + + org.apache.isis.runtimes.dflt.bytecode + dflt + ${isis.version} + + + org.apache.isis.runtimes.dflt.bytecode + identity + ${isis.version} + + + org.apache.isis.runtimes.dflt.bytecode + javassist + ${isis.version} + + + + + org.apache.isis.runtimes.dflt.objectstores + dflt + ${isis.version} + + + + + org.apache.isis.runtimes.dflt.objectstores + xml + ${isis.version} + + + + + org.apache.isis.runtimes.dflt.objectstores + sql-impl + ${isis.version} + + + + + org.apache.isis.runtimes.dflt.objectstores + nosql + ${isis.version} + + + + + + org.apache.isis.runtimes.dflt.profilestores + dflt + ${isis.version} + + + + + org.apache.isis.runtimes.dflt.profilestores + xml + ${isis.version} + + + + + + + + org.apache.isis.runtimes + embedded + ${isis.version} + + + + + + org.apache.isis.viewer + html + ${isis.version} + + + + + org.apache.isis.viewer + json + ${isis.version} + + + org.apache.isis.viewer + json-applib + ${isis.version} + + + org.apache.isis.viewer + json-viewer + ${isis.version} + + + + + org.apache.isis.viewer + junit + ${isis.version} + + + + + org.apache.isis.viewer + bdd + ${isis.version} + + + org.apache.isis.viewer + bdd-common + ${isis.version} + + + org.apache.isis.viewer + bdd-concordion + ${isis.version} + + + + junit + junit + 4.8.2 + + + + + + org.apache.isis.viewer + scimpi + ${isis.version} + + + org.apache.isis.viewer + scimpi-dispatcher + ${isis.version} + + + org.apache.isis.viewer + scimpi-servlet + ${isis.version} + + + + + + + + + + + + + Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/pom.xml?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/pom.xml (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/pom.xml Fri Feb 17 00:31:04 2012 @@ -0,0 +1,107 @@ + + + 4.0.0 + + + ${groupId} + ${rootArtifactId} + ${version} + + + ${artifactId} + + Quickstart BDD (Concordion) Tests + + + + + maven-surefire-plugin + + + ${project.build.directory}/concordion + + + **/AllStories.java + + + + + + + + + + + ${project.groupId} + ${rootArtifactId}-dom + ${version} + + + ${project.groupId} + ${rootArtifactId}-objstore-dflt + ${version} + + + + + org.apache.isis.core + runtime + + + org.apache.isis.runtimes.dflt.bytecode + dflt + + + org.apache.isis.runtimes.dflt.objectstores + dflt + + + org.apache.isis.runtimes.dflt.profilestores + dflt + + + org.apache.isis.progmodels + dflt + + + org.apache.isis.security + dflt + + + org.apache.isis.security + file + + + + + org.apache.isis.viewer + bdd-concordion + test + + + + + xom + xom + 1.2.5 + + + + Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,37 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd; + +import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario; + +public abstract class AbstractApplicationStory extends AbstractIsisConcordionScenario { + + /** + * This superclass also acts as the marker for the location of the custom + * CSS. + */ + @Override + protected Class customCssPackage() { + return AbstractApplicationStory.class; + } + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInPrototypeMode.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInPrototypeMode.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInPrototypeMode.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInPrototypeMode.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.common; + +import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario; + +public class BootstrapInPrototypeMode extends AbstractIsisConcordionScenario { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInPrototypeMode.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.common; + +import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario; + +public class ToDoItems extends AbstractIsisConcordionScenario { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.stories; + +import viewer.bdd.AbstractApplicationStory; + +public class AllStories extends AbstractApplicationStory { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.stories.todo; + +import viewer.bdd.AbstractApplicationStory; + +public class Fixture extends AbstractApplicationStory { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.stories.todo; + +import viewer.bdd.AbstractApplicationStory; + +public class Index extends AbstractApplicationStory { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java Fri Feb 17 00:31:04 2012 @@ -0,0 +1,28 @@ +#set( $symbol_pound = '#' ) +#set( $symbol_dollar = '$' ) +#set( $symbol_escape = '\' ) +/* + * 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. + */ +package viewer.bdd.stories.todo; + +import viewer.bdd.AbstractApplicationStory; + +public class ScenarioMarkItemAsDone extends AbstractApplicationStory { + +} Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-lat1.ent URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-lat1.ent?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-lat1.ent (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-lat1.ent Fri Feb 17 00:31:04 2012 @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-lat1.ent ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-special.ent URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-special.ent?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-special.ent (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-special.ent Fri Feb 17 00:31:04 2012 @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-special.ent ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-symbol.ent URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-symbol.ent?rev=1245265&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-symbol.ent (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-symbol.ent Fri Feb 17 00:31:04 2012 @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/isis/trunk/framework/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/resources/dtd/xhtml-symbol.ent ------------------------------------------------------------------------------ svn:eol-style = native