Changeset 1481
- Timestamp:
- 02/16/07 12:53:32
(2 years ago)
- Author:
- dsugar
- Message:
commit in prep for an internal build
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1457 |
r1481 |
|
| 16 | 16 | org.eclipse.gef, |
|---|
| 17 | 17 | org.eclipse.ui.views, |
|---|
| 18 | | com.tresys.slide;bundle-version="1.1.2" |
|---|
| | 18 | com.tresys.slide;bundle-version="1.1.4" |
|---|
| 19 | 19 | Eclipse-AutoStart: true |
|---|
| 20 | 20 | Bundle-Vendor: %providerName |
|---|
| r1463 |
r1481 |
|
| 426 | 426 | m_markerNoDictionary.setAttribute(IMarker.TRANSIENT, true); |
|---|
| 427 | 427 | m_markerNoDictionary.setAttribute(IMarker.SEVERITY, IMarker.SEVERITY_ERROR); |
|---|
| 428 | | // marker.setAttribute(IMarker.) |
|---|
| 429 | | |
|---|
| 430 | 428 | } |
|---|
| 431 | 429 | } |
|---|
| r1408 |
r1481 |
|
| 67 | 67 | */ |
|---|
| 68 | 68 | |
|---|
| | 69 | //FIXME: this takes a long time now because it causes full policy build. |
|---|
| | 70 | // there needs to be a way to just load the framework policy and let the other stuff happen in the background |
|---|
| 69 | 71 | public void BuildCurrentFile() |
|---|
| 70 | 72 | { |
|---|
| r1465 |
r1481 |
|
| 3 | 3 | id="com.tresys.cdsframework" |
|---|
| 4 | 4 | label="CDS Framework" |
|---|
| 5 | | version="1.2.2" |
|---|
| | 5 | version="1.2.3" |
|---|
| 6 | 6 | provider-name="Tresys Technology" |
|---|
| 7 | 7 | os="linux" |
|---|
| … | … | |
| 74 | 74 | <import plugin="org.eclipse.ui.views"/> |
|---|
| 75 | 75 | <import plugin="org.eclipse.gef"/> |
|---|
| 76 | | <import plugin="com.tresys.slide" version="1.1.3" match="greaterOrEqual"/> |
|---|
| | 76 | <import plugin="com.tresys.slide" version="1.1.4" match="greaterOrEqual"/> |
|---|
| 77 | 77 | </requires> |
|---|
| 78 | 78 | |
|---|
Download in other formats:
* Generating other formats may take time.