Changeset 80657c560c55a46e8bdb3bcc2aef994a475d2511
- Timestamp:
- 06/28/09 23:36:50 (9 months ago)
- Author:
- mb0 <mb0@…>
- git-author:
- mb0 <mb0@mb0.org> / 2009-06-10T02:53:35Z+0200
- Parents:
- 69d1ca8cf4ab8b63f93d4467f3d504c0ffdfabb7
- Children:
- 3d0622cd77233477dd222f1c00c4f35afeb67815
- git-committer:
- mb0 <mb0@mb0.org> / 2009-06-28T23:36:50Z+0200
- Message:
-
moved epl license text to features.
added a license.txt as notice.
added more information about redistributed content.
- Files:
-
- 15 added
- 11 removed
- 22 modified
Legend:
- Unmodified
- Added
- Removed
-
-
|
re9006de
|
r80657c5
|
|
| 2 | 2 | output.. = bin/ |
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | | . |
| | 4 | .,\ |
| | 5 | license.txt |
-
|
r0595c54
|
r80657c5
|
|
| 4 | 4 | plugin.xml,\ |
| 5 | 5 | icons/,\ |
| 6 | | epl-v10.html,\ |
| | 6 | license.txt,\ |
| 7 | 7 | templates/ |
| 8 | 8 | source.. = src/ |
-
|
r87f02d1
|
r80657c5
|
|
| 9 | 9 | META-INF/,\ |
| 10 | 10 | plugin.xml,\ |
| 11 | | plugin.properties |
| | 11 | plugin.properties,\ |
| | 12 | license.txt |
| 12 | 13 | jars.compile.order = . |
| 13 | 14 | source.. = src/ |
-
|
r9a9ef10
|
r80657c5
|
|
| 2 | 2 | output.. = bin/ |
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | | . |
| | 4 | .,\ |
| | 5 | license.txt |
-
|
r87f02d1
|
r80657c5
|
|
| 4 | 4 | .,\ |
| 5 | 5 | plugin.xml,\ |
| 6 | | tagsoup-1.2.jar |
| | 6 | tagsoup-1.2.jar,\ |
| | 7 | license.txt |
| 7 | 8 | source.. = src/ |
-
|
rfc56e42
|
r80657c5
|
|
| 4 | 4 | .,\ |
| 5 | 5 | plugin.xml,\ |
| 6 | | epl-v10.html,\ |
| | 6 | license.txt,\ |
| 7 | 7 | icons/,\ |
| 8 | 8 | schema/ |
-
|
rfc56e42
|
r80657c5
|
|
| 90 | 90 | This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. |
| 91 | 91 | |
| 92 | | </pre><br><hr><p>Hosted by <a href="http://sf.net/projects/easyeclipse"><img alt="Sourceforge logo" src="epl-1.0-Dateien/sflogo.png" height="31" width="88"></a></p><p>Copyright © 2003-2006 nexB Inc. All rights reserved.</p></body></html> |
| | 92 | </pre></body></html> |
-
|
rf136e7c
|
r80657c5
|
|
| 15 | 15 | |
| 16 | 16 | <license url="http://www.eclipse.org/org/documents/epl-v10.php"> |
| 17 | | For legal terms, see the Eclipse Public License. |
| | 17 | Eclipse Public License 1.0 |
| | 18 | |
| | 19 | You can find a copy of the license text in any AXDT feature. |
| 18 | 20 | </license> |
| 19 | 21 | |
-
|
r2d829b7
|
r80657c5
|
|
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | 4 | .,\ |
| 5 | | epl-v10.html,\ |
| | 5 | license.txt,\ |
| 6 | 6 | fragment.xml |
-
|
rfc56e42
|
r80657c5
|
|
| 90 | 90 | This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. |
| 91 | 91 | |
| 92 | | </pre><br><hr><p>Hosted by <a href="http://sf.net/projects/easyeclipse"><img alt="Sourceforge logo" src="epl-1.0-Dateien/sflogo.png" height="31" width="88"></a></p><p>Copyright © 2003-2006 nexB Inc. All rights reserved.</p></body></html> |
| | 92 | </pre></body></html> |
-
|
rbf2b349
|
r80657c5
|
|
| 12 | 12 | <copyright url="http://mb0.org"> |
| 13 | 13 | (c) Martin Schnabel mb0@mb0.org |
| 14 | | See NOTICE files for bundled content. |
| | 14 | Look for notice or readme files for origins of bundled content. |
| 15 | 15 | </copyright> |
| 16 | 16 | |
| 17 | 17 | <license url="http://www.eclipse.org/org/documents/epl-v10.php"> |
| 18 | | For legal terms, see the Eclipse Public License. |
| 19 | | Bundled content uses Mozilla Public License version 1.1 and Apache License Version 2.0. |
| | 18 | Eclipse Public License 1.0 |
| | 19 | You can find a copy of the license text in any AXDT feature. |
| | 20 | --- |
| | 21 | The Adobe FlexSDK is licensed under: Mozilla Public License 1.1 |
| | 22 | You can find the license text in the plugin or at http://www.mozilla.org/MPL/ |
| | 23 | Other redistributed libraries are licensed under Apache Software License 1.1 and 2.0. |
| | 24 | You can find a copy of the license and more information within the plugins. |
| 20 | 25 | </license> |
| 21 | 26 | |
-
|
rfc56e42
|
r80657c5
|
|
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | 4 | .,\ |
| 5 | | epl-v10.html,\ |
| | 5 | license.txt,\ |
| 6 | 6 | flexsdk/,\ |
| 7 | 7 | plugin.xml |
-
|
rfc56e42
|
r80657c5
|
|
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | 4 | .,\ |
| 5 | | epl-v10.html,\ |
| | 5 | license.txt,\ |
| 6 | 6 | fragment.xml |
-
|
rfc56e42
|
r80657c5
|
|
| 90 | 90 | This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. |
| 91 | 91 | |
| 92 | | </pre><br><hr><p>Hosted by <a href="http://sf.net/projects/easyeclipse"><img alt="Sourceforge logo" src="epl-1.0-Dateien/sflogo.png" height="31" width="88"></a></p><p>Copyright © 2003-2006 nexB Inc. All rights reserved.</p></body></html> |
| | 92 | </pre></body></html> |
-
|
rbf2b349
|
r80657c5
|
|
| 13 | 13 | <copyright url="http://mb0.org"> |
| 14 | 14 | (c) Martin Schnabel mb0@mb0.org |
| 15 | | See NOTICE files within the plugins for bundled content. |
| | 15 | Look for notice or readme files for origins of bundled content. |
| 16 | 16 | </copyright> |
| 17 | 17 | |
| 18 | 18 | <license url="http://www.eclipse.org/org/documents/epl-v10.php"> |
| 19 | | For legal terms, see the Eclipse Public License. |
| 20 | | Bundled content uses Mozilla Public License version 1.1 and Apache License Version 2.0. |
| | 19 | Eclipse Public License 1.0 |
| | 20 | You can find a copy of the license text in any AXDT feature. |
| | 21 | --- |
| | 22 | The Adobe FlexSDK is licensed under: Mozilla Public License 1.1 |
| | 23 | You can find the license text in the plugin or at http://www.mozilla.org/MPL/ |
| | 24 | Other redistributed libraries are licensed under Apache Software License 1.1 and 2.0. |
| | 25 | You can find a copy of the license and more information within the plugins. |
| 21 | 26 | </license> |
| 22 | 27 | |
-
|
rfc56e42
|
r80657c5
|
|
| 3 | 3 | bin.includes = META-INF/,\ |
| 4 | 4 | .,\ |
| 5 | | epl-v10.html,\ |
| | 5 | license.txt,\ |
| 6 | 6 | flexsdk/,\ |
| 7 | 7 | plugin.xml |
-
|
rfc56e42
|
r80657c5
|
|
| 90 | 90 | This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. |
| 91 | 91 | |
| 92 | | </pre><br><hr><p>Hosted by <a href="http://sf.net/projects/easyeclipse"><img alt="Sourceforge logo" src="epl-1.0-Dateien/sflogo.png" height="31" width="88"></a></p><p>Copyright © 2003-2006 nexB Inc. All rights reserved.</p></body></html> |
| | 92 | </pre></body></html> |
-
|
re4c3dc3
|
r80657c5
|
|
| 7 | 7 | |
| 8 | 8 | <description url="http://www.axdt.org/wiki"> |
| 9 | | This feature contains common dependencies of the Flex 3 and 4. |
| | 9 | This feature contains common dependencies for the FlexSDK 3 and 4. |
| 10 | 10 | </description> |
| 11 | 11 | |
| 12 | 12 | <copyright url="http://mb0.org"> |
| 13 | 13 | (c) Martin Schnabel mb0@mb0.org |
| 14 | | See NOTICE files within the plugins for bundled content. |
| | 14 | Look for notice or readme files for origins of bundled content. |
| 15 | 15 | </copyright> |
| 16 | 16 | |
| 17 | 17 | <license url="http://www.eclipse.org/org/documents/epl-v10.php"> |
| 18 | | For legal terms, see the Eclipse Public License. |
| 19 | | Bundled content uses Mozilla Public License version 1.1 and Apache |
| 20 | | License Version 2.0. |
| | 18 | Eclipse Public License 1.0 |
| | 19 | You can find a copy of the license text in any AXDT feature. |
| | 20 | --- |
| | 21 | The redistributed libraries are licensed under Mozilla Public License 1.1, Apache Software License 1.1 and 2.0. |
| | 22 | You can find a copy of the license and more information within the plugins. |
| 21 | 23 | </license> |
| 22 | 24 | |
-
|
r0bcf480
|
r80657c5
|
|
| 6 | 6 | icons/,\ |
| 7 | 7 | data/,\ |
| 8 | | epl-v10.html,\ |
| | 8 | license.txt,\ |
| 9 | 9 | designview/ |
-
-