Skip to content

Commit

Permalink
updated to build travis
Browse files Browse the repository at this point in the history
  • Loading branch information
poorva1209 committed Mar 18, 2021
1 parent 5d61eb3 commit 4de0566
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false

dist: trusty

language: java

jdk:
- oraclejdk8

install: ./gradlew --version

script: ./gradlew --continue
script:
- './gradlew build'
2 changes: 2 additions & 0 deletions cimhub/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target/
/bin/
/generated/
40 changes: 25 additions & 15 deletions cimhub/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
Bundle-Version: 1.0
Private-Package: \
gov.pnnl.gridappsd.cimhub.queryhandler.impl,\
gov.pnnl.gridappsd.cimhub.components
Export-Package: \
gov.pnnl.gridappsd.cimhub.queryhandler,\
gov.pnnl.gridappsd.cimhub,\
gov.pnnl.gridappsd.cimhub.dto
Service-Component: *
-buildpath: \
org.apache.felix.dependencymanager,\
org.apache.felix.dependencymanager.annotation,\
org.apache.felix.dependencymanager.runtime,\
biz.aQute.bnd.annotation,\
org.apache.jena.osgi;version=latest,\
org.apache.commons.math3,\
org.apache.servicemix.bundles.xerces,\
org.apache.servicemix.bundles.xmlresolver,\
com.fasterxml.jackson.core.jackson-core,\
com.fasterxml.jackson.core.jackson-databind,\
com.fasterxml.jackson.core.jackson-annotations,\
com.github.andrewoma.dexx.collection,\
com.github.jsonld-java,\
slf4j.api,\
slf4j.simple,\
org.apache.felix.http.bundle,\
org.apache.felix.http.servlet-api

-plugin org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin;log=debug

-sub: *.bnd
src: src/main/java,\
src/main/resources
bin: target/classes
target-dir: target
testsrc: src/test/java
testbin: target/test-classes
-runee: JavaSE-1.8
-runfw: org.apache.felix.framework;version='5.4.0'
-runbundles: org.apache.felix.log;version='[1.0.1,1.0.2)'
-runrequires: osgi.identity;filter:='(osgi.identity=httpcore)'
4 changes: 1 addition & 3 deletions cimhub/run.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
org.apache.felix.gogo.runtime,\
org.apache.felix.gogo.shell,\
org.apache.felix.gogo.command,\
blazegraph.cimhub;version=latest,\
blazegraph.cimhub.api;version=latest,\
org.apache.jena.osgi,\
org.apache.jena.osgi;version=latest,\
org.apache.commons.math3,\
org.apache.servicemix.bundles.xerces,\
org.apache.servicemix.bundles.xmlresolver,\
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 4de0566

Please sign in to comment.