Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-05-30 18:34:08 +0000
committerRoberto E. Escobar2014-05-31 00:54:50 +0000
commit481ece3112f646738b972258fd2cc037b9491a36 (patch)
tree08c116562f4550f4c29b04021d4ac3d498d95481 /features/org.eclipse.osee.core.feature/feature.xml
parent55ed5debef6a0dfbb31e96e79d7e85452c8cb3e6 (diff)
downloadorg.eclipse.osee-481ece3112f646738b972258fd2cc037b9491a36.tar.gz
org.eclipse.osee-481ece3112f646738b972258fd2cc037b9491a36.tar.xz
org.eclipse.osee-481ece3112f646738b972258fd2cc037b9491a36.zip
refactor: Rename rest.client to jaxrs.client
Diffstat (limited to 'features/org.eclipse.osee.core.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.core.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.core.feature/feature.xml b/features/org.eclipse.osee.core.feature/feature.xml
index bb2b76edf79..8784be9d48b 100644
--- a/features/org.eclipse.osee.core.feature/feature.xml
+++ b/features/org.eclipse.osee.core.feature/feature.xml
@@ -77,7 +77,7 @@
unpack="false"/>
<plugin
- id="org.eclipse.osee.rest.client"
+ id="org.eclipse.osee.jaxrs.client"
download-size="0"
install-size="0"
version="0.0.0"

Back to the top