Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
def609b624fbde7d4c30ba2c21220fc0709482e3
/
sigil
/
eclipse
/
core
654b85c
add convenience constructor
by David Morgan Spencer Savage
· 14 years ago
fd5562e
add NOTICE and DEPENDENCIES files to built bundles
by David Morgan Spencer Savage
· 14 years ago
4cc90fa
fix up NOTICE and DEPENDENCY files
by David Morgan Spencer Savage
· 14 years ago
d881d0e
tidy up unused import
by David Morgan Spencer Savage
· 14 years ago
7a03718
Ensure correct id is used
by David Morgan Spencer Savage
· 14 years ago
10a967e
patches to support cancelation of long running tasks FELIX-2590
by David Morgan Spencer Savage
· 14 years ago
56547ea
filter classpath depenencies based on whether they have been added as libs to bundle FELIX-2587
by David Morgan Spencer Savage
· 14 years ago
f0a483c
handle variable source path FELIX-2586
by David Morgan Spencer Savage
· 14 years ago
9f5e977
pull common config field up class hierarchy to avoid duplication
by David Morgan Spencer Savage
· 14 years ago
5b85550
fix for FELIX-2583 - use java model vs resources to find package names
by David Morgan Spencer Savage
· 14 years ago
6f244b6
tidy up internal classes move them to non exported packages or reduce class visibility
by David Morgan Spencer Savage
· 14 years ago
5689499
fix classcast exception
by David Morgan Spencer Savage
· 14 years ago
3d04221
fix handling of static providers after changes in FELIX-1355
by David Morgan Spencer Savage
· 14 years ago
2d45eea
fix for FELIX-2574 - check if project exists before further work
by David Morgan Spencer Savage
· 14 years ago
d42aa28
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 Spencer Savage
· 14 years ago
50f5319
handle singleton repository providers more intelligently part of FELIX-1355
by David Morgan Spencer Savage
· 14 years ago
3f756ec
remove unused imports
by David Morgan Spencer Savage
· 14 years ago
65e11d1
further work on FELIX-1355 - now able to browse repositories defined by projects
by David Morgan Spencer Savage
· 14 years ago
29142c9
further work on FELIX-1355, also tidied up repository preferences as part of FELIX-1649
by David Morgan Spencer Savage
· 14 years ago
e3df530
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 Spencer Savage
· 14 years ago
668f984
fix FELIX-2180 - autogenerated methods were not implemented (headbang)
by David Morgan Spencer Savage
· 14 years ago
bf3189e
use shared util method to read Manifest from ZipFiles (FELIX-2527)
by David Morgan Spencer Savage
· 14 years ago
d84cca4
tidy up unused codepath
by David Morgan Spencer Savage
· 14 years ago
eeaeaf2
refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
a45bedf
further tidyup - imports/unused code etc
by David Morgan Spencer Savage
· 14 years ago
63bcae6
reformat code using updated code template (FELIX-1613)
by David Morgan Spencer Savage
· 14 years ago
2f6a32f
tidy up common packages to use common prefix (FELIX-2504)
by David Morgan Spencer Savage
· 14 years ago
d15346e
update comment
by David Morgan Spencer Savage
· 14 years ago
ef76b5e
use PathUtil to get IPath from file - fix for FELIX-2488
by David Morgan Spencer Savage
· 14 years ago
8c5a69a
Remove dependency on IPath (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
c922144
add preference key as part of FELIX-2483
by David Morgan Spencer Savage
· 14 years ago
34095f4
add helper methods to aid refactoring support (FELIX-1346)
by David Morgan Spencer Savage
· 14 years ago
04a699f
improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks
by David Morgan Spencer Savage
· 14 years ago
f0329b3
run project setup outside of synchronized block to avoid potential deadlock
by David Morgan Spencer Savage
· 15 years ago
5cc4625
check for null repository config (fix for FELIX-2187)
by David Morgan Spencer Savage
· 15 years ago
c03d87f
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 Spencer Savage
· 15 years ago
ddcc8c1
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 Spencer Savage
· 15 years ago
4df9bbf
Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349)
by David Morgan Spencer Savage
· 15 years ago
f936848
Ensure internal cache is flushed on project delete (fix for FELIX-2168)
by David Morgan Spencer Savage
· 15 years ago
8c745b2
trivial tidyup
by David Morgan Spencer Savage
· 15 years ago
817c459
Progress towards fixing bundle import resolution on project import FELIX-1349
by David Morgan Spencer Savage
· 15 years ago
f7852b8
Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164)
by David Morgan Spencer Savage
· 15 years ago
491d1b6
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 Spencer Savage
· 15 years ago
83984cc
Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502)
by David Morgan Spencer Savage
· 15 years ago
dab8eda
Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153)
by David Morgan Spencer Savage
· 15 years ago
208adf8
tidy up npe caused by adding system bundle repository to repository set (FELIX-2133)
by David Morgan Spencer Savage
· 15 years ago
00da3f5
Catch npe if -bundles not set
by David Morgan Spencer Savage
· 15 years ago
b7d00a5
Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance
by David Morgan Spencer Savage
· 15 years ago
d9cd16e
Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092
by David Morgan Spencer Savage
· 15 years ago
a4e092c
Tidy up unused imports and implement hashCode algorithm
by David Morgan Spencer Savage
· 15 years ago
6c3ff8c
add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905)
by David Morgan Spencer Savage
· 15 years ago
adeddd9
further refactor related to set up of bnd classpath in case of -contents vs -sourcedirs (FELIX-1880)
by David Morgan Spencer Savage
· 15 years ago
6c0b778
now uses resolve(true) on project to find classpath if -contents specified vs -sourcedirs (FELIX-1880)
by David Morgan Spencer Savage
· 15 years ago
405b893
fix broken property tester reference
by David Morgan Spencer Savage
· 15 years ago
70fe764
Remove throw error call (FELIX-1690)
by David Morgan Spencer Savage
· 15 years ago
9e7d0e9
log error vs throwing illegal state which locks up rest of IDE (FELIX-1647)
by David Morgan Spencer Savage
· 15 years ago
6189a67
remove explicit versions from leaf projects
by David Morgan Spencer Savage
· 15 years ago
0f977ad
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
6cf329b
fix for FELIX-1588 plus tidy up unused code
by David Morgan Spencer Savage
· 15 years ago
c641c64
patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle
by David Morgan Spencer Savage
· 15 years ago
737a30b
check for null prior to setup of iterator FELIX-1496
by David Morgan Spencer Savage
· 15 years ago
cc3e633
tidy up cauldron.org references
by David Morgan Spencer Savage
· 15 years ago
75aecff
update to use apache sigil resources FELIX-1396
by David Morgan Spencer Savage
· 15 years ago
a41a94f
remove non osgi concepts, create plugin functions later via extender and service patterns
by David Morgan Spencer Savage
· 15 years ago
01edac6
update to org.apache namespace
by David Morgan Spencer Savage
· 15 years ago
df83ffb
import core.repository package
by David Morgan Spencer Savage
· 15 years ago
d637b37
remove org.cauldron reference
by David Morgan Spencer Savage
· 15 years ago
9bb4554
Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438
by David Morgan Spencer Savage
· 15 years ago
bb55057
fix package names FELIX-1396
by David Morgan Spencer Savage
· 15 years ago
509902e
further progress towards self hosting FELIX-1323
by David Morgan Spencer Savage
· 15 years ago
2cf4b47
trivial tidy up of unused import
by David Morgan Spencer Savage
· 15 years ago
5b24919
add compile time imports
by David Morgan Spencer Savage
· 15 years ago
43bd705
FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html
by David Morgan Spencer Savage
· 15 years ago
70c3215
import commons-lang dependencies from outside vs embedding lib in bundle classpath
by David Morgan Spencer Savage
· 15 years ago
ac2ce996
apply asf licence to xml files
by David Morgan Spencer Savage
· 15 years ago
48c2e75
patch for FELIX-1390
by David Morgan Spencer Savage
· 15 years ago
f977a8d
progress towards FELIX-1368
by David Morgan Spencer Savage
· 15 years ago
02676c3
patch for FELIX-1327
by David Morgan Spencer Savage
· 15 years ago
7d6b1f46
tidy up org.cauldron references from project names and sigil properties
by David Morgan Spencer Savage
· 15 years ago
8a5609f
Fix for FELIX-1384
by David Morgan Spencer Savage
· 15 years ago
88148ca
Fix for FELIX-1381
by David Morgan Spencer Savage
· 15 years ago
7a7191e
final patches for FELIX-1367
by David Morgan Spencer Savage
· 15 years ago
877bebb
further progress towards FELIX-1367
by David Morgan Spencer Savage
· 15 years ago
ac0e022
further tidy up of PDE artifacts (FELIX-1367)
by David Morgan Spencer Savage
· 15 years ago
b478744
fix for FELIX-1374
by David Morgan Spencer Savage
· 15 years ago
9deb719
further dependency work related to FELIX-1367
by David Morgan Spencer Savage
· 15 years ago
e236ff3
further patches related to (FELIX-1367)
by David Morgan Spencer Savage
· 15 years ago
509daea
fix for FELIX-1366
by David Morgan Spencer Savage
· 15 years ago
0929a66
convert pde projects to sigil projects (FELIX-1367)
by David Morgan Spencer Savage
· 15 years ago
c32abdf
directory structure tidy up (FELIX-1357)
by David Morgan Spencer Savage
· 15 years ago