Author: fchrist
Date: Fri Apr 15 12:23:49 2011
New Revision: 1092680
URL: http://svn.apache.org/viewvc?rev=1092680&view=rev
Log:
STANBOL-174 Moved jQuery to commons/web
Added:
incubator/stanbol/trunk/commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/
incubator/stanbol/trunk/commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/jquery-1.4.2.js
Removed:
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/scripts/jquery-1.4.2.js
Modified:
incubator/stanbol/trunk/commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/HomeWebFragment.java
incubator/stanbol/trunk/enhancer/jersey/src/main/java/org/apache/stanbol/enhancer/jersey/fragment/EnhancerWebFragment.java
Modified:
incubator/stanbol/trunk/commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/HomeWebFragment.java
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/HomeWebFragment.java?rev=1092680&r1=1092679&r2=1092680&view=diff
==============================================================================
---
incubator/stanbol/trunk/commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/HomeWebFragment.java
(original)
+++
incubator/stanbol/trunk/commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/HomeWebFragment.java
Fri Apr 15 12:23:49 2011
@@ -78,7 +78,7 @@ public class HomeWebFragment implements
@Override
public List<ScriptResource> getScriptResources() {
List<ScriptResource> resources = new ArrayList<ScriptResource>();
- // resources.add(new ScriptResource("text/javascript",
"scripts/jquery-1.4.2.js", this, 0));
+ resources.add(new ScriptResource("text/javascript",
"scripts/jquery-1.4.2.js", this, 0));
return resources;
}