-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9db3da
commit 4cafc57
Showing
1,313 changed files
with
32,312 additions
and
13,672 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
de.rcenvironment.binaries.dakota.linux.x86_64/build.properties
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
de.rcenvironment.binaries.dakota.win32.x86_64/build.properties
This file was deleted.
Oops, something went wrong.
8 changes: 1 addition & 7 deletions
8
de.rcenvironment.common.parent/.project → de.rcenvironment.build.common/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.