Author: fmeschbe
Date: Mon Dec 17 10:19:35 2007
New Revision: 604954

URL: http://svn.apache.org/viewvc?rev=604954&view=rev
Log:
Inline embedded dependencies for microsling to be able to use them

Modified:
    incubator/sling/trunk/scripting/freemarker/pom.xml
    incubator/sling/trunk/scripting/ruby/pom.xml
    incubator/sling/trunk/scripting/velocity/pom.xml

Modified: incubator/sling/trunk/scripting/freemarker/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/freemarker/pom.xml?rev=604954&r1=604953&r2=604954&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/freemarker/pom.xml (original)
+++ incubator/sling/trunk/scripting/freemarker/pom.xml Mon Dec 17 10:19:35 2007
@@ -67,7 +67,7 @@
                             org.apache.sling.scripting.freemarker
                         </Private-Package>
 
-                        <Embed-Dependency>freemarker</Embed-Dependency>
+                        
<Embed-Dependency>freemarker;inline=true</Embed-Dependency>
                         <Import-Package>
                             javax.servlet.jsp.*; javax.swing.*;
                             org.apache.log; org.apache.log4j;

Modified: incubator/sling/trunk/scripting/ruby/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/ruby/pom.xml?rev=604954&r1=604953&r2=604954&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/ruby/pom.xml (original)
+++ incubator/sling/trunk/scripting/ruby/pom.xml Mon Dec 17 10:19:35 2007
@@ -63,7 +63,7 @@
                             org.apache.sling.scripting.ruby
                         </Private-Package>
                         
-                        <Embed-Dependency>jruby-complete</Embed-Dependency>
+                        
<Embed-Dependency>jruby-complete;inline=true</Embed-Dependency>
                         <Import-Package>
                             javax.swing.*;
                             org.apache.bsf.*;

Modified: incubator/sling/trunk/scripting/velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/velocity/pom.xml?rev=604954&r1=604953&r2=604954&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/velocity/pom.xml (original)
+++ incubator/sling/trunk/scripting/velocity/pom.xml Mon Dec 17 10:19:35 2007
@@ -64,7 +64,7 @@
                         </Private-Package>
 
                         <Embed-Dependency>
-                            velocity,oro,commons-lang
+                            velocity;oro;commons-lang;inline=true
                         </Embed-Dependency>
                         <Import-Package>
                             com.werken.xpath; javax.sql;


Reply via email to