Skip to content

Commit

Permalink
update to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 24, 2024
1 parent 7229554 commit cb764b6
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 23 deletions.
28 changes: 28 additions & 0 deletions DataModelDesign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
On the Design of Data Models
============================

The IVOA has a long history of designing data models in the efforts to provide
interoperability. However, the data models so created will be highly influenced
by the intended use to which the models will be put


What are the aims of the model?
------------------------------

### Labelling

### Verification

### Code Generation

### File format definition

### Querying


Recommendations
---------------

I would argue that the principal design aim should be a descriptive one - so the models are "domain models" that try not to be influenced by any implementation aims at all.

models that try to model instances
6 changes: 6 additions & 0 deletions Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ if this is successful then

or go to https://oss.sonatype.org/ to release manually

last known eclipse build on DSL-2021-09 on intel

There are tutorials and reference documents to guide development on the
[Xtext site](https://eclipse.org/Xtext/documentation/102_domainmodelwalkthrough.html)

Expand Down Expand Up @@ -127,3 +129,7 @@ Update

* https://git.fortiss.org/af3/org.fortiss.openjfx.git
* https://github.com/reficio/p2-maven-plugin used this...

JDK 17

* have been able to get
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This jar (only) is published to maven central so you do not to have to build it.

Use the following command to run the parser

java -jar vodslparser-0.4.6-standalone.jar model.vodsl
java -jar vodslparser-0.4.7-standalone.jar model.vodsl

which will produce a file `model.vo-dml.xml` of the equivalent VO-DML.

Expand Down
2 changes: 1 addition & 1 deletion eclipse.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="net.ivoa.vodsl.feature" version="0.4.6.qualifier">
<feature id="net.ivoa.vodsl.feature" version="0.4.7.qualifier">
<category name="main"/>
</feature>
<feature id="net.ivoa.vodsl.feature.source" version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions eclipse.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>vodsl.repository</artifactId>
<name>vodsl eclipse plugin repository</name>
<description>the eclipse repository for the VODSL plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions eclipse.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>eclipse.vodsl.target</artifactId>
<packaging>eclipse-target-definition</packaging>

Expand Down
4 changes: 2 additions & 2 deletions mavenbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<name>maven-base</name>
<description>Base POM for Maven</description>
<packaging>pom</packaging>
<url>https://javastro.github.io</url>
<properties>
<vodsl.version>0.4.6-SNAPSHOT</vodsl.version>
<vodsl.version>0.4.7-SNAPSHOT</vodsl.version>
<xtextVersion>2.25.0</xtextVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VODSL IDE
Bundle-Vendor: JBO, University of Manchester
Bundle-Version: 0.4.6.qualifier
Bundle-Version: 0.4.7.qualifier
Bundle-SymbolicName: net.ivoa.vodsl.ide;singleton:=true
Require-Bundle: net.ivoa.vodsl,
org.eclipse.xtext.ide;bundle-version="2.25.0",
Expand Down
4 changes: 2 additions & 2 deletions net.ivoa.vodsl.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>net.ivoa.vodsl.ide</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature
id="net.ivoa.vodsl.feature"
label="VODSL Feature"
version="0.4.6.qualifier"
version="0.4.7.qualifier"
provider-name="JBO, University of Manchester">

<description>
Expand Down
4 changes: 2 additions & 2 deletions net.ivoa.vodsl.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>net.ivoa.vodsl.feature</artifactId>
<packaging>eclipse-feature</packaging>

Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: VODSL UI
Bundle-Vendor: JBO,
University of Manchester
Bundle-Version: 0.4.6.qualifier
Bundle-Version: 0.4.7.qualifier
Bundle-SymbolicName: net.ivoa.vodsl.ui;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: net.ivoa.vodsl.ui;uses:="com.google.inject,org.eclipse.ui.plugin",
Expand Down
4 changes: 2 additions & 2 deletions net.ivoa.vodsl.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>net.ivoa.vodsl.ui</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: VODSL core
Bundle-Vendor: JBO,
University of Manchester
Bundle-Version: 0.4.6
Bundle-Version: 0.4.7
Bundle-SymbolicName: net.ivoa.vodsl;singleton:=true
Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xbase,
Expand Down
4 changes: 2 additions & 2 deletions net.ivoa.vodsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>

<version>0.4.6</version>
<version>0.4.7</version>
<artifactId>net.ivoa.vodsl</artifactId>

<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
>
<modelVersion>4.0.0</modelVersion>
<groupId>org.javastro.vodsl</groupId>
<version>0.4.6-SNAPSHOT</version>
<version>0.4.7-SNAPSHOT</version>
<artifactId>vodsl.parent</artifactId>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions vodsl.standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.javastro.vodsl</groupId>
<artifactId>mavenbase</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<relativePath>../mavenbase/pom.xml</relativePath>
</parent>
<version>0.4.6</version>
<version>0.4.7</version>
<artifactId>vodslparser</artifactId>
<name>VO-DSL parser</name>
<description>a standalone implementation of the VO-DSL parser and converter to VO-DML</description>
Expand Down

0 comments on commit cb764b6

Please sign in to comment.