Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
02991004622c136cb1e180e76c89a6a5b11c5c6c
/
sigil
/
eclipse
/
core
723b2f6
add convenience constructor
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
707247f
tidy up unused import
by David Morgan Spenser Savage
· 14 years ago
4c1e7a2
Ensure correct id is used
by David Morgan Spenser Savage
· 14 years ago
795446b
patches to support cancelation of long running tasks FELIX-2590
by David Morgan Spenser Savage
· 14 years ago
366ebbe
filter classpath depenencies based on whether they have been added as libs to bundle FELIX-2587
by David Morgan Spenser Savage
· 14 years ago
c414af2
handle variable source path FELIX-2586
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
eed5735
fix for FELIX-2583 - use java model vs resources to find package names
by David Morgan Spenser Savage
· 14 years ago
2b0893d
tidy up internal classes move them to non exported packages or reduce class visibility
by David Morgan Spenser Savage
· 14 years ago
432b00b
fix classcast exception
by David Morgan Spenser Savage
· 14 years ago
0910788
fix handling of static providers after changes in FELIX-1355
by David Morgan Spenser Savage
· 14 years ago
d55bf0f
fix for FELIX-2574 - check if project exists before further work
by David Morgan Spenser Savage
· 14 years ago
29aa1fc
patches for FELIX-2576 and FELIX-2575 - tidy up empty headers in headers file and allow bsn to be different to project name
by David Morgan Spenser Savage
· 14 years ago
4ac4325
handle singleton repository providers more intelligently part of FELIX-1355
by David Morgan Spenser Savage
· 14 years ago
52669ec
remove unused imports
by David Morgan Spenser Savage
· 14 years ago
6d39af0
further work on FELIX-1355 - now able to browse repositories defined by projects
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
64fa392
further work towards FELIX-1355 - now projects can compile against repositories defined in sigil.properties files as well as those defined in eclipse preferences
by David Morgan Spenser Savage
· 14 years ago
7f49d1c
fix FELIX-2180 - autogenerated methods were not implemented (headbang)
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
1cc5657
tidy up unused codepath
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
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
c87fa41
update comment
by David Morgan Spenser Savage
· 14 years ago
cba260f
use PathUtil to get IPath from file - fix for FELIX-2488
by David Morgan Spenser Savage
· 14 years ago
d8f351a
Remove dependency on IPath (FELIX-1509)
by David Morgan Spenser Savage
· 14 years ago
585aea2
add preference key as part of FELIX-2483
by David Morgan Spenser Savage
· 14 years ago
de45475
add helper methods to aid refactoring support (FELIX-1346)
by David Morgan Spenser Savage
· 14 years ago
a454a9f
improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks
by David Morgan Spenser Savage
· 14 years ago
ee9180a
run project setup outside of synchronized block to avoid potential deadlock
by David Morgan Spenser Savage
· 15 years ago
fd8fb5a
check for null repository config (fix for FELIX-2187)
by David Morgan Spenser Savage
· 15 years ago
d911f88
Patches for FELIX-2181 - now runs workspace resolve task using a damped delay to ensure that event storm does not trigger multiple project builds.
by David Morgan Spenser Savage
· 15 years ago
56af2e2
Patch for FELIX-2180 - now global repository and project specific repository managers share a common repository map to ensure same objects are used throughout the IDE
by David Morgan Spenser Savage
· 15 years ago
d0d6433
Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349)
by David Morgan Spenser Savage
· 15 years ago
70c2657
Ensure internal cache is flushed on project delete (fix for FELIX-2168)
by David Morgan Spenser Savage
· 15 years ago
5cd7447
trivial tidyup
by David Morgan Spenser Savage
· 15 years ago
6ab4b3c
Progress towards fixing bundle import resolution on project import FELIX-1349
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
34bb64d
Patches for FELIX-2160 and FELIX-2161 - now manages project warnings internally vs in external job also added support for refreshing project and ensure that views are updated when editting in rich client or text editor
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
dcbb4f5
Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153)
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
62bf2e4
Catch npe if -bundles not set
by David Morgan Spenser Savage
· 15 years ago
f668f68
Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance
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
13bb138
Tidy up unused imports and implement hashCode algorithm
by David Morgan Spenser Savage
· 15 years ago
6108f8e
add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905)
by David Morgan Spenser Savage
· 15 years ago
65d6efb
further refactor related to set up of bnd classpath in case of -contents vs -sourcedirs (FELIX-1880)
by David Morgan Spenser Savage
· 15 years ago
69ac198
now uses resolve(true) on project to find classpath if -contents specified vs -sourcedirs (FELIX-1880)
by David Morgan Spenser Savage
· 15 years ago
bc8a7a9
fix broken property tester reference
by David Morgan Spenser Savage
· 15 years ago
78d2d35
Remove throw error call (FELIX-1690)
by David Morgan Spenser Savage
· 15 years ago
d079aba
log error vs throwing illegal state which locks up rest of IDE (FELIX-1647)
by David Morgan Spenser Savage
· 15 years ago
48d4b24
remove explicit versions from leaf projects
by David Morgan Spenser Savage
· 15 years ago
1723ade
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
9d183ad
fix for FELIX-1588 plus tidy up unused code
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
2ca872d
check for null prior to setup of iterator FELIX-1496
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
3f4bf81
update to org.apache namespace
by David Morgan Spenser Savage
· 15 years ago
07216c1
import core.repository package
by David Morgan Spenser Savage
· 15 years ago
b6d76f1
remove org.cauldron reference
by David Morgan Spenser Savage
· 15 years ago
760bd08
Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438
by David Morgan Spenser Savage
· 15 years ago
309371c
fix package names FELIX-1396
by David Morgan Spenser Savage
· 15 years ago
28a594a
further progress towards self hosting FELIX-1323
by David Morgan Spenser Savage
· 15 years ago
a1c8fad
trivial tidy up of unused import
by David Morgan Spenser Savage
· 15 years ago
d1c54b3
add compile time imports
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
e9786d4
import commons-lang dependencies from outside vs embedding lib in bundle classpath
by David Morgan Spenser Savage
· 15 years ago
4bbac49
apply asf licence to xml files
by David Morgan Spenser Savage
· 15 years ago
77272fd
patch for FELIX-1390
by David Morgan Spenser Savage
· 15 years ago
3b1b8c8
progress towards FELIX-1368
by David Morgan Spenser Savage
· 15 years ago
e6f1851
patch for FELIX-1327
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
78b9b00
Fix for FELIX-1384
by David Morgan Spenser Savage
· 15 years ago
c6956fb
Fix for FELIX-1381
by David Morgan Spenser Savage
· 15 years ago
f9aaf5c
final patches for FELIX-1367
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
7deb02f
fix for FELIX-1374
by David Morgan Spenser Savage
· 15 years ago
28fdc2c
further dependency work related to FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
ffd40a7
further patches related to (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
49b38c7
fix for FELIX-1366
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