You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/04/15 14:23:50 UTC

svn commit: r1092680 [3/3] - in /incubator/stanbol/trunk: commons/web/home/src/main/java/org/apache/stanbol/commons/web/home/ commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/ enhancer/jersey/src/main/java/org/apac...

Modified: incubator/stanbol/trunk/enhancer/jersey/src/main/java/org/apache/stanbol/enhancer/jersey/fragment/EnhancerWebFragment.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/src/main/java/org/apache/stanbol/enhancer/jersey/fragment/EnhancerWebFragment.java?rev=1092680&r1=1092679&r2=1092680&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/jersey/src/main/java/org/apache/stanbol/enhancer/jersey/fragment/EnhancerWebFragment.java (original)
+++ incubator/stanbol/trunk/enhancer/jersey/src/main/java/org/apache/stanbol/enhancer/jersey/fragment/EnhancerWebFragment.java Fri Apr 15 12:23:49 2011
@@ -95,7 +95,6 @@ public class EnhancerWebFragment impleme
         List<ScriptResource> resources = new ArrayList<ScriptResource>();
         resources.add(new ScriptResource("text/javascript", "openlayers-2.9/OpenLayers.js", this, 10));
         resources.add(new ScriptResource("text/javascript", "scripts/prettify/prettify.js", this, 20));
-        resources.add(new ScriptResource("text/javascript", "scripts/jquery-1.4.2.js", this, 30));
         return resources;
     }