Commit in projects/lcsim/trunk on MAIN
aida/pom.xml+4-32860 -> 2861
analysis/pom.xml+4-32860 -> 2861
cal-calib/pom.xml+4-42860 -> 2861
cal-recon/pom.xml+4-32860 -> 2861
conditions/pom.xml+4-32860 -> 2861
detector-data/pom.xml+3-32860 -> 2861
detector-framework/pom.xml+8-32860 -> 2861
distribution/pom.xml+3-32860 -> 2861
event-heprep/pom.xml+4-32860 -> 2861
event-model/pom.xml+4-32860 -> 2861
event-processing/pom.xml+4-32860 -> 2861
job-manager/pom.xml+4-32860 -> 2861
math/pom.xml+4-32860 -> 2861
plugin/pom.xml+4-32860 -> 2861
recon-drivers/pom.xml+4-32860 -> 2861
site/pom.xml+12860 -> 2861
    /rebuild.sh+2-22860 -> 2861
site/src/site/site.xml+12860 -> 2861
site-parent/pom.xml+1-22860 -> 2861
tracking/pom.xml+4-32860 -> 2861
trf/pom.xml+4-32860 -> 2861
vertexing/pom.xml+4-32860 -> 2861
+79-59
22 modified files
add url setting to each module so that links work correctly in site

projects/lcsim/trunk/aida
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/aida/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/aida/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-aida</artifactId>
     <name>aida</name>
     <description>AIDA utilities</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-aida/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/analysis
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/analysis/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/analysis/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -5,6 +5,7 @@
     <groupId>org.lcsim</groupId>
     <name>analysis</name>
     <description>analysis code</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-analysis/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -12,9 +13,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/cal-calib
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/cal-calib/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/cal-calib/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -3,13 +3,13 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>lcsim-cal-calib</artifactId>
     <groupId>org.lcsim</groupId>
-    <packaging>jar</packaging>
     <name>cal-calib</name>
     <description>calorimeter calibration algorithms</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-cal-calib</url>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <parent>
         <groupId>org.lcsim</groupId>

projects/lcsim/trunk/cal-recon
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/cal-recon/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/cal-recon/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -6,10 +6,11 @@
     <packaging>jar</packaging>
     <name>cal-recon</name>
     <description>calorimeter reconstruction tools such as clustering algorithms</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-cal-recon/</url>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <parent>
         <groupId>org.lcsim</groupId>

projects/lcsim/trunk/conditions
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/conditions/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/conditions/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-conditions</artifactId>
     <name>conditions</name>
     <description>runtime access to conditions and detector description data</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-conditions/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/detector-data
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/detector-data/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/detector-data/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>${org.lcsim.url}/${project.name}</url>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
     </scm>
     <build>
         <resources>

projects/lcsim/trunk/detector-framework
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/detector-framework/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/detector-framework/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-detector-framework</artifactId>
     <name>detector-framework</name>
     <description>geometry and detector description framework (formerly GeomConverter)</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-detector-framework/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <build>
         <plugins>
@@ -82,6 +83,10 @@
                     <groupId>hep.aida</groupId>
                     <artifactId>aida</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.jdom</groupId>
+                    <artifactId>jdom</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
     </dependencies>

projects/lcsim/trunk/distribution
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/distribution/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/distribution/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -11,9 +11,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <build>
         <resources>

projects/lcsim/trunk/event-heprep
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/event-heprep/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/event-heprep/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-event-heprep</artifactId>
     <name>event-heprep</name>
     <description>utilities for converting event classes to HepRep</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-event-heprep/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/event-model
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/event-model/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/event-model/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-event-model</artifactId>
     <name>event-model</name>
     <description>physics event packages including interfaces, base classes and LCIO implementation</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-event-model/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/event-processing
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/event-processing/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/event-processing/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-event-processing</artifactId>
     <name>event-processing</name>
     <description>physics event processing including Driver implementation and adapters to Freehep record framework</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-event-processing/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/job-manager
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/job-manager/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/job-manager/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-job-manager</artifactId>
     <name>job-manager</name>
     <description>job manager allowing XML steering using a command line utility</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-job-manager/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/math
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/math/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/math/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-math</artifactId>
     <name>math</name>
     <description>math utilities</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-math/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/plugin
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/plugin/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/plugin/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-plugin</artifactId>
     <name>plugin</name>
     <description>JAS plugin</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-plugin/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/recon-drivers
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/recon-drivers/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/recon-drivers/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-recon-drivers</artifactId>
     <name>recon-drivers</name>
     <description>recon drivers used in production steering files for SiD and CLiC</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-recon-drivers/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/site
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/site/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/site/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -6,6 +6,7 @@
     <packaging>pom</packaging>
     <name>LCSim Project</name>
     <description>Physics Event Reconstruction and Analysis in Java</description>
