Skip to content

Commit

Permalink
Update (#7)
Browse files Browse the repository at this point in the history
* updating to use lyo relese 2.2.0

* Deleting IDE/eclipse specific files, since these are maven projects.
They should be imported into Eclipse as maven projects.

* Ignore Target folder, as well as an Eclipse/IDE specifc files.

* .ignore should only apply to the maven projects under
"lyo-rest-workshop"

* update ninacrm jetty version to make it work.

* update of bugz.properties file

* Updating the installation instructions to refer to the online content.
Also moving the pdf document to outside of Lab1.
  • Loading branch information
jadelkhoury authored Sep 17, 2019
1 parent 5f4737d commit 25db0bb
Show file tree
Hide file tree
Showing 65 changed files with 19 additions and 982 deletions.
12 changes: 12 additions & 0 deletions lyo-rest-workshop/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Build artefacts
target/
bin/

# IDE files
.project
.classpath
.settings/

.idea/
*.iml

11 changes: 0 additions & 11 deletions lyo-rest-workshop/Lab1/.classpath

This file was deleted.

42 changes: 0 additions & 42 deletions lyo-rest-workshop/Lab1/.project

This file was deleted.

12 changes: 0 additions & 12 deletions lyo-rest-workshop/Lab1/.settings/.jsdtscope

This file was deleted.

13 changes: 0 additions & 13 deletions lyo-rest-workshop/Lab1/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions lyo-rest-workshop/Lab1/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

11 changes: 0 additions & 11 deletions lyo-rest-workshop/Lab1/.settings/org.eclipse.wst.common.component

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion lyo-rest-workshop/Lab1/src/main/resources/bugz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#
# IBM Corporation - initial API and implementation
###############################################################################
bugzilla_uri=https://landfill.bugzilla.org/bugzilla-4.0-branch/
bugzilla_uri=http://localhost/bugzilla/
admin=<your bugzilla account>

10 changes: 0 additions & 10 deletions lyo-rest-workshop/Lab2/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions lyo-rest-workshop/Lab2/.project

This file was deleted.

12 changes: 0 additions & 12 deletions lyo-rest-workshop/Lab2/.settings/.jsdtscope

This file was deleted.

13 changes: 0 additions & 13 deletions lyo-rest-workshop/Lab2/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions lyo-rest-workshop/Lab2/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

11 changes: 0 additions & 11 deletions lyo-rest-workshop/Lab2/.settings/org.eclipse.wst.common.component

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion lyo-rest-workshop/Lab2/src/main/resources/bugz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#
# IBM Corporation - initial API and implementation
###############################################################################
bugzilla_uri=https://landfill.bugzilla.org/bugzilla-4.0-branch/
bugzilla_uri=http://localhost/bugzilla/
admin=<your bugzilla account>

10 changes: 0 additions & 10 deletions lyo-rest-workshop/Lab3/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions lyo-rest-workshop/Lab3/.project

This file was deleted.

13 changes: 0 additions & 13 deletions lyo-rest-workshop/Lab3/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions lyo-rest-workshop/Lab3/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion lyo-rest-workshop/Lab3/src/main/resources/bugz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#
# IBM Corporation - initial API and implementation
###############################################################################
bugzilla_uri=https://landfill.bugzilla.org/bugzilla-4.0-branch/
bugzilla_uri=http://localhost/bugzilla/
admin=<your bugzilla account>

10 changes: 0 additions & 10 deletions lyo-rest-workshop/Lab4/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions lyo-rest-workshop/Lab4/.project

This file was deleted.

13 changes: 0 additions & 13 deletions lyo-rest-workshop/Lab4/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions lyo-rest-workshop/Lab4/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion lyo-rest-workshop/Lab4/src/main/resources/bugz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#
# IBM Corporation - initial API and implementation
###############################################################################
bugzilla_uri=https://landfill.bugzilla.org/bugzilla-4.0-branch/
bugzilla_uri=http://localhost/bugzilla/
admin=<your bugzilla account>

10 changes: 0 additions & 10 deletions lyo-rest-workshop/Lab5/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions lyo-rest-workshop/Lab5/.project

This file was deleted.

Loading

0 comments on commit 25db0bb

Please sign in to comment.