Repository: zest-qi4j
Updated Branches:
  refs/heads/develop 0132a0a11 -> a7481df44


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/122a51b6/samples/struts2Hello/src/main/webapp/styles/typo.css
----------------------------------------------------------------------
diff --git a/samples/struts2Hello/src/main/webapp/styles/typo.css 
b/samples/struts2Hello/src/main/webapp/styles/typo.css
deleted file mode 100644
index 836d438..0000000
--- a/samples/struts2Hello/src/main/webapp/styles/typo.css
+++ /dev/null
@@ -1,264 +0,0 @@
-/*
-Copyright (c) 2005, Mike Stenhouse of Content with Style
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
-   list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-   this list of conditions and the following disclaimer in the documentation
-   and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its contributors
-   may be used to endorse or promote products derived from this software 
without
-   specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
-
-/* TYPOGRAPHY */
-body
-{
-    text-align: left;
-    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-    font-size: 76%;
-    line-height: 1em;
-    color: #333;
-}
-
-div
-{
-    font-size: 1em;
-}
-
-img
-{
-    border: 0;
-}
-
-/* LINKS */
-a,
-a:link
-       a:active
-{
-    color: blue;
-    background-color: white;
-    text-decoration: underline;
-}
-
-a:visited
-{
-    color: purple;
-    background-color: transparent;
-}
-
-a:hover
-{
-    color: white;
-    background-color: black;
-    text-decoration: none;
-}
-
-/* END LINKS */
-
-/* HEADINGS */
-h1
-{
-    font-size: 2em;
-    line-height: 1.5em;
-    margin: 0 0 0.5em 0;
-    padding: 0;
-    color: black;
-}
-
-h2
-{
-    font-size: 1.5em;
-    line-height: 1.5em;
-    margin: 0 0 0.5em 0;
-    padding: 0;
-    color: black;
-}
-
-h3
-{
-    font-size: 1.3em;
-    line-height: 1.3em;
-    margin: 0 0 0.5em 0;
-    padding: 0;
-    color: black;
-}
-
-h4
-{
-    font-size: 1.2em;
-    line-height: 1.3em;
-    margin: 0 0 0.25em 0;
-    padding: 0;
-    color: black;
-}
-
-h5
-{
-    font-size: 1.1em;
-    line-height: 1.3em;
-    margin: 0 0 0.25em 0;
-    padding: 0;
-    color: black;
-}
-
-h6
-{
-    font-size: 1em;
-    line-height: 1.3em;
-    margin: 0 0 0.25em 0;
-    padding: 0;
-    color: black;
-}
-
-/* END HEADINGS */
-
-/* TEXT */
-p
-{
-    font-size: 1em;
-    margin: 0 0 1.5em 0;
-    padding: 0;
-    line-height: 1.4em;
-}
-
-blockquote
-{
-    border-left: 10px solid #ddd;
-    margin-left: 10px;
-}
-
-pre
-{
-    font-family: monospace;
-    font-size: 1.0em;
-}
-
-strong, b
-{
-    font-weight: bold;
-}
-
-em, i
-{
-    font-style: italic;
-}
-
-code
-{
-    font-family: "Courier New", Courier, monospace;
-    font-size: 1em;
-    white-space: pre;
-}
-
-/* END TEXT */
-
-/* LISTS */
-ul
-{
-    line-height: 1.4em;
-    margin: 0 0 1.5em 0;
-    padding: 0;
-}
-
-ul li
-{
-    margin: 0 0 0.25em 30px;
-    padding: 0;
-}
-
-ol
-{
-    font-size: 1.0em;
-    line-height: 1.4em;
-    margin: 0 0 1.5em 0;
-    padding: 0;
-}
-
-ol li
-{
-    font-size: 1.0em;
-    margin: 0 0 0.25em 30px;
-    padding: 0;
-}
-
-dl
-{
-    margin: 0 0 1.5em 0;
-    padding: 0;
-    line-height: 1.4em;
-}
-
-dl dt
-{
-    font-weight: bold;
-    margin: 0.25em 0 0.25em 0;
-    padding: 0;
-}
-
-dl dd
-{
-    margin: 0 0 0 30px;
-    padding: 0;
-}
-
-/* END LISTS */
-
-/* TABLE */
-table
-{
-    font-size: 1em;
-    margin: 0 0 1.5em 0;
-    padding: 0;
-}
-
-table caption
-{
-    font-weight: bold;
-    margin: 0 0 0 0;
-    padding: 0 0 1.5em 0;
-}
-
-th
-{
-    font-weight: bold;
-    text-align: left;
-}
-
-td
-{
-    font-size: 1em;
-}
-
-/* END TABLE */
-
-hr
-{
-    display: none;
-}
-
-div.hr
-{
-    height: 1px;
-    margin: 1.5em 10px;
-    border-bottom: 1px dotted black;
-}
-
-/* END TYPOGRAPHY */   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/122a51b6/samples/swing/build.gradle
----------------------------------------------------------------------
diff --git a/samples/swing/build.gradle b/samples/swing/build.gradle
index 3460b9c..ab44e2f 100644
--- a/samples/swing/build.gradle
+++ b/samples/swing/build.gradle
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-description = "Sample of how to use the Struts2 integration."
+description = "Sample of how to use the Swing bindings."
 
 jar { manifest { name = "Qi4j Sample - Swing Bindings" }}
 

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/122a51b6/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index 1ce0e33..7aed4e9 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -58,9 +58,6 @@ include "core:functional",
         'libraries:sql-c3p0',
         'libraries:sql-dbcp',
         'libraries:sql-liquibase',
-        'libraries:struts2-plugin',
-        'libraries:struts2-codebehind',
-        'libraries:struts2-convention',
         'libraries:uid',
         'libraries:uowfile',
         'extensions:cache-ehcache',
@@ -94,7 +91,6 @@ include "core:functional",
         'samples:forum',
         'samples:rental',
         'samples:sql-support',
-        'samples:struts2Hello',
         'samples:swing',
         'tools:model-detail',
         'tools:envisage',

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/122a51b6/tools/qidea/TODO
----------------------------------------------------------------------
diff --git a/tools/qidea/TODO b/tools/qidea/TODO
index 0807089..39b167e 100644
--- a/tools/qidea/TODO
+++ b/tools/qidea/TODO
@@ -1,5 +1,4 @@
 o Add Diagram
-  o Look at com.intellij.struts.diagram.StrutsGraphEditor
 o File template for
   o Generic Concern
   o Concern

Reply via email to