+    <url>http://www.lcsim.org/sites/lcsim/</url>
     <scm>
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/site</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/site</developerConnection>

projects/lcsim/trunk/site
rebuild.sh 2860 -> 2861
--- projects/lcsim/trunk/site/rebuild.sh	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/site/rebuild.sh	2013-12-18 07:02:00 UTC (rev 2861)
@@ -1,6 +1,6 @@
 #!/bin/sh
 rm -rf /scratch/staging/*
 #mvn site:site site:stage --non-recursive -DstagingDirectory=/scratch/staging/site/
-#mvn site:site site:deploy
+mvn site:site site:deploy
 #mvn site:site site:stage -Djava.awt.headless=true -DstagingDirectory=/work/scratch/site
-mvn site:site site:stage -Djava.awt.headless=true -DstagingDirectory=/scratch/staging/site
+#mvn site:site site:stage -Djava.awt.headless=true -DtopSiteURL=. -DstagingDirectory=/scratch/staging/site

projects/lcsim/trunk/site/src/site
site.xml 2860 -> 2861
--- projects/lcsim/trunk/site/src/site/site.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/site/src/site/site.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -17,6 +17,7 @@
             <item name="Wiki" href="wiki.html"/>
             <item name="Links" href="links.html"/>
             <item name="Related Software" href="software.html"/>
+            <item name="Modules" href="modules.html"/>
         </menu>
         
         <menu name="Source Documentation">

projects/lcsim/trunk/site-parent
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/site-parent/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/site-parent/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -9,8 +9,7 @@
     <packaging>pom</packaging>
     <version>3.0-SNAPSHOT</version>
     <name>site-parent</name>
-    <url>http://www.lcsim.org/sites/lcsim</url>
-    <description>parent POM file</description>
+    <description>parent POM for lcsim website configuration</description>
     <distributionManagement>
         <repository>
             <id>lcsim-repo-releases</id>

projects/lcsim/trunk/tracking
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/tracking/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/tracking/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-tracking</artifactId>
     <name>tracking</name>
     <description>tracking including digitization package sisim and track finding with seedtracker</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-tracking/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/trf
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/trf/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/trf/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -5,6 +5,7 @@
     <groupId>org.lcsim</groupId>
     <name>trf</name>
     <description>trf track finding and ftf fitting packages</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-trf/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -12,9 +13,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>

projects/lcsim/trunk/vertexing
pom.xml 2860 -> 2861
--- projects/lcsim/trunk/vertexing/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
+++ projects/lcsim/trunk/vertexing/pom.xml	2013-12-18 07:02:00 UTC (rev 2861)
@@ -4,6 +4,7 @@
     <artifactId>lcsim-vertexing</artifactId>
     <name>vertexing</name>
     <description>vertex reconstruction</description>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-vertexing/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -11,9 +12,9 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>${org.lcsim.scm.connection}/${project.name}</connection>
-        <developerConnection>${org.lcsim.scm.connection}/${project.name}</developerConnection>
-        <url>${org.lcsim.url}/${project.name}</url>
+        <connection>${org.lcsim.scmConnection}/${project.name}</connection>
+        <developerConnection>${org.lcsim.scmConnection}/${project.name}</developerConnection>
+        <url>${org.lcsim.scmUrl}/${project.name}</url>
     </scm>
     <dependencies>
         <dependency>
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1