Print

Print


Commit in lcio on MAIN
pom.xml+11-51.2 -> 1.3
update freehep-aid-plugin section (still doesn't work though)

lcio
pom.xml 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- pom.xml	28 Jun 2010 20:36:44 -0000	1.2
+++ pom.xml	28 Jun 2010 21:25:02 -0000	1.3
@@ -105,24 +105,30 @@
                 <version>2.0.1-SNAPSHOT</version>
                 <executions>
                     <execution>
-                        <id>generate-event-headers</id>
+                        <id>generate-event-interfaces</id>
                         <phase>generate-sources</phase>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
                         <configuration>
                             <sourceDirectory>${basedir}/src/aid/EVENT/</sourceDirectory>
-                            <targetDirectory>${basedir}/src/java/hep/lcio/event/</targetDirectory>
+                            <targetDirectory>${basedir}/src/java/</targetDirectory>
                         </configuration>
                     </execution>
                     <execution>
-                        <id>generate-io-headers</id>
+                        <id>generate-io-interfaces</id>
                         <phase>generate-sources</phase>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>                        
                         <configuration>
                             <sourceDirectory>${basedir}/src/aid/IO/</sourceDirectory>
-                            <targetDirectory>${basedir}/src/java/hep/lcio/IO/</targetDirectory>
+                            <targetDirectory>${basedir}/src/java/</targetDirectory>
                         </configuration>
                     </execution>
                 </executions>
-
             </plugin>
+
         </plugins>
     </build>
     <dependencies>
CVSspam 0.2.8