Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions groovy/gradle.persistence/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<compile-dependency/>
<run-dependency>
<release-version>0</release-version>
<specification-version>1.32.1</specification-version>
<specification-version>1.36</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand All @@ -65,7 +65,7 @@
<compile-dependency/>
<run-dependency>
<release-version>1</release-version>
<specification-version>1.5</specification-version>
<specification-version>1.40.0</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class GradlePersistenceProvider implements PersistenceLocationProvider,
final Project project;

/**
* Creates a new instance of MavenPersistenceProvider
* Creates a new instance of GradlePersistenceProvider
*/
public GradlePersistenceProvider(Project proj, Lookup lkp) {
this.project = proj;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public FileObject getLocation() {
}

/**
* creates a new persistence location using the maven resource folder ->
* creates a new persistence location using the Gradle resource folder ->
* /src/main/resources/META-INF
*
* @return the newly created FileObject the location (eg. parent folder) of
Expand Down Expand Up @@ -103,7 +103,7 @@ public FileObject createLocation() throws IOException {
}

/**
* Protected method used by MavenPersistenceSupport to create a file
* Protected method used by GradlePersistenceSupport to create a file
* listener
*
* @return property access to the current persistence.xml file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.openide.filesystems.FileUtil;

/**
* Maven2 Implementation of <CODE>org.netbeans.modules.j2ee.persistence.spi.PersistenceScopeImplementation</CODE>
* Gradle Implementation of <CODE>org.netbeans.modules.j2ee.persistence.spi.PersistenceScopeImplementation</CODE>
*
* @author Daniel Mohni
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


/**
* Maven2 Implementation of
* Gradle Implementation of
* <CODE>org.netbeans.modules.j2ee.persistence.spi.PersistenceScopeProvider</CODE>
* @author Daniel Mohni
*/
Expand Down