Print

Print


Commit in projects/lcsim/trunk/plugin on MAIN
pom.xml+37-112979 -> 2980
add includes section with all lcsim dependencies required by plugin

projects/lcsim/trunk/plugin
pom.xml 2979 -> 2980
--- projects/lcsim/trunk/plugin/pom.xml	2014-02-12 22:21:22 UTC (rev 2979)
+++ projects/lcsim/trunk/plugin/pom.xml	2014-02-12 22:21:45 UTC (rev 2980)
@@ -17,9 +17,19 @@
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</developerConnection>
     </scm>
-
+    
     <dependencies>
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jdom</groupId>
+            <artifactId>jdom</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>lcsim-distribution</artifactId>
             <type>pom</type>
@@ -47,7 +57,7 @@
             <plugin>
                 <groupId>org.freehep</groupId>
                 <artifactId>freehep-jas-plugin</artifactId>
-                <version>3.1.6</version>
+                <version>3.1.7-SNAPSHOT</version>
                 <configuration>
                     <urls>
                         <property>
@@ -61,15 +71,31 @@
                             <value>http://srs.slac.stanford.edu/nexus/service/local/artifact/maven/redirect?r=lcsim-maven2-public</value>
                         </property>
                     </redirectUrls>
-                    <excludes>
-                        <exclude>junit:junit</exclude>
-                        <exclude>jdom:jdom</exclude>
-                        <exclude>org.freehep:jas-core</exclude>
-                        <exclude>org.freehep:freehep-application</exclude>
-                        <exclude>org.freehep:freehep-record</exclude>
-                        <exclude>org.netbeans:openide-lookup</exclude>
-                        <exclude>javax.help:javahelp</exclude>                        
-                    </excludes>
+                    <includes>                    
+                        <include>org.freehep:freehep-mcfio</include>
+                        <include>org.freehep:freehep-physics</include>
+                        <include>org.freehep:freehep-sio</include>
+                        <include>org.freehep:freehep-stdhep</include>
+                        <include>org.freehep:freehep-xdr</include>                    
+                        <include>org.lcsim:lcsim-aida</include>
+                        <include>org.lcsim:lcsim-analysis</include>
+                        <include>org.lcsim:lcsim-cal-calib</include>
+                        <include>org.lcsim:lcsim-cal-recon</include>
+                        <include>org.lcsim:lcsim-conditions</include>
+                        <include>org.lcsim:lcsim-detector-data</include>
+                        <include>org.lcsim:lcsim-detector-framework</include>
+                        <include>org.lcsim:lcsim-event-heprep</include>
+                        <include>org.lcsim:lcsim-event-model</include>
+                        <include>org.lcsim:lcsim-event-processing</include>
+                        <include>org.lcsim:lcsim-job-manager</include>
+                        <include>org.lcsim:lcsim-math</include>
+                        <include>org.lcsim:lcsim-plugin</include>
+                        <include>org.lcsim:lcsim-recon-drivers</include>
+                        <include>org.lcsim:lcsim-tracking</include>
+                        <include>org.lcsim:lcsim-trf</include>
+                        <include>org.lcsim:lcsim-util</include>
+                        <include>org.lcsim:lcsim-vertexing</include>                                                                       
+                    </includes>
                 </configuration>
                 <executions>
                     <execution>
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