Skip to content

Commit b05ad9a

Browse files
author
Greg Meyer
authored
Merge pull request #1 from DirectProjectJavaRI/develop
Archiving M1 Release Source
2 parents 79239ab + ee4c686 commit b05ad9a

323 files changed

Lines changed: 64653 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
/.classpath
25+
/.project

manifest.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
applications:
3+
- name: direct-config-ui
4+
instances: 1
5+
buildpack: java_buildpack
6+
path: target/config-ui-6.0-SNAPSHOT.war
7+
env:
8+
spring.cloud.config.label: master
9+
services:
10+
- directhisp-config-server
11+
- directhisp-eureka
12+

nb-configuration.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-shared-configuration>
3+
<!--
4+
This file contains additional configuration written by modules in the NetBeans IDE.
5+
The configuration is intended to be shared among all the users of project and
6+
therefore it is assumed to be part of version control checkout.
7+
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8+
-->
9+
<spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
10+
<config-files/>
11+
<config-file-groups/>
12+
</spring-data>
13+
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
14+
<!--
15+
Properties that influence various parts of the IDE, especially code formatting and the like.
16+
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
17+
That way multiple projects can share the same settings (useful for formatting rules for example).
18+
Any value defined here will override the pom.xml file value but is only applicable to the current project.
19+
-->
20+
<org-netbeans-modules-maven-jaxws.dont_5f_ask_5f_for_5f_nonjsr109_5f_config>true</org-netbeans-modules-maven-jaxws.dont_5f_ask_5f_for_5f_nonjsr109_5f_config>
21+
</properties>
22+
</project-shared-configuration>

0 commit comments

Comments
 (0)