Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split bives project #19

Closed
FreakyBytes opened this issue Jan 30, 2017 · 0 comments
Closed

split bives project #19

FreakyBytes opened this issue Jan 30, 2017 · 0 comments

Comments

@FreakyBytes
Copy link
Member

Trac Ticket #19

component: code
owner: martin
reporter: martin
created: 2014-01-31 14:22:43
milestone:
type: task
version:
keywords:

into sub projects (core/parsers/xml-utils etc..)

comment 1

time: 2014-01-31 14:23:00
author: martin

current idea:

  • general-tools
  • xmltools: general-tools
  • bives-core: xmltools
  • bives-sbml: bives-core
  • bives-cellml: bives-core
  • bives-frameworks: bives-core, bives-sbml, bives-cellml

comment 2

time: 2014-01-31 14:23:18
author: martin

create poms and ant build scripts for all of them

comment 3

time: 2014-01-31 14:23:34
author: martin

Updated _comment0 to 1391178342516631

comment 4

time: 2014-01-31 14:23:34
author: martin

splitted bives project in v1.2

        <dependency>
                <groupId>de.unirostock.sems</groupId>
                <artifactId>xmlutils</artifactId>
                <version>[0.3,)</version>
        </dependency>
        <dependency>
                <groupId>de.unirostock.sems</groupId>
                <artifactId>BiVeS-Core</artifactId>
                <version>[1.2,)</version>
        </dependency>
        <dependency>
                <groupId>de.unirostock.sems</groupId>
                <artifactId>BiVeS-SBML</artifactId>
                <version>[1.2,)</version>
        </dependency>
        <dependency>
                <groupId>de.unirostock.sems</groupId>
                <artifactId>BiVeS-CellML</artifactId>
                <version>[1.2,)</version>
        </dependency>

for more information see also:

comment 5

time: 2014-02-05 12:28:36
author: martin

still open: ant build-scripts, but created extra tickets in

comment 6

time: 2014-02-05 12:28:36
author: martin

Updated resolution to fixed

comment 7

time: 2014-02-05 12:28:36
author: martin

Updated status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant