1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

878 commits

Author SHA1 Message Date
Marc Khouzam
d02cebafbf Bug 397039 - Avoid extra empty white spaces.
Change-Id: I78cb50f57ee48bbf3ad07000a602c0cc17ea5f2e
2012-12-23 07:54:20 -05:00
ajin
2fba04a143 Bug 397039
For some gdb implementations the "osId" cannot be retrieved because
the "TreadIDs" output does not follow the Linux gdb format. Catch the
"null" return and not output it as a string.

Change-Id: I8d4b711d935c5d81d1e8ff3adb0de5e3fe220061
Reviewed-on: https://git.eclipse.org/r/9334
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 14:13:15 -05:00
Marc Khouzam
8ca35f737a Bug 396386 - Cannot attach to process when prompted for a pid
Change-Id: I9a682bd7be70b6633f2e455a76dba4bcfa801eec
Reviewed-on: https://git.eclipse.org/r/9352
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 10:22:20 -05:00
Marc Khouzam
ce371e5f5c Bug 394408: Support enhanced-expressions for local variables. Proper
sorting of enhanced-expressions representing arrays.

Change-Id: I87e9ca5f3422fa51a32d2b80e6c0c0c62fdf8b2b
Reviewed-on: https://git.eclipse.org/r/9297
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-19 06:02:04 -05:00
Marc Khouzam
cd7ffb2dbf Bug 394408: Support enhanced-expressions for local variables. This
includes special handling for array indices.  Furthermore, we now
require the '=' prefix for all glob-pattern expressions, including
registers.

Change-Id: If929d539b80d282df383c44d1487611fda928613
Reviewed-on: https://git.eclipse.org/r/8881
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-18 14:29:18 -05:00
Mikhail Khodjaiants
88e488b1ff Bug 392512: Support GDB breakpoint notifications. JUnit tests.
Change-Id: I0c0ab0f2e419a931073f229192e0b70fcc25a7b6
Reviewed-on: https://git.eclipse.org/r/9006
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-12-17 16:06:14 -05:00
Marc Khouzam
963f1bf26e Cosmetics 2012-12-14 14:28:19 -05:00
Marc Dumais
c2605537bc Bug 365776 - [breakpoints] Add breakpoint action to toggle reverse
debugging.


Change-Id: I065297685fefba76df7ad40c578a0ce5d0c40fba
Reviewed-on: https://git.eclipse.org/r/8982
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-13 14:50:24 -05:00
Marc Dumais
ca6f6aa2aa Bug 396293 - [Visualizer] right side cpu_margin not taken into account
when deciding if a new line of cores is needed

Change-Id: I60eb0f138e1cfea9fd539cc52b83f51a7c300e67
Reviewed-on: https://git.eclipse.org/r/9158
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-11 13:35:06 -05:00
Marc Dumais
99699d2fd7 Bug 396200 - [Visualizer] m_recache is never reset to false
Change-Id: I910f422f6548639ff3ca3189f1e2995ed9bda22c
Reviewed-on: https://git.eclipse.org/r/9142
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-11 13:20:01 -05:00
Marc Dumais
601d922e22 Bug 396184 - [visualizer] - m_cpuMap and m_coreMap are not cleared when
re-caching

Change-Id: I68147082d4c0948b03d3efe7487ec75c8daa7cbf
Reviewed-on: https://git.eclipse.org/r/9137
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-11 11:34:40 -05:00
Marc Dumais
c916dfe4e7 Bug 396076 - [Visualizer] Cores displayed non-optimally when there are
multiple CPUs

Change-Id: Ib043630b29ba1c25bd5fd8ee08c68e3ca388bb68
Reviewed-on: https://git.eclipse.org/r/9110
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2012-12-10 15:03:37 -05:00
Mikhail Khodjaiants
12de79d9b0 Bug 392512 - Support GDB breakpoint notifications
Change-Id: I244ba995392806a56a52852e0d0d9ea72f87edfa
Reviewed-on: https://git.eclipse.org/r/8327
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-11-29 16:04:00 -05:00
Marc Khouzam
01060d852e Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
restart, added guards to avoid NPEs.
2012-11-27 06:39:49 -05:00
Marc Khouzam
e1eee7dfe3 Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
restart

Change-Id: I882bb800e7df409177a038a5ed5f56a15e887a50
Reviewed-on: https://git.eclipse.org/r/8788
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-27 06:33:20 -05:00
Marc Khouzam
17f5758af3 Bug 394797 - LargePipedInputStream can use java 6's new constructor for
PipedInputStream

