Author: woonsan
Date: Thu Apr 22 17:24:29 2010
New Revision: 936973

URL: http://svn.apache.org/viewvc?rev=936973&view=rev
Log:
PB-104: Filling script dependencies subprojects.

Modified:
    portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
    portals/bridges/bridges-script/trunk/pom.xml
    portals/bridges/bridges-script/trunk/portlet/pom.xml

Modified: portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml 
(original)
+++ portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml Thu Apr 
22 17:24:29 2010
@@ -26,7 +26,7 @@
   </prerequisites>
   
   <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>beanshell</artifactId>
+  <artifactId>portals-bridges-script-beanshell</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for BeanShell</name>
   <parent>
     <groupId>org.apache.portals.bridges.script</groupId>
@@ -54,6 +54,11 @@
       <artifactId>bsh</artifactId>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.portals.bridges.script</groupId>
+      <artifactId>portals-bridges-script</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml Thu Apr 22 
17:24:29 2010
@@ -26,7 +26,7 @@
   </prerequisites>
   
   <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>groovy</artifactId>
+  <artifactId>portals-bridges-script-groovy</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Groovy</name>
   <parent>
     <groupId>org.apache.portals.bridges.script</groupId>
@@ -54,6 +54,11 @@
       <artifactId>groovy-all</artifactId>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.portals.bridges.script</groupId>
+      <artifactId>portals-bridges-script</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml Thu Apr 22 
17:24:29 2010
@@ -26,7 +26,7 @@
   </prerequisites>
   
   <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>jruby</artifactId>
+  <artifactId>portals-bridges-script-jruby</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for JRuby</name>
   <parent>
     <groupId>org.apache.portals.bridges.script</groupId>
@@ -54,6 +54,11 @@
       <artifactId>jruby</artifactId>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.portals.bridges.script</groupId>
+      <artifactId>portals-bridges-script</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml Thu Apr 22 
17:24:29 2010
@@ -26,7 +26,7 @@
   </prerequisites>
   
   <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>jython</artifactId>
+  <artifactId>portals-bridges-script-jython</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Jython</name>
   <parent>
     <groupId>org.apache.portals.bridges.script</groupId>
@@ -54,6 +54,11 @@
       <artifactId>jython</artifactId>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.portals.bridges.script</groupId>
+      <artifactId>portals-bridges-script</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml Thu Apr 22 
17:24:29 2010
@@ -26,7 +26,7 @@
   </prerequisites>
   
   <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>rhino</artifactId>
+  <artifactId>portals-bridges-script-rhino</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Rhino 
JavaScript</name>
   <parent>
     <groupId>org.apache.portals.bridges.script</groupId>
@@ -54,6 +54,11 @@
       <artifactId>js</artifactId>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.portals.bridges.script</groupId>
+      <artifactId>portals-bridges-script</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/pom.xml Thu Apr 22 17:24:29 2010
@@ -212,6 +212,12 @@
         <scope>test</scope>
       </dependency>
       
+      <dependency>
+        <groupId>org.apache.portals.bridges.script</groupId>
+        <artifactId>portals-bridges-script</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
     </dependencies>
     
   </dependencyManagement>

Modified: portals/bridges/bridges-script/trunk/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/portlet/pom.xml?rev=936973&r1=936972&r2=936973&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/portlet/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/portlet/pom.xml Thu Apr 22 17:24:29 
2010
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.portals.bridges.script</groupId>
-  <artifactId>portlet</artifactId>
+  <artifactId>portals-bridges-script</artifactId>
   <packaging>jar</packaging>
   <name>Apache Portals Bridges Script Bridge Portlet</name>
   <description>Apache Portals Bridges Script Bridge Portlet</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to