From 8c2121fe162d35bdf6dc441fc2a9e2dc367034e1 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Fri, 26 Feb 2010 16:15:41 +0000 Subject: failing in Firebug on planView.getLite() is not a function; analagous to sample-store faulure catalog.get() is not a function, reported on user list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916737 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/services/PlanViewImpl.java | 2 +- .../jagg-webapp/src/main/resources/plan.composite | 3 - .../jagg-webapp/src/main/webapp/WEB-INF/plan.html | 150 -------------------- .../kgoodson/jagg-webapp/src/main/webapp/plan.html | 151 +++++++++++++++++++++ 4 files changed, 152 insertions(+), 154 deletions(-) delete mode 100644 sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html create mode 100644 sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html (limited to 'sandbox/kgoodson/jagg-webapp') diff --git a/sandbox/kgoodson/jagg-webapp/src/main/java/services/PlanViewImpl.java b/sandbox/kgoodson/jagg-webapp/src/main/java/services/PlanViewImpl.java index fad6f68b63..f9e889eb9e 100644 --- a/sandbox/kgoodson/jagg-webapp/src/main/java/services/PlanViewImpl.java +++ b/sandbox/kgoodson/jagg-webapp/src/main/java/services/PlanViewImpl.java @@ -49,7 +49,7 @@ public class PlanViewImpl implements PlanView { static String rssPrefix = "http://issues.apache.org/jira/si/jira.issueviews:issue-xml/"; @Property - public String planFile = "src/main/resources/jiraSideBand.xml"; + public String planFile = "jiraSideBand.xml"; @Init public void init() { diff --git a/sandbox/kgoodson/jagg-webapp/src/main/resources/plan.composite b/sandbox/kgoodson/jagg-webapp/src/main/resources/plan.composite index dbff8c905f..fd34364429 100644 --- a/sandbox/kgoodson/jagg-webapp/src/main/resources/plan.composite +++ b/sandbox/kgoodson/jagg-webapp/src/main/resources/plan.composite @@ -24,9 +24,6 @@ - - - diff --git a/sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html b/sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html deleted file mode 100644 index f064b47160..0000000000 --- a/sandbox/kgoodson/jagg-webapp/src/main/webapp/WEB-INF/plan.html +++ /dev/null @@ -1,150 +0,0 @@ - - - -Plan - - - - - - - - -

Plan

- - - - - -
-
- - - - -
-
-
- Add New Milestone -
- -
-
-
- - \ No newline at end of file diff --git a/sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html b/sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html new file mode 100644 index 0000000000..3301507afa --- /dev/null +++ b/sandbox/kgoodson/jagg-webapp/src/main/webapp/plan.html @@ -0,0 +1,151 @@ + + + +Plan + + + + + + + + + +

Plan

+ + + + + +
+
+ + + + +
+
+
+ Add New Milestone +
+ +
+
+
+ + \ No newline at end of file -- cgit v1.2.3