Change-Id: I416c3c877fcae238b8faaff16937ef7dac378f35
Reviewed-on: https://git.eclipse.org/r/8787
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-21 10:24:57 -05:00
Vladimir Prus
9194376ff4 Bug 360314: Improve diagnostics of invalid selections in OS Resources view.
Change-Id: I1a43dbf5bd58cbaaf05a21f9b3936fa7303faa37
Reviewed-on: https://git.eclipse.org/r/8685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-15 06:26:02 -05:00
Marc Khouzam
d722553646 Bug 393474: In Expression view: cannot cast to type that contain commas.
Update tests.
2012-11-08 16:14:37 -05:00
Grzegorz Kuligowski
68cd405223 Bug 393474: In Expression view: cannot cast to type that contain commas 2012-11-08 16:14:03 -05:00
Mark Bozeman
2c49273e16 Bug: 376203 Launch job never completes if GDB terminates on start.
- Added check to report error (with information from stderr if
available) if initial GDB prompt is not read.

Change-Id: I48ec3cbe8061bc3dc5e3bcb37296e2fc3de0cf61
Reviewed-on: https://git.eclipse.org/r/8401
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-31 10:28:45 -04:00
Marc Khouzam
76b231ca15 Bug 376203: Launch job never completes if getting gdb version hangs.
Change-Id: I4cad8b656856de2222c2e3e618dacf54c6c150d6
Reviewed-on: https://git.eclipse.org/r/8422
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-30 13:29:27 -04:00
Marc Khouzam
72d411a73b Bug 360735: Add support for multi-selection in the Debug view for "Show
Breakpoints Supported by Selected Target"

Change-Id: I1605e080f15e1ce352c33236c4442778cdfdeee3
Reviewed-on: https://git.eclipse.org/r/7974
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-10-26 05:39:32 -04:00
Marc Khouzam
1709e1b676 Bug 360735: Add support for multi-process for "Show Breakpoints
Supported by Selected Target"

Change-Id: I8b64d5f7d8d87b6c6bce0737249207e9077a1d78
Reviewed-on: https://git.eclipse.org/r/7923
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-26 05:39:03 -04:00
Marc Khouzam
f6ce109425 Bug 360735: Add preference for behavior of "Show Breakpoints Supported
by Selected Target"

Change-Id: I648da9180d504d3177e2b9b101a2cf87a9209f84
Reviewed-on: https://git.eclipse.org/r/7922
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-26 05:38:42 -04:00
Mikhail Khodjaiants
1ca3907ef3 Bug 360735: "Show Breakpoints Supported by Selected Target" should allow
to filter bp that don't apply to the active context

Change-Id: I60d554359859cba64e4dd0d840c4a6ca63fd54d8
Reviewed-on: https://git.eclipse.org/r/7921
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-26 05:38:19 -04:00
Dmitry Kozlov
a0f28b668f Bug 391115 - Disassembly view presents "\t" in instruction strings 2012-10-18 11:39:13 -04:00
mhussein
f2724c6bdf Bug 391390 : Updatesite url is indigo
Removed all update site urls from all feature.xml files based on
Martin's suggestion in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html
that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633


Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e
Reviewed-on: https://git.eclipse.org/r/8092
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-17 14:18:01 -04:00
Mikhail Khodjaiants
0596ffc0d2 Bug 386156 - IllegalArgumentException in ThreadVMNode 2012-10-03 11:42:02 -04:00
Marc Khouzam
7cc3de7acf Bug 389097: [breakpoints] Disabled state of Catchpoints at creation is
ignored 

Change-Id: I1c30fb7937ed4e35f22e18f7665c1daf5145ba37
Reviewed-on: https://git.eclipse.org/r/7699
Reviewed-by: John Cortell <john.cortell@freescale.com>
IP-Clean: John Cortell <john.cortell@freescale.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-26 09:23:25 -04:00
Marc Khouzam
00a88f7394 Bug 387793: Fix JUnit tests for new -data-write-memory-bytes 2012-09-26 06:43:37 -04:00
John Dallaway
57c9d6bd71 Bug 387688: Memory cache update fix
Change-Id: Ic2d14de4381a58cf124a1db01ae0e72533625e44
Reviewed-on: https://git.eclipse.org/r/7447
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-24 10:10:36 -04:00
John Dallaway
285434b5e0 Bug 387793: Support for -data-write-memory-bytes
Change-Id: Ib3cc9d376a9e69176fff9eeeba58bcd68352a141
Reviewed-on: https://git.eclipse.org/r/7448
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-21 14:57:45 -04:00
Marc Khouzam
ed5dbf2683 Bug 360314: OS awareness debug view. Change of a text message within
the view.

Change-Id: I431df14ea5ddd33da05d35021853ab8615b75308
Reviewed-on: https://git.eclipse.org/r/7855
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-20 14:23:06 -04:00
Vladimir Prus
5439a6af9e Bug 360314: OS awareness debug view
Change-Id: I96b6df8bd5faa7e1da579d9e45580004170ac1e9
Reviewed-on: https://git.eclipse.org/r/5835
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-20 11:52:56 -04:00
Marc Khouzam
983d057df1 Bug 389518: Simplify DSF-GDB preferences page
Change-Id: Iaafc2acaaeb36a825584db7bea08dd179e4ab9a6
Reviewed-on: https://git.eclipse.org/r/7750
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-13 14:45:58 -04:00
Marc Khouzam
c35d8851b9 Bug 389518: Simplify GDB traces preference
Change-Id: If767cbf1b54b4820cf5d5e6ff06c58b10f72e598
Reviewed-on: https://git.eclipse.org/r/7746
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-13 13:08:54 -04:00
Marc Khouzam
53b80f4d7e Bug 389070: Need to install disabled breakpoints
Change-Id: Iedc6bcb29030f8e9d8e05355e53c2d3fddfac3de
Reviewed-on: https://git.eclipse.org/r/7700
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-10 11:28:38 -04:00
Marc Khouzam
1735542b2d Bug 388793: Breakpoint actions do not work with non-stop mode
Change-Id: Ied37f0289d6ab6fe2ab6ac250bf4ecdce82faaff
Reviewed-on: https://git.eclipse.org/r/7657
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-09-07 10:58:11 -04:00
Marc Khouzam
a5553b2507 Bug 388562: Missing cleanup of DsfSession in TraceControlView
Change-Id: I5fc42aab48c511cc1b0b63281566cdcc27fa4371
Reviewed-on: https://git.eclipse.org/r/7549
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-08-31 13:36:10 -04:00
Pawel Piech
3eed310ca2 Bug 388338 - [breakpoints] event breakpoints broken for DSF 2012-08-29 13:17:02 -07:00
Marc Khouzam
d989bc54e5 Bug 386878 - Non-externalized String - Multicore Visualizer
Change-Id: If8a51dd1987dcea9faab912c992eb9f198501be2
2012-08-28 13:35:49 -04:00
Vivian Kong
858aa51885 Bug 386878 - Non-externalized String - Multicore Visualizer 2012-08-13 18:23:31 -04:00
Vivian Kong
eee6cbd94d Bug 386424 - non-externalized strings - GDB Debugger preference page 2012-08-03 16:42:53 -04:00
Marc Khouzam
03af322a6f Bug 290173: Migrate the Connect command to the asynchronous platform API
Change-Id: Id5025b8936ad88f42e6fa7e07094b04923d0f7a7
Reviewed-on: https://git.eclipse.org/r/6816
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-25 10:36:09 -04:00
Marc Khouzam
9dbd7f7213 Bug 381754: Group-expression support for Expressions view.
JUnit tests.

Change-Id: I5666d09a3abe71ef9c811fb94418c80da5b3a09e
Reviewed-on: https://git.eclipse.org/r/6701
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-07-10 15:52:46 -04:00
Marc Khouzam
0449ae3c41 Bug 381754: Group-expression support for Expressions view.
A group-expression is a comma-separated list of expressions.  Each
expression can also use glob-pattern matching.  Currently, the matching
is only supported for registers and the single '*' expressions which
will show all local variables.

Change-Id: I09f505dcd453d9ce0301bbebb8d4c459316b9224
Reviewed-on: https://git.eclipse.org/r/6549
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-07-10 15:44:14 -04:00
Mikhail Khodjaiants
5e5d6a0505 Bug 384756 - Projectless debugging: no error is reported if a directory
is specified as the program path

Change-Id: I4800d6851d3d086cc59963bd2bd44e4584a78d0b
Reviewed-on: https://git.eclipse.org/r/6691
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-10 14:50:37 -04:00
Mikhail Khodjaiants
e2b30d869c Bug 383344 - Stored memory monitors don't show data in subsequent
sessions

Change-Id: I2621c97c57d2f2e1393144e8bcc551adbdad031e
Reviewed-on: https://git.eclipse.org/r/6551
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-03 11:19:09 -04:00
Sergey Prigogin
150fe857a0 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 16:10:29 -07:00
Sergey Prigogin
bce24407d7 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 15:52:18 -07:00