You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/Aspose_for_Eclipse/EclipsePlugin/com.aspose.ecplugin.newproject.feature/feature.xml
+17-26Lines changed: 17 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -2,50 +2,41 @@
2
2
<feature
3
3
id="com.aspose.ecplugin.newproject.feature"
4
4
label="Aspose Project Wizard"
5
-
version="1.1.0"
6
-
provider-name="Aspose">
5
+
version="1.2"
6
+
provider-name="Aspose"
7
+
plugin="com.aspose.ecplugin">
7
8
8
-
<descriptionurl="http://aspose.com">
9
-
Creates new project for Aspose selected products after downloading them automatically.
9
+
<descriptionurl="http://www.aspose.com">
10
+
Creates new project for Aspose selected products after downloading
11
+
them automatically.
10
12
</description>
11
13
12
-
<copyrighturl="http://www.example.com/copyright">
13
-
Aspose Copyright 2013-2014
14
+
<copyright>
15
+
Copyright (c) 2001-2015 Aspose Pty Ltd
14
16
</copyright>
15
17
16
18
<licenseurl="http://aspose.com">
17
19
The MIT License (MIT)
18
20
19
-
Copyright (c) Aspose pty ltd, 2013-2014
20
-
21
-
Permission is hereby granted, free of charge, to any person obtaining a copy
22
-
of this software and associated documentation files (the "Software"), to deal
23
-
in the Software without restriction, including without limitation the rights
24
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
-
copies of the Software, and to permit persons to whom the Software is
26
-
furnished to do so, subject to the following conditions:
27
-
28
-
The above copyright notice and this permission notice shall be included in
29
-
all copies or substantial portions of the Software.
30
-
31
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37
-
THE SOFTWARE.
21
+
Copyright (c) 2001-2015 Aspose Pty Ltd
22
+
23
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
24
+
25
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26
+
27
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
28
</license>
39
29
40
30
<url>
31
+
<updatelabel="Aspose.Total Project Wizard for Eclipse"url="http://cdn.aspose.com/marketplace/eclipse/asposewizardrepo/"/>
Copy file name to clipboardExpand all lines: Plugins/Aspose_for_Eclipse/EclipsePlugin/com.aspose.ecplugin/src/com/aspose/ecplugin/AsposeComponentsManager.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public void run(IProgressMonitor monitor) {
Copy file name to clipboardExpand all lines: Plugins/Aspose_for_Eclipse/EclipsePlugin/com.aspose.ecplugin/src/com/aspose/ecplugin/AsposeJavaComponent.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ public class AsposeJavaComponent {
17
17
privateboolean_latestRelease;
18
18
privateString_changeLog;
19
19
privateString_remoteExamplesRepository;
20
+
privateString_productUrl;
21
+
20
22
publicAsposeJavaComponent()
21
23
{
22
24
_selected = false;
@@ -94,6 +96,20 @@ public void set_downloadUrl(String _downloadUrl) {
0 commit comments