Author: anuzzolese
Date: Mon May 16 13:49:38 2011
New Revision: 1103735
URL: http://svn.apache.org/viewvc?rev=1103735&view=rev
Log:
Forced the build into the POM in order to do not import org.mortbay.jetty.
Modified:
incubator/stanbol/trunk/rules/web/pom.xml
incubator/stanbol/trunk/rules/web/src/main/resources/org/apache/stanbol/rules/web/static/actions/actions.js
Modified: incubator/stanbol/trunk/rules/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/web/pom.xml?rev=1103735&r1=1103734&r2=1103735&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/web/pom.xml (original)
+++ incubator/stanbol/trunk/rules/web/pom.xml Mon May 16 13:49:38 2011
@@ -47,6 +47,7 @@
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>
!org.apache.felix.http.jetty,
+ !org.mortbay.jetty.*,
*
</Import-Package>
</instructions>
Modified:
incubator/stanbol/trunk/rules/web/src/main/resources/org/apache/stanbol/rules/web/static/actions/actions.js
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/web/src/main/resources/org/apache/stanbol/rules/web/static/actions/actions.js?rev=1103735&r1=1103734&r2=1103735&view=diff
==============================================================================
---
incubator/stanbol/trunk/rules/web/src/main/resources/org/apache/stanbol/rules/web/static/actions/actions.js
(original)
+++
incubator/stanbol/trunk/rules/web/src/main/resources/org/apache/stanbol/rules/web/static/actions/actions.js
Mon May 16 13:49:38 2011
@@ -48,8 +48,8 @@ Interaction.prototype.previousTutorial =
Interaction.prototype.nextTutorial = function(){
//set the current page as inactive
- $("#tutorial" + tutorialPage).removeClass("active");
- $("#tutorial" + tutorialPage).addClass("inactive");
+ $("#tutorial0").removeClass("active");
+ $("#tutorial0").addClass("inactive");
alert("tutorial" + tutorialPage);