Author: jm
Date: 2012-07-03 16:56:21 -0700 (Tue, 03 Jul 2012)
New Revision: 29750
Modified:
core3/impl/trunk/swing-application-impl/pom.xml
Log:
Fixed pom file to work in Eclipse 3.8 and Eclipse 4.2 with m2Eclipse
Fixed problem with infinite jaxb build loop with m2Eclipse
Modified: core3/impl/trunk/swing-application-impl/pom.xml
===================================================================
--- core3/impl/trunk/swing-application-impl/pom.xml 2012-07-03 21:46:05 UTC
(rev 29749)
+++ core3/impl/trunk/swing-application-impl/pom.xml 2012-07-03 23:56:21 UTC
(rev 29750)
@@ -23,7 +23,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
-
<directory>${project.build.outputDirectory}/help</directory>
+ <directory>target/help</directory>
</resource>
</resources>
<plugins>
@@ -53,6 +53,7 @@
<goal>generate</goal>
</goals>
<configuration>
+
<generateDirectory>${project.build.directory}/generated-sources/xjc/sessionState</generateDirectory>
<schemaDirectory>src/main/resources/xsd</schemaDirectory>
<schemaIncludes>
<include>sessionState.xsd</include>
@@ -60,8 +61,6 @@
<generatePackage>org.cytoscape.internal.io</generatePackage>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
-
<removeOldOutput>false</removeOldOutput>
-
<forceRegenerate>true</forceRegenerate>
</configuration>
</execution>
</executions>
@@ -85,7 +84,7 @@
<type>zip</type>
<classifier>javahelp</classifier>
<overWrite>true</overWrite>
-
<outputDirectory>${project.build.outputDirectory}/help/cytoscape/help</outputDirectory>
+
<outputDirectory>target/help/cytoscape/help</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.