Add support for loading the ontologies for the distro
-----------------------------------------------------
Key: SRAMP-145
URL:
https://issues.jboss.org/browse/SRAMP-145
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Governance
Reporter: Kurt Stam
Assignee: Eric Wittmann
Fix For: Milestone 4
Hi Eric, in the build.xml I added a target upload.seeddata.fromsrc. This loads the
deployment-status.owl file. We probably need a distro version of this as well. Can you
take care of that?
<target name="upload.seeddata.fromsrc" unless="is.dist">
<echo>Seeding the S-RAMP repo</echo>
<java
classname="org.overlord.sramp.shell.commands.ontology.UploadOntologyCommand">
<classpath refid="client-classpath" />
</java>
</target>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: