-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to smaller version of cnf contents
- Loading branch information
1 parent
1425a87
commit ecfcf67
Showing
83 changed files
with
7,307 additions
and
27 deletions.
There are no files selected for viewing
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,75 @@ | ||
# Text files with LF eol | ||
*.auth crlf=input | ||
*.awk crlf=input | ||
*.bnd crlf=input | ||
*.bndrun crlf=input | ||
*.c crlf=input ident | ||
*.conf crlf=input | ||
*.cpp crlf=input ident | ||
*.css crlf=input | ||
*.ddf crlf=input | ||
*.ee crlf=input | ||
*.gradle crlf=input | ||
*.groovy crlf=input | ||
*.h crlf=input ident | ||
*.html crlf=input ident | ||
*.java crlf=input ident | ||
*.js crlf=input | ||
*.lib crlf=input | ||
*.md crlf=input | ||
*.MF crlf=input | ||
*.mf crlf=input | ||
*.perm crlf=input | ||
*.php crlf=input | ||
*.pl crlf=input | ||
*.pom crlf=input | ||
*.prefs crlf=input | ||
*.properties crlf=input | ||
*.py crlf=input | ||
*.schema crlf=input | ||
*.SF crlf=input | ||
*.sh crlf=input | ||
*.tcl crlf=input | ||
*.txt crlf=input | ||
*.xml crlf=input | ||
*.xsd crlf=input ident | ||
*.xsl crlf=input | ||
*.xslt crlf=input | ||
*.yml crlf=input | ||
.classpath crlf=input | ||
.project crlf=input | ||
gradlew crlf=input | ||
packageinfo crlf=input | ||
Makefile crlf=input | ||
README crlf=input | ||
LICENSE crlf=input | ||
|
||
# No EOL translation | ||
*.bat -crlf | ||
|
||
# Binary. No EOL translation, no diff | ||
*.ico binary | ||
*.jpeg binary | ||
*.jpg binary | ||
*.png binary | ||
*.crt binary | ||
*.pdf binary | ||
*.dll binary | ||
*.jar binary | ||
*.jnilib binary | ||
*.so binary | ||
*.zip binary | ||
*.doc binary | ||
*.ppt binary | ||
*.xls binary | ||
*.odg binary | ||
*.odp binary | ||
*.ods binary | ||
*.odt binary | ||
*.otg binary | ||
*.otp binary | ||
*.ots binary | ||
*.ott binary | ||
*.key binary | ||
*.numbers binary | ||
*.pages binary |
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,4 @@ | ||
# Compiled class file | ||
*.class | ||
|
||
# Log file | ||
*.log | ||
|
||
# BlueJ files | ||
*.ctxt | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
.DS_Store | ||
.gradle/ | ||
/generated/ | ||
.metadata |
Binary file not shown.
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,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>bndtools.workspace</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</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,10 @@ | ||
sudo: false | ||
|
||
language: java | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
||
install: ./gradlew --version | ||
|
||
script: ./gradlew --continue |
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,2 +1,4 @@ | ||
# bndtools.example.tasklist | ||
ECF Tasklist Remote Service Example | ||
# bndtools.workspace | ||
Bndtools Remote Service Workspace | ||
|
||
See usage documentation here: https://wiki.eclipse.org/Bndtools_Support_for_Remote_Services_Development |
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,4 @@ | ||
// Available to customize the build | ||
wrapper { | ||
jarFile = rootProject.file('.gradle-wrapper/gradle-wrapper.jar') | ||
} |
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 @@ | ||
/cache/ |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>cnf</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</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,81 @@ | ||
# Configure Repositories | ||
-plugin.1.R7.API: \ | ||
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \ | ||
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \ | ||
releaseUrls=https://repo.maven.apache.org/maven2/; \ | ||
revision=org.osgi.enroute:osgi-api:7.0.0; \ | ||
readOnly=true; \ | ||
name="OSGi R7 API" | ||
-plugin.2.R7.Impl: \ | ||
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \ | ||
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \ | ||
releaseUrls=https://repo.maven.apache.org/maven2/; \ | ||
revision=org.osgi.enroute:impl-index:7.0.0; \ | ||
readOnly=true; \ | ||
name="OSGi R7 Reference Implementations" | ||
-plugin.3.Test: \ | ||
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \ | ||
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \ | ||
releaseUrls=https://repo.maven.apache.org/maven2/; \ | ||
revision=org.osgi.enroute:test-bundles:7.0.0; \ | ||
readOnly=true; \ | ||
name="Testing Bundles" | ||
-plugin.4.Debug: \ | ||
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \ | ||
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \ | ||
releaseUrls=https://repo.maven.apache.org/maven2/; \ | ||
revision=org.osgi.enroute:debug-bundles:7.0.0; \ | ||
readOnly=true; \ | ||
name="Debug Bundles" | ||
-plugin.5.Central: \ | ||
aQute.bnd.repository.maven.provider.MavenBndRepository; \ | ||
releaseUrl=https://repo.maven.apache.org/maven2/; \ | ||
index=${.}/central.maven; \ | ||
readOnly=true; \ | ||
name="Maven Central" | ||
-plugin.6.Local: \ | ||
aQute.bnd.deployer.repository.LocalIndexedRepo; \ | ||
name = Local; \ | ||
pretty = true; \ | ||
local = ${build}/local | ||
|
||
-plugin.7.Templates: \ | ||
aQute.bnd.deployer.repository.LocalIndexedRepo; \ | ||
name = Templates; \ | ||
pretty = true; \ | ||
local = ${build}/templates | ||
|
||
-plugin.8.Release: \ | ||
aQute.bnd.deployer.repository.LocalIndexedRepo; \ | ||
name = Release; \ | ||
pretty = true; \ | ||
local = ${build}/release | ||
|
||
-plugin.9.ECFATCENTRAL: \ | ||
aQute.bnd.repository.maven.provider.MavenBndRepository; \ | ||
releaseUrl=https://repo1.maven.org/maven2/; \ | ||
index=${.}/ecfatcentral.maven; \ | ||
name="ECF Remote Services" | ||
|
||
-plugin.16.ECFJAXRS: \ | ||
aQute.bnd.deployer.repository.LocalIndexedRepo; \ | ||
name = ECF Jaxrs Distribution Providers; \ | ||
pretty = true; \ | ||
local = ${build}/ecf-distribution/jaxrs | ||
|
||
-releaserepo: Release | ||
-baselinerepo: Release | ||
|
||
# Always use contracts | ||
-contract: * | ||
|
||
# Set Git revision information in the manifests of built bundles | ||
Git-Descriptor: ${system-allow-fail;git describe --dirty --always} | ||
Git-SHA: ${system-allow-fail;git rev-list -1 HEAD} | ||
|
||
# JUnit | ||
junit: org.apache.servicemix.bundles.junit; version=4.12 | ||
mockito: org.mockito.mockito-core; version=2.13.0 | ||
mockito-deps: org.objenesis; version=2.6.0,\ | ||
net.bytebuddy.byte-buddy; version=1.7.9,\ | ||
net.bytebuddy.byte-buddy-agent; version=1.7.9 |
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,21 @@ | ||
org.apache.felix:org.apache.felix.configadmin:1.9.16 | ||
org.apache.felix:org.apache.felix.coordinator:1.0.2 | ||
org.apache.felix:org.apache.felix.eventadmin:1.5.0 | ||
org.apache.felix:org.apache.felix.fileinstall:3.6.4 | ||
org.apache.felix:org.apache.felix.framework:6.0.3 | ||
org.apache.felix:org.apache.felix.gogo.command:1.1.0 | ||
org.apache.felix:org.apache.felix.gogo.runtime:1.1.2 | ||
org.apache.felix:org.apache.felix.gogo.shell:1.1.2 | ||
org.apache.felix:org.apache.felix.http.jetty:4.0.14 | ||
org.apache.felix:org.apache.felix.http.servlet-api:1.1.2 | ||
org.apache.felix:org.apache.felix.log:1.2.2 | ||
org.apache.felix:org.apache.felix.metatype:1.2.2 | ||
org.apache.felix:org.apache.felix.scr:2.1.16 | ||
org.apache.felix:org.apache.felix.webconsole:jar:all:4.3.16 | ||
org.apache.felix:org.apache.felix.webconsole.plugins.ds:2.1.0 | ||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:4.12_1 | ||
org.hamcrest:hamcrest-core:2.2 | ||
org.osgi:osgi.annotation:7.0.0 | ||
org.osgi:osgi.cmpn:7.0.0 | ||
org.osgi:osgi.core:7.0.0 | ||
org.eclipse.persistence:javax.persistence:2.2.1 |
Binary file added
BIN
+65.3 KB
...jackson.core.jackson-annotations/com.fasterxml.jackson.core.jackson-annotations-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+318 KB
...com.fasterxml.jackson.core.jackson-core/com.fasterxml.jackson.core.jackson-core-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+1.28 MB
...erxml.jackson.core.jackson-databind/com.fasterxml.jackson.core.jackson-databind-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+31.6 KB
...jackson.jaxrs.jackson-jaxrs-base/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+15.5 KB
...son-jaxrs-json-provider/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+31.9 KB
...e-jaxb-annotations/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.9.8.jar
Binary file not shown.
Binary file added
BIN
+3.74 KB
...ion/jaxrs/com.mycorp.examples.student.client/com.mycorp.examples.student.client-1.4.0.jar
Binary file not shown.
Binary file added
BIN
+6.51 KB
...mples.student.remoteservice.host/com.mycorp.examples.student.remoteservice.host-1.7.0.jar
Binary file not shown.
Binary file added
BIN
+4.33 KB
cnf/ecf-distribution/jaxrs/com.mycorp.examples.student/com.mycorp.examples.student-1.1.0.jar
Binary file not shown.
Binary file added
BIN
+76.2 KB
...n/jaxrs/com.sun.activation.javax.activation/com.sun.activation.javax.activation-1.2.0.jar
Binary file not shown.
Oops, something went wrong.