Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
8405a420e922de102cb2d7e55c1c4b32983805aa
/
sigil
/
common
/
core
103ace9
tidy up ? extends noise in support class
by David Morgan Spenser Savage
· 14 years ago
b8a8459
update jvm-packages to include Apache header updated contents based on felix-framework default.properties
by David Morgan Spenser Savage
· 14 years ago
8afeec5
add NOTICE and DEPENDENCIES files to built bundles
by David Morgan Spenser Savage
· 14 years ago
5270a0a
fix up NOTICE and DEPENDENCY files
by David Morgan Spenser Savage
· 14 years ago
231257d
Add toString for debug purposes
by David Morgan Spenser Savage
· 14 years ago
eabafeb
add clone support for config objects
by David Morgan Spenser Savage
· 14 years ago
afa8759
improve exception if bsn not set npe->ise
by David Morgan Spenser Savage
· 14 years ago
bff5859
pull common config field up class hierarchy to avoid duplication
by David Morgan Spenser Savage
· 14 years ago
357dd2b
add toString for debug purposes
by David Morgan Spenser Savage
· 14 years ago
7ed4edf
check for duplicate classpath entries (part of FELIX-2575)
by David Morgan Spenser Savage
· 14 years ago
b5b4c63
tidy up compile warnings
by David Morgan Spenser Savage
· 14 years ago
3dc2333
delete unused priority constants
by David Morgan Spenser Savage
· 14 years ago
4e3d686
further work on FELIX-1355, also tidied up repository preferences as part of FELIX-1649
by David Morgan Spenser Savage
· 14 years ago
8fdb51f
make addRepository private and discard unused removeRepository method
by David Morgan Spenser Savage
· 14 years ago
59e27b3
further refactor of IRepositoryConfig as part FELIX-1355
by David Morgan Spenser Savage
· 14 years ago
99901e0
tidy up internal methods from public api
by David Morgan Spenser Savage
· 14 years ago
25a44a1
repository config is now managed via a repository path approach (part of work for FELIX-1355)
by David Morgan Spenser Savage
· 14 years ago
7083468
start work on adding license files
by David Morgan Spenser Savage
· 14 years ago
8168a16
update properties file form of jvm packages to use BldUtil.expand to reduce redundant information
by David Morgan Spenser Savage
· 14 years ago
a89bba0
use shared util method to read Manifest from ZipFiles (FELIX-2527)
by David Morgan Spenser Savage
· 14 years ago
31042c9
fix for FELIX-2517 - read correct existing entries
by David Morgan Spenser Savage
· 14 years ago
e0cfa12
fix for zip exception on missing local jar (FELIX-2515)
by David Morgan Spenser Savage
· 14 years ago
9622194
improve resolution of resolve progress reporting
by David Morgan Spenser Savage
· 14 years ago
c9bcef3
refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509)
by David Morgan Spenser Savage
· 14 years ago
2843d69
tidyup repository config
by David Morgan Spenser Savage
· 14 years ago
ed7b830
further tidyup - imports/unused code etc
by David Morgan Spenser Savage
· 14 years ago
db5ae9d
reformat code using updated code template (FELIX-1613)
by David Morgan Spenser Savage
· 14 years ago
7fdf9b4
tidy up common packages to use common prefix (FELIX-2504)
by David Morgan Spenser Savage
· 14 years ago
208e159
FELIX-2495 fix UI saving of multi-bundle peojects.
by Derek Baum
· 14 years ago
6a829da
add required internal package
by David Morgan Spenser Savage
· 14 years ago
7d944a5
update bndlib to 0.0.384
by David Morgan Spenser Savage
· 14 years ago
d8f351a
Remove dependency on IPath (FELIX-1509)
by David Morgan Spenser Savage
· 14 years ago
a8b37ba
remove unnecessary comment
by David Morgan Spenser Savage
· 14 years ago
e63da4c
FELIX-2463 - preserve order of -resources
by Derek Baum
· 14 years ago
8fbd5d6
add [revision] to destpattern in sigil.bundle ant task. FELIX-2290
by Derek Baum
· 15 years ago
31c44cf
add ability to disable repository entry by setting disabled=true
by Derek Baum
· 15 years ago
9c0f9b9
Mark load as synchronized to avoid threading issues when accessing hashmap
by David Morgan Spenser Savage
· 15 years ago
ea99013
Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164)
by David Morgan Spenser Savage
· 15 years ago
9e0edaa
update after annotation package change
by David Morgan Spenser Savage
· 15 years ago
05c1eb7
move annotation to own package
by David Morgan Spenser Savage
· 15 years ago
c84a713
Remove unused interfaces
by David Morgan Spenser Savage
· 15 years ago
662eb10
Fix for npe found in FELIX-2159 missing ()'s
by David Morgan Spenser Savage
· 15 years ago
69b8b0e
Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502)
by David Morgan Spenser Savage
· 15 years ago
ac5f0d1
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
2e33628
Related fix for FELIX-2152
by David Morgan Spenser Savage
· 15 years ago
1f56a96
Override clone method to perform model specific actions (FELIX-2152) also some minor code refactoring to move all overridden methods to one block of code
by David Morgan Spenser Savage
· 15 years ago
cea3484
Implement equals and hashCode methods
by David Morgan Spenser Savage
· 15 years ago
ae6e75f
tidy up unused import
by David Morgan Spenser Savage
· 15 years ago
29bf157
tidy up npe caused by adding system bundle repository to repository set (FELIX-2133)
by David Morgan Spenser Savage
· 15 years ago
21c449c
tidy up npe for project bundles
by David Morgan Spenser Savage
· 15 years ago
f8dcb19
update bundle manifest data after synchronizing from repository (FELIX-1740)
by David Morgan Spenser Savage
· 15 years ago
9501728
further tidy up of use of HashSets to improve memory profile (FELIX-2092)
by David Morgan Spenser Savage
· 15 years ago
6f1516a
Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092
by David Morgan Spenser Savage
· 15 years ago
54147f3
Open jar file with verify off to improve performance
by David Morgan Spenser Savage
· 15 years ago
5208369
tidy up
by David Morgan Spenser Savage
· 15 years ago
617daf8
Use VersionTable to reduce memory foot print and Object creation (FELIX-2085)
by David Morgan Spenser Savage
· 15 years ago
7bfe9bf
fix -defaults for absoliute patsh (FELIX-1738)
by Derek Baum
· 15 years ago
4c35789
remove unused property method
by David Morgan Spenser Savage
· 15 years ago
174684c
tidy up unused code
by David Morgan Spenser Savage
· 15 years ago
a66a77a
merge bnd lib inside common core bundle to avoid need to install bndlib separately
by David Morgan Spenser Savage
· 15 years ago
b004a65
Search for requirements in resolution context first (FELIX-1665)
by David Morgan Spenser Savage
· 15 years ago
1f31312
refactored BundleResolver to first find all requirements then explicitly sort them before resolving dependencies (FELIX-1664)
by David Morgan Spenser Savage
· 15 years ago
4821c03
enhance variable substitution (FELIX-1627) to use Ant properties, then System properties, then Environment variables.
by Derek Baum
· 15 years ago
72f3172
FELIX-1627: add support for variable expansion in sigil defaults.
by Derek Baum
· 15 years ago
064a6f8
allow variable expansion in sigil-repos.properties (FELIX-1383)
by Derek Baum
· 15 years ago
76a840d
fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists
by Derek Baum
· 15 years ago
de699e7
by Derek Baum
· 15 years ago
1723ade
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
0b85fb6
allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605
by David Morgan Spenser Savage
· 15 years ago
5453736
add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592)
by David Morgan Spenser Savage
· 15 years ago
2a62de4
add javadoc
by David Morgan Spenser Savage
· 15 years ago
ef091e2
patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle
by David Morgan Spenser Savage
· 15 years ago
969af6f
tidy up unused interface methods
by David Morgan Spenser Savage
· 15 years ago
81764b3
add support for expanding system properties as well as environment properties in bld files FELIX-1499
by David Morgan Spenser Savage
· 15 years ago
9550b21
tidy up cauldron.org references
by David Morgan Spenser Savage
· 15 years ago
09df974
update to use apache sigil resources FELIX-1396
by David Morgan Spenser Savage
· 15 years ago
8bae92d
remove non osgi concepts, create plugin functions later via extender and service patterns
by David Morgan Spenser Savage
· 15 years ago
5c98e9c
formatting only
by David Morgan Spenser Savage
· 15 years ago
ba5eab6
patch for FELIX-1448 appends "!*" to import package statements if !addMissingImports is set
by David Morgan Spenser Savage
· 15 years ago
adc2cb8
tidy up unused import
by David Morgan Spenser Savage
· 15 years ago
106bbab
delete osgi extensions - dl jars, publish files and composites
by David Morgan Spenser Savage
· 15 years ago
23e9a2e
export core.repository provider package
by David Morgan Spenser Savage
· 15 years ago
12fcd9f
use workspace default jvm
by David Morgan Spenser Savage
· 15 years ago
28a594a
further progress towards self hosting FELIX-1323
by David Morgan Spenser Savage
· 15 years ago
bbcae75
* Allow sigil.properties files to specify -singleton=true to cause bundles created by this project to be marked as singletons FELIX-1351
by David Morgan Spenser Savage
· 15 years ago
3191513
import bnd dependencies vs embedding them
by David Morgan Spenser Savage
· 15 years ago
8771aa0
Tidied up some lingering cauldron.org references
by David Morgan Spenser Savage
· 15 years ago
1afafb6
FELIX-1368 resolve internal library dependencies from ivy cache
by David Morgan Spenser Savage
· 15 years ago
240338c
FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html
by David Morgan Spenser Savage
· 15 years ago
c804628
add profiles resources to jar
by David Morgan Spenser Savage
· 15 years ago
49daf7f
apply asf licence to xml files
by David Morgan Spenser Savage
· 15 years ago
3b1b8c8
progress towards FELIX-1368
by David Morgan Spenser Savage
· 15 years ago
7fe0f4a
tidy up org.cauldron references from project names and sigil properties
by David Morgan Spenser Savage
· 15 years ago
1b78aac
fix for FELIX-1380
by David Morgan Spenser Savage
· 15 years ago
a971caf
further progress towards FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
2a49449
further tidy up of PDE artifacts (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
7082478
fix for FELIX-1379
by David Morgan Spenser Savage
· 15 years ago
161100a
convert pde projects to sigil projects (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
89949c2
directory structure tidy up (FELIX-1357)
by David Morgan Spenser Savage
· 15 years ago