Author: mes
Date: 2010-09-28 16:37:18 -0700 (Tue, 28 Sep 2010)
New Revision: 22098
Modified:
cytoscape3/trunk/application/pom.xml
Log:
removed not-used-here code generation
Modified: cytoscape3/trunk/application/pom.xml
===================================================================
--- cytoscape3/trunk/application/pom.xml 2010-09-28 23:32:00 UTC (rev
22097)
+++ cytoscape3/trunk/application/pom.xml 2010-09-28 23:37:18 UTC (rev
22098)
@@ -122,40 +122,7 @@
<version>1.5.2</version>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.jvnet.jaxb2.maven2</groupId>
- <artifactId>maven-jaxb2-plugin</artifactId>
- <executions>
- <execution>
- <id>session</id>
- <goals>
- <goal>generate</goal>
- </goals>
- <configuration>
- <schemaDirectory>
-
src/main/resources/xsd
- </schemaDirectory>
- <schemaIncludes>
- <include>
-
cysession.xsd
- </include>
- </schemaIncludes>
- <generatePackage>
-
cytoscape.generated
- </generatePackage>
- <verbose>true</verbose>
-
<removeOldOutput>false</removeOldOutput>
-
<forceRegenerate>true</forceRegenerate>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
--
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.