Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • B Building Physics Catalog Editor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NeqModPlus
  • Building Physics
  • Building Physics Catalog Editor
  • Merge requests
  • !3

Resolve "Enable Maven Build"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kai-Holger Brassel requested to merge 5-enable-maven-build into master 4 years ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 23

Closes #5 (closed)

  • Kai-Holger Brassel @brassel added Doing technical labels 4 years ago

    added Doing technical labels

  • Kai-Holger Brassel @brassel mentioned in commit 87922590 4 years ago

    mentioned in commit 87922590

  • Kai-Holger Brassel @brassel merged 4 years ago

    merged

  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    cde6b190
    2 commits, 4 years ago

23 files
+ 394
- 116

    Preferences

    File browser
    Compare changes
de.hftstuttgart‎.buildingphysics‎
META‎-INF‎
MANIF‎EST.MF‎ +1 -1
.clas‎spath‎ +3 -4
.pro‎ject‎ +6 -0
pom‎.xml‎ +16 -0
de.hftstuttgart.build‎ingphysics.application‎
.clas‎spath‎ +1 -1
.pro‎ject‎ +6 -0
plugi‎n.xml‎ +2 -2
pom‎.xml‎ +14 -0
de.hftstuttgart.bu‎ildingphysics.edit‎
.clas‎spath‎ +3 -3
.pro‎ject‎ +6 -0
pom‎.xml‎ +16 -0
de.hftstuttgart.bui‎ldingphysics.feature‎
.pro‎ject‎ +6 -0
featu‎re.xml‎ +18 -56
pom‎.xml‎ +16 -0
de.hftstuttgart.bui‎ldingphysics.parent‎
.pro‎ject‎ +17 -0
pom‎.xml‎ +72 -0
de.hftstuttgart.bui‎ldingphysics.product‎
.pro‎ject‎ +17 -0
de.hftstuttgart.buildingp‎hysics.application.product‎ +60 -0
pom‎.xml‎ +46 -0
de.hftstuttgart.buil‎dingphysics.viewmodel‎
.clas‎spath‎ +6 -0
.pro‎ject‎ +34 -44
pom‎.xml‎ +16 -0
READ‎ME.md‎ +12 -5
de.hftstuttgart.buildingphysics/META-INF/MANIFEST.MF
+ 1
- 1
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.buildingphysics;singleton:=true
Automatic-Module-Name: de.hftstuttgart.buildingphysics
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
de.hftstuttgart.buildingphysics/.classpath
+ 3
- 4
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src-gen/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
de.hftstuttgart.buildingphysics/.project
+ 6
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.sirius.nature.modelingproject</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
de.hftstuttgart.buildingphysics/pom.xml 0 → 100644
+ 16
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.hftstuttgart.buildingphysics</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Building Physics Catalog Model</name>
<parent>
<groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../de.hftstuttgart.buildingphysics.parent</relativePath>
</parent>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.application/.classpath
+ 1
- 1
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
de.hftstuttgart.buildingphysics.application/.project
+ 6
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
de.hftstuttgart.buildingphysics.application/plugin.xml
+ 2
- 2
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,10 +7,10 @@
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.e4.ui.workbench.swt.E4Application"
name="de.hftstuttgart.buildingphysics.application">
name="Building Physics Catalog Editor">
<property
name="appName"
value="de.hftstuttgart.buildingphysics.application">
value="Building Physics Catalog Editor">
</property>
</product>
</extension>
de.hftstuttgart.buildingphysics.application/pom.xml 0 → 100644
+ 14
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.hftstuttgart.buildingphysics.application</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Building Physics Catalog Application</name>
<parent>
<groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../de.hftstuttgart.buildingphysics.parent</relativePath>
</parent>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.edit/.classpath
+ 3
- 3
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src-gen/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
de.hftstuttgart.buildingphysics.edit/.project
+ 6
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
de.hftstuttgart.buildingphysics.edit/pom.xml 0 → 100644
+ 16
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.hftstuttgart.buildingphysics.edit</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Building Physics Catalog Edit</name>
<parent>
<groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../de.hftstuttgart.buildingphysics.parent</relativePath>
</parent>
</project>
\ No newline at end of file
de.hftstuttgart.buildingphysics.feature/.project
+ 6
- 0
  • View file @ cde6b190

  • Edit in single-file editor

  • Open in Web IDE


@@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Doing technical
2
Doing technical
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Kai-Holger Brassel
Reference: neqmodplus/building-physics/building-physics-catalog-editor!3
Source branch: 5-enable-maven-build

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal