Skip to content

Commit

Permalink
22816 Tag classes in Gofer-Core
Browse files Browse the repository at this point in the history
tag classes to get some structure into this package

https://pharo.fogbugz.com/f/cases/22816/Tag-classes-in-Gofer-Core
  • Loading branch information
astares committed Dec 19, 2018
1 parent 92c3f82 commit 7ba2664
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/Gofer-Core/Gofer.class.st
Expand Up @@ -76,7 +76,7 @@ Class {
'packageCacheRepository',
'resolvedReferencesCache'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Base'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferChanges.class.st
Expand Up @@ -4,7 +4,7 @@ Handling changes
Class {
#name : #GoferChanges,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferCleanup.class.st
Expand Up @@ -4,7 +4,7 @@ Cleanup working copies
Class {
#name : #GoferCleanup,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #cleaning }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferCommit.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'message'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #running }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferConfigurationReference.class.st
Expand Up @@ -4,7 +4,7 @@ A GoferPackageReference refers to the latest version of a Monticello package rep
Class {
#name : #GoferConfigurationReference,
#superclass : #GoferPackageReference,
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferConstraintReference.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'constraintBlock'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferFetch.class.st
Expand Up @@ -4,7 +4,7 @@ Fetch packages using Gofer
Class {
#name : #GoferFetch,
#superclass : #GoferSynchronize,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferLoad.class.st
Expand Up @@ -4,7 +4,7 @@ Loading for specific packages using Gofer
Class {
#name : #GoferLoad,
#superclass : #GoferOperation,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferLocalChanges.class.st
Expand Up @@ -4,7 +4,7 @@ Handling local changes
Class {
#name : #GoferLocalChanges,
#superclass : #GoferChanges,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #queries }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferMerge.class.st
Expand Up @@ -4,7 +4,7 @@ Merge work
Class {
#name : #GoferMerge,
#superclass : #GoferUpdate,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferMetacelloLoad.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'version'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferOperation.class.st
Expand Up @@ -8,7 +8,7 @@ Class {
'gofer',
'model'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferPackageReference.class.st
Expand Up @@ -4,7 +4,7 @@ A GoferPackageReference refers to the latest version of a Monticello package.
Class {
#name : #GoferPackageReference,
#superclass : #GoferReference,
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferPush.class.st
Expand Up @@ -4,7 +4,7 @@ Push a version
Class {
#name : #GoferPush,
#superclass : #GoferSynchronize,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferRecompile.class.st
Expand Up @@ -4,7 +4,7 @@ Recompile
Class {
#name : #GoferRecompile,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #running }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferReference.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'name'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferReinitialize.class.st
Expand Up @@ -4,7 +4,7 @@ I'm a private and internal class to Gofer. I'm a command used to call the class
Class {
#name : #GoferReinitialize,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #running }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferRemoteChanges.class.st
Expand Up @@ -4,7 +4,7 @@ Handling remote changes
Class {
#name : #GoferRemoteChanges,
#superclass : #GoferChanges,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #queries }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferRepositoryError.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'repository'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Exceptions'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferResolvedReference.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'repository'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferRevert.class.st
Expand Up @@ -4,7 +4,7 @@ Revert work
Class {
#name : #GoferRevert,
#superclass : #GoferUpdate,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #running }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferSynchronize.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'cacheReferences'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferUnload.class.st
Expand Up @@ -4,7 +4,7 @@ Unload
Class {
#name : #GoferUnload,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferUpdate.class.st
Expand Up @@ -4,7 +4,7 @@ Update
Class {
#name : #GoferUpdate,
#superclass : #GoferWorking,
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferVersionReference.class.st
Expand Up @@ -10,7 +10,7 @@ Class {
'branch',
'versionNumber'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-References'
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gofer-Core/GoferWorking.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'workingCopies'
],
#category : #'Gofer-Core'
#category : #'Gofer-Core-Operations'
}

{ #category : #private }
Expand Down

0 comments on commit 7ba2664

Please sign in to comment.