Skip to content

Commit

Permalink
Added source code of release 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcenvironment-dlr committed Dec 20, 2022
1 parent a9db3da commit 4cafc57
Show file tree
Hide file tree
Showing 1,313 changed files with 32,312 additions and 13,672 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.rcenvironment.common.parent</name>
<name>de.rcenvironment.build.common</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
24 changes: 24 additions & 0 deletions de.rcenvironment.build.common/maven/parent/all/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- This aggregator POM is mostly intended for test building the parent POMs,
or deploying/installing them if desired. It is not used by standard builds. -->
<artifactId>de.rcenvironment.build.common.parent.all</artifactId>
<name>RCE Parent POMs - Common - All (Collection)</name>
<packaging>pom</packaging>

<parent>
<groupId>de.rcenvironment</groupId>
<artifactId>de.rcenvironment.build.common.parent.basicSettings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../basicSettings</relativePath>
</parent>

<modules>
<module>../basicSettings</module>
<module>../osgiProject</module>
<module>../osgiRepositoryProject</module>
</modules>

</project>
Loading

0 comments on commit 4cafc57

Please sign in to comment.