Commit in projects/lcsim/trunk on MAIN
parent/pom.xml+8-42859 -> 2860
util/pom.xml+4-132859 -> 2860
+12-17
2 modified files
remove Xerces dep as it is provided by JDK; move jdom dep to parent from util; also includes some site config

projects/lcsim/trunk/parent
pom.xml 2859 -> 2860
--- projects/lcsim/trunk/parent/pom.xml	2013-12-16 22:53:07 UTC (rev 2859)
+++ projects/lcsim/trunk/parent/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
@@ -20,9 +20,8 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
-        <org.lcsim.site>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim</org.lcsim.site>
-        <org.lcsim.scm.connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk</org.lcsim.scm.connection>
-        <org.lcsim.url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk</org.lcsim.url>
+        <org.lcsim.scmConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk</org.lcsim.scmConnection>
+        <org.lcsim.scmUrl>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk</org.lcsim.scmUrl>
         <org.lcsim.version>3.0-SNAPSHOT</org.lcsim.version>
     </properties>
     <scm>
@@ -73,7 +72,7 @@
         </snapshotRepository>
         <site>
             <id>lcsim-site</id>
-            <url>${org.lcsim.site}</url>
+            <url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim</url>
         </site>
     </distributionManagement>
     <dependencies>
@@ -82,6 +81,11 @@
             <artifactId>junit</artifactId>
             <version>3.8.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.jdom</groupId>
+            <artifactId>jdom</artifactId>
+            <version>1.1</version>
+        </dependency>
     </dependencies>
     <build>
         <defaultGoal>install</defaultGoal>

projects/lcsim/trunk/util
pom.xml 2859 -> 2860
--- projects/lcsim/trunk/util/pom.xml	2013-12-16 22:53:07 UTC (rev 2859)
+++ projects/lcsim/trunk/util/pom.xml	2013-12-18 07:00:48 UTC (rev 2860)
@@ -5,6 +5,7 @@
     <name>util</name>
     <description>miscellaneous utility classes</description>
     <packaging>jar</packaging>
+    <url>http://www.lcsim.org/sites/lcsim/lcsim-util/</url>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
@@ -12,22 +13,12 @@
         <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>
-            <groupId>org.jdom</groupId>
-            <artifactId>jdom</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.7.1</version>
-        </dependency>
-        <dependency>
             <groupId>org.gnu</groupId>
             <artifactId>jel</artifactId>
             <version>2.0.1</version>
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