Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBDS-3072 remove association between com.jboss.devstudio.core.package and com.jboss.jbds.all so that Beta1 or Beta2 can be updated to Beta3 >> master #206

Merged
merged 1 commit into from Jul 2, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions site/com.jboss.devstudio.core.p2.inf
Expand Up @@ -13,11 +13,11 @@ units.1.requires.1.name=com.jboss.devstudio.core.package
units.1.requires.1.range=[$version$,$version$]
units.1.requires.1.greedy=true

# JBDS-2669 support name change from com.jboss.jbds.all to com.jboss.devstudio.core.package
update.id = com.jboss.jbds.all.feature.group
update.range = 0.0.0
update.severity = 0
update.description = Update JBoss Developer Studio (Branded Product) from old feature ID
# JBDS-2669 support name change from com.jboss.jbds.all to com.jboss.devstudio.core.package :: REMOVE -- this prevents updating JBDS Beta1 to newer version as there's no com.jboss.jbds.all anymore
#update.id = com.jboss.jbds.all.feature.group
#update.range = 0.0.0
#update.severity = 0
#update.description = Update JBoss Developer Studio (Branded Product) from old feature ID

# JBDS-2389 - make it easier to uninstall JBDS Product Feature :: REMOVE -- this prevents updating JBDS from installer to new version, as there's no eclipse.ini file there
#instructions.install=\
Expand Down