[dna-issues] [JBoss JIRA] Commented: (DNA-146) Create the maven module for dna-sequencer-java
Serge Emmanuel Pagop (JIRA)
jira-events at lists.jboss.org
Sun Jun 15 17:13:33 EDT 2008
[ http://jira.jboss.com/jira/browse/DNA-146?page=comments#action_12417212 ]
Serge Emmanuel Pagop commented on DNA-146:
------------------------------------------
For this sequencer module, I will use the AST (Abstract Syntax Tree) Eclipse Framework and commons.io dependencies
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.2.3.v_686_R32x</version>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
<version>3.3.100-v20070530</version>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
<version>3.3.0-v20070604</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
> Create the maven module for dna-sequencer-java
> ----------------------------------------------
>
> Key: DNA-146
> URL: http://jira.jboss.com/jira/browse/DNA-146
> Project: DNA
> Issue Type: Sub-task
> Components: Sequencers
> Reporter: Serge Emmanuel Pagop
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list