February 11, 2007

JSR-168 - More compiling instructions - getting Pluto jars

The one thing that was missing from my notes before is getting the Pluto 1.1 jars - here are two files that need changing.

I am not sure when I will check in the files - so I attach the diffs. Previously we would compile our own versions of these jars but as we approahc Pluto 1.1.0 release we can pull from the staging server.

charles-severances-computer:~/dev/sakai/master csev$ svn diff
Index: pom.xml<
===================================================================
--- pom.xml     (revision 21139)
+++ pom.xml     (working copy)
@@ -71,6 +71,15 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>Pluto Repor</id>
+      <name>Pluto Dev Repository</name>
+      <layout>default</layout>
+            <url>http://people.apache.org/builds/portals-pluto/m2-staging-repository</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
   <dependencies>

~/dev/sakai/charon_velocity_portal/portal-shared-deploy csev$ svn diffIndex: pom.xml
===================================================================
--- pom.xml     (revision 21139)
+++ pom.xml     (working copy)
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto-container</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>javax.portlet</groupId>
@@ -28,17 +28,17 @@
     <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto-descriptor-api</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto-descriptor-impl</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto-taglib</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>castor</groupId>

Posted by csev at February 11, 2007 10:39 AM