Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-05-29 21:02:10 +0000
committerRoberto E. Escobar2014-05-31 00:39:56 +0000
commit4f99b6fc8ba615602794f04029e7a81426488272 (patch)
tree8f1f884f67e118484257f5a50bdf47e0b9f539e0 /features/org.eclipse.osee.x.core.feature/feature.xml
parentc8b7354b8250458e647f4a96caef5e0ea1d0f884 (diff)
downloadorg.eclipse.osee-4f99b6fc8ba615602794f04029e7a81426488272.tar.gz
org.eclipse.osee-4f99b6fc8ba615602794f04029e7a81426488272.tar.xz
org.eclipse.osee-4f99b6fc8ba615602794f04029e7a81426488272.zip
refactor: Rename osee.rest.model to osee.jaxrs
Diffstat (limited to 'features/org.eclipse.osee.x.core.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.x.core.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.x.core.feature/feature.xml b/features/org.eclipse.osee.x.core.feature/feature.xml
index 677c037c654..9410e064c2f 100644
--- a/features/org.eclipse.osee.x.core.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.feature/feature.xml
@@ -159,7 +159,7 @@
unpack="false"/>
<plugin
- id="org.eclipse.osee.rest.model"
+ id="org.eclipse.osee.jaxrs"
download-size="0"
install-size="0"
version="0.0.0"

Back to the top