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/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/AppEngineLibrariesInPluginXmlTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ public void testAppEngineApiLibraryConfig() throws URISyntaxException {
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/PomTest.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,6 @@ public void testAddDependencies()
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/xsd/com.google.cloud.tools.eclipse.appengine.libraries.xsd
+41-40Lines changed: 41 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
name="App Engine Libraries"/>
8
8
</xs:appinfo>
9
9
<xs:documentation>
10
-
Provides an extension point to define libraries that will be resolved using the
11
-
Maven coordinates. These libraries then can be added to App Engine projects.
10
+
Provides an extension point to define libraries that will be resolved using the
11
+
Maven coordinates. These libraries then can be added to App Engine projects.
12
12
</xs:documentation>
13
13
</xs:annotation>
14
14
@@ -82,10 +82,10 @@ limitations under the License.
82
82
83
83
<xs:elementname="library">
84
84
<xs:annotation>
85
-
<xs:documentation>
86
-
An App Engine library that can consist of one or more jar files with associated
87
-
visibility rules and Maven coordinates.
88
-
</xs:documentation>
85
+
<xs:documentation>
86
+
An App Engine library that can consist of one or more jar files with associated
87
+
visibility rules and Maven coordinates.
88
+
</xs:documentation>
89
89
</xs:annotation>
90
90
<xs:complexType>
91
91
<xs:sequence>
@@ -121,14 +121,14 @@ limitations under the License.
121
121
<xs:annotation>
122
122
<xs:documentation>
123
123
A user-friendly name for the library that can be displayed in the UI,
A pattern that can be used to exclude classes and packages to be visible.
221
+
Uses the same format as the JDT's build path <ahref="http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2FIClasspathEntry.html&anchor=getExclusionPatterns--">inclusion/exclusion filters</a>
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries/src/com/google/cloud/tools/eclipse/appengine/libraries/Pom.java
0 commit